├── README.md ├── assets ├── coding_.png └── video_call.png ├── design ├── desktop.png └── mobile.png └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lorenalgm/codar/HEAD/README.md -------------------------------------------------------------------------------- /assets/coding_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lorenalgm/codar/HEAD/assets/coding_.png -------------------------------------------------------------------------------- /assets/video_call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lorenalgm/codar/HEAD/assets/video_call.png -------------------------------------------------------------------------------- /design/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lorenalgm/codar/HEAD/design/desktop.png -------------------------------------------------------------------------------- /design/mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lorenalgm/codar/HEAD/design/mobile.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lorenalgm/codar/HEAD/index.html --------------------------------------------------------------------------------