Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.78 KB

File metadata and controls

53 lines (39 loc) · 1.78 KB

BrainRot.WithMe Marketing Website

A modern, responsive marketing website for brainrotwithme.com - a platform for creating viral, educational content.

Features

  • 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

Files 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

Key Sections

  1. Hero Section: Eye-catching introduction with animated floating cards
  2. Features: Six key benefits of the platform
  3. How It Works: Three-step process explanation
  4. CTA Section: Call-to-action to engage users
  5. Contact Form: Direct contact functionality
  6. Footer: Brand information and copyright

Contact Form

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.

Deployment

To deploy this website:

  1. Upload all files to your web hosting service
  2. Ensure the logo path is accessible
  3. Configure your domain to point to the index.html file
  4. Test all functionality on the live site

Technologies Used

  • HTML5
  • CSS3 (with CSS Grid, Flexbox, and custom properties)
  • Vanilla JavaScript
  • Google Fonts (Inter)
  • Responsive design principles