As a web developer, you will sometimes be tasked with creating an html page simply from an image file. In this assignment, you'll take the given image and turn it into a functioning website.
- A repo containing at least:
index.htmlassets/css/normalize.cssassets/css/styles.cssassets/images
- Create an webpage using html and css that is a pixel perfect match to the provided desktop image.
- The menu items, images, and buttons need to have differing states based on a hover, and although not articulated in the provided image, they need to be styled.
- Use these fonts from Google Web Fonts in your implementation -- "Lato", "Oswald", and "Playfair+Display".
- Use the FontAwesome icons for image icons
- Use placeholder text of your choice for all copy
- Use placeholder images of your choosing for all images not provided
Adhere to the mobile image provided and make the website fully responsive.