Was created during the time of taking Udacity Front End Development nanodegree track
Project is compliant to the main requirements, such as:
- design:
- at least 4 images
- title text(h1, h2, etc..)
- paragraph text
- logo
- semantic html
- grid based layout - flexbox is used in this case
- responsiveness:
- cross device compatibility for required devices: Google Nexus 5, Apple iPad, desktop
- all content is rendered on all three devices
- viewport is included in HTML
- responsive images [TODO]
- separation of concerns:
- structure of the web page is separated from style and design
- files are separated based on functionality
- code quality:
- followed style and formatting rules for HTML and CSS
- checked code for errors with w3c validators
