See GitHub Repository
See Live Preview
This project is part of my first Module with Code Academy Berlin. The goal of the project is to become comfortable using HTML and CSS. The project specs were to create a 4 page website: a homepage, a special page, a registration page, and a contact page.
I needed to incorporate image and various text elements, a list, a table, a form with
various input elements, an imbedded map using iframe, an a with email program launch, and
navigation between pages. We were expected to include both grid and flexbox in our layout,
which I was able to combine with media query for responsive design.
This project taught me about the many different ways CSS can position elements on a page. I learned to use semantic elements to avoid "div soup", and about responsive design in modern web development.