Loading repository dataβ¦
Loading repository dataβ¦
Muhammad-Taha7 / repository
π Bugatti-Inspired Responsive Footer with AOS Animations A fully responsive and elegant footer section inspired by Bugatti's official website. Built using Tailwind CSS with smooth AOS (Animate On Scroll) effects for a modern and dynamic user experience. Perfect for high-end automotive, luxury brand, or portfolio websites. Features: Fully respon
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A fully responsive footer section inspired by the official Bugatti website. Built using Tailwind CSS and enhanced with AOS (Animate On Scroll) animations to deliver a modern, elegant, and mobile-friendly user experience.
git clone https://github.com/your-username/bugatti-footer.git
cd bugatti-footer
2. Open index.html in your browser
No build tools required β just open the file in any browser to view the footer.
3. Customize Content
You can easily update link names, add a logo, or change colors in the HTML.
π AOS Initialization
AOS is used for scroll animations. Make sure to include this in your HTML:
html
Copy
Edit
<!-- AOS CSS -->
<link href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css" rel="stylesheet" />
<!-- AOS JS -->
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000,
once: true,
});
</script>
π Folder Structure
css
Copy
Edit
bugatti-footer/
βββ index.html
βββ style.css (if used)
βββ README.md
π License
This project is open-source and free to use under the MIT License.
π¨βπ» Author
Muhammad Taha Zahid Rasheed
Frontend Developer β HTML, CSS, JavaScript, Tailwind CSS, React
MIT License
Copyright (c) 2025 Muhammad Taha Zahid
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.