A modern, responsive marketing website for brainrotwithme.com - a platform for creating viral, educational content.
- Modern Design: Contemporary styling with gradient backgrounds, smooth animations, and interactive elements
- Responsive Layout: Fully responsive design that works on all devices
- Contact Form: Functional contact form that opens the user's email client
- Smooth Animations: CSS animations and scroll effects for enhanced user experience
- SEO Optimized: Proper meta tags and semantic HTML structure
brainrotwithme/
├── index.html # Main HTML file
├── style.css # CSS styles and animations
├── script.js # JavaScript functionality
├── logo/
│ └── brainrot.witme_3.png # Brand logo
└── README.md # This file
- Hero Section: Eye-catching introduction with animated floating cards
- Features: Six key benefits of the platform
- How It Works: Three-step process explanation
- CTA Section: Call-to-action to engage users
- Contact Form: Direct contact functionality
- Footer: Brand information and copyright
The contact form is configured to send emails to rakheja.akshay@gmail.com. When users submit the form, it opens their default email client with pre-filled content.
To deploy this website:
- Upload all files to your web hosting service
- Ensure the logo path is accessible
- Configure your domain to point to the index.html file
- Test all functionality on the live site
- HTML5
- CSS3 (with CSS Grid, Flexbox, and custom properties)
- Vanilla JavaScript
- Google Fonts (Inter)
- Responsive design principles