This project is a way to practice front-end programming, focusing on HTML and CSS. It consists of a responsive footer with social media links, blog sections, products, and a newsletter subscription area. The layout is built using responsive design practices, adapting to different screen sizes.
- Social Media: Interactive icons for Instagram, Facebook, and WhatsApp.
- Content Sections: Two lists of links (Blog and Products).
- Subscription Area: An email input field for newsletter sign-up.
- Responsive Design: Automatic adaptation to different screen sizes, including desktop, tablet, and mobile devices.
- HTML5: Semantic structure of the page.
- CSS3: Styling the page using Flexbox and Grid Layout for responsive design.
- Font Awesome: Social media icons.
- Google Fonts: "Inter" font for the page design.
/assets /css style.css index.html README.md
To view the project locally, follow the steps below:
git clone https://github.com/adrianovital-dev/responsive-footer.git
If you wish to contribute to this project, follow these steps:
- Fork this repository.
- Create a branch for your modifications:
git checkout -b my-branch
- Make your changes and commit:
git commit -m "Description of modifications"
- Push the changes to the remote repository:
git push origin my-branch
- Create a pull request for review.
This project is open-source and can be used under the terms of the MIT License.
- Create a pull request for review.
This project is open-source and can be used under the terms of the MIT License.