Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.22 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.22 KB

Overview

This website serves as the primary landing page for Fluffy, featuring:

  • Information about the Product
  • Company mission and team background
  • Beta program registration

Features

  • 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)

Technology Stack

  • HTML5
  • CSS3 (with custom animations)
  • JavaScript
  • Formspree (form handling)

Setup and Development

  1. Clone the repository
  2. Open index.html in your browser to view the site
  3. Make changes to CSS in the css directory
  4. JavaScript functionality can be modified in js/main.js

Contact Form

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

Mobile Responsiveness

The site includes:

  • Responsive navigation with hamburger menu
  • Fluid typography and spacing
  • Optimized images for different screen sizes
  • Mobile-first design approach

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request