This repo contains codes for the front page of a hypothetical company called BuyBooks.com . This website showcases different types of books to website visitors.
- This webpage uses bootstrap framework for its many elements such as
- We used stackoverflow , MDN web docs and W3School as references to couter any problem we face.
- Canva was used as designing tool to make a template of how the webpage
Color | Hex |
---|---|
Light grey (div background) | #E0E0E0 |
Yellow (navbar and div background) | #FFFF66 |
Darkgrey (button background) | #808080 |
Font-color (black) | #000000 |
Red (nav item hover color) | #FF0000 |
- Navbar that contains search box , company name and cart icon.
- Carousel showcasing books.
- Footer that has email input box and social media handle links
Not right now , we have made this webpage only to be viewed on a laptop or monitor screen. The webpage will be soon updated with responsive features.
We have used bootstrap's predefined classes like carousel to showcase different books, that can be bought through the ecommerce webpage and container class for uniform padding of different section of the webpage.