├── README.md ├── honda-cbr.fig ├── images ├── bike-1.png ├── bike-2.png ├── bike-3.png ├── bike-4.jpg ├── faq.png ├── feature-bike.jpg ├── header-bike.png ├── user-1.png ├── user-2.png └── user-3.jpg ├── mobile ├── mobile.pdf └── mobile.png └── web ├── web.pdf └── web.png /README.md: -------------------------------------------------------------------------------- 1 | # honda-cbr-assignment 2 | 3 | ## This private repo link is no longer available. If you want to work on this project, use your own public repo 4 | -------------------------------------------------------------------------------- /honda-cbr.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/honda-cbr.fig -------------------------------------------------------------------------------- /images/bike-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/bike-1.png -------------------------------------------------------------------------------- /images/bike-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/bike-2.png -------------------------------------------------------------------------------- /images/bike-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/bike-3.png -------------------------------------------------------------------------------- /images/bike-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/bike-4.jpg -------------------------------------------------------------------------------- /images/faq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/faq.png -------------------------------------------------------------------------------- /images/feature-bike.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/feature-bike.jpg -------------------------------------------------------------------------------- /images/header-bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/header-bike.png -------------------------------------------------------------------------------- /images/user-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/user-1.png -------------------------------------------------------------------------------- /images/user-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/user-2.png -------------------------------------------------------------------------------- /images/user-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/images/user-3.jpg -------------------------------------------------------------------------------- /mobile/mobile.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/mobile/mobile.pdf -------------------------------------------------------------------------------- /mobile/mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/mobile/mobile.png -------------------------------------------------------------------------------- /web/web.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/web/web.pdf -------------------------------------------------------------------------------- /web/web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/honda-cbr/8b4f6ac93e2d9d402fa64693ebe20d7c9018f376/web/web.png --------------------------------------------------------------------------------