This website serves as the primary landing page for Fluffy, featuring:
- Information about the Product
- Company mission and team background
- Beta program registration
- Responsive design for all device sizes
- Modern, clean UI with animations
- Mobile-friendly navigation
- Integrated contact form using Formspree
- Dark/light mode support (via logo assets)
- HTML5
- CSS3 (with custom animations)
- JavaScript
- Formspree (form handling)
- Clone the repository
- Open
index.html
in your browser to view the site - Make changes to CSS in the
css
directory - JavaScript functionality can be modified in
js/main.js
The contact form is powered by Formspree and configured to:
- Collect email addresses for beta program registration
- Process submissions securely
- Provide feedback to users upon submission
The site includes:
- Responsive navigation with hamburger menu
- Fluid typography and spacing
- Optimized images for different screen sizes
- Mobile-first design approach
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request