Godfather's Pizza is a fictional restaurant, for which I have created and designed a fully responsive website.
- Design a responsive website
- Implement the use of icons
- Implement some basic animations
- Use Google Maps API to show location information
- Create sticky navigation bar that will scroll on click and highlight when on section
- HTML5
- CSS3
- bootstrap
- jQuery
- Javascript
When making this website responsive in smaller devices, the elements in the About section would collapse in one another. To solve, I used overflow: hidden; on the parent element, and then set a min-height to the child elements. After that I centered the element, that was collapsing and then set a margin top to create space.