This project is part of my educational internship where I learned how to use the Bootstrap framework and applied it to create a responsive website. The goal was to build a website based on a provided layout, making it adaptive to various devices.
- Create a page based on a provided layout with fixed width.
- Make the page responsive, so it looks good on different devices.
- Host the page online using GitHub Pages.
- Responsive layout with Bootstrap classes.
- Navigation menu collapses into a hamburger menu on smaller screens.
- Static footer.
- First section covers the entire viewport height.
- Button color darkens by 10% on hover.
- Content scales according to the viewport width.
- Columns switch from 2/3 to a single column on smaller screens.
- HTML: For the structure and content.
- CSS: For styling, including custom styles.
- Bootstrap: For responsive layout and components.
The project is hosted on GitHub Pages at: https://antoninazz.github.io/PracticeProject1/