A modern, responsive website for showcasing premium second-hand cars with an elegant glassmorphism design, interactive features, and smooth animations.
Experience the live website with stunning animations and interactive features!
- Modern hero section with gradient background
- Interactive car gallery with filters
- Smooth animations and transitions
- Responsive hamburger menu
- Touch-friendly interface
- Optimized for all screen sizes
- Glassmorphism Effects - Frosted glass-like appearance with backdrop blur
- Smooth Gradients - Eye-catching color transitions
- Floating Particles - Animated background elements
- Responsive Layout - Mobile-first design approach
- Toggle between themes with Font Awesome icons
- Persistent across all sections
- Smooth transition effects
- Color-coded icons (moon for light mode, sun for dark mode)
- Desktop: Horizontal navigation bar with all links visible
- Mobile: Hamburger menu with slide-out navigation
- Sticky navbar with blur effect on scroll
- Smooth scrolling to page sections
- Filter System - Sort by brand (All, Toyota, Honda, BMW, Mercedes)
- Hover Effects - Cards lift and scale on hover
- Modal Popups - Detailed car information in elegant overlays
- Loading Animations - Staggered card appearance
- Beautiful glassmorphism design
- Form validation
- Smooth submission animation
- Responsive layout
- Slide-up entrance animations
- Floating elements
- Hover transformations
- Modal slide-in effects
- Intersection observer for scroll-triggered animations
EliteDrive/
โ
โโโ index.html # Main HTML file with embedded CSS and JS
โ
โโโ README.md # Project documentation
- A modern web browser (Chrome, Firefox, Safari, Edge)
- No additional dependencies required!
- Clone the repository
git clone https://github.com/akashasahu07/EliteDrive.git- Navigate to project directory
cd EliteDrive- Open in browser
# Simply open index.html in your browser
# Or use a local server:
python -m http.server 8000
# Or
npx serve- View the website
Open http://localhost:8000 in your browser
Edit the cars array in the JavaScript section to add/modify vehicles:
const cars = [
{
id: 1,
brand: 'toyota',
name: 'Toyota Camry 2020',
year: 2020,
price: 28500,
image: 'your-image-url.jpg',
mileage: '35,000 miles',
description: 'Your description here'
}
// Add more cars...
];Modify CSS variables in the :root section:
:root {
--primary-color: #6366f1;
--secondary-color: #0c0127;
--accent-color: #06b6d4;
/* Add more custom colors */
}Add new filter buttons and update the filter logic:
<button class="filter-btn" data-filter="ford">Ford</button>backdrop-filter: blur(16px)for frosted glass effect- Semi-transparent backgrounds
- Subtle borders and shadows
- Works in both light and dark modes
- CSS Grid for car gallery
- Flexbox for navigation and layouts
- Media queries for mobile optimization
- Mobile-first approach
- Lightweight (single HTML file)
- Optimized images from CDN
- Smooth CSS animations
- Efficient JavaScript
| Browser | Version |
|---|---|
| Chrome | Latest โ |
| Firefox | Latest โ |
| Safari | Latest โ |
| Edge | Latest โ |
| Opera | Latest โ |
Note: Backdrop filter may have limited support in older browsers
- Desktop: > 768px - Full navigation, multi-column grid
- Mobile: โค 768px - Hamburger menu, single column layout
- Primary:
#6366f1(Indigo) - Secondary:
#0c0127(Deep Purple) - Accent:
#06b6d4(Cyan) - Background:
#ffffff(White)
- Background:
#111827(Dark Gray) - Text:
#f9fafb(Light Gray)
Contributions are welcome! Here's how you can help:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Your Name
- GitHub: @akashasahu07
- LinkedIn: Akasha Sahu
- Email: akashasahu2001@gmail.com
- Font Awesome for icons
- Pixabay for car images
- Inspiration from modern web design trends
- Glassmorphism design principles
- Add user authentication
- Implement car comparison feature
- Add search functionality
- Integrate with backend API
- Add favorites/wishlist feature
- Implement pagination for car gallery
- Add car details page with more images
- Integrate payment gateway
- Add testimonials section
- Implement live chat support
If you have any questions or need help, feel free to:
- Open an issue on GitHub
- Contact via email
- Join our community discussions
Made with โค๏ธ for car enthusiasts
โญ Star this repo if you like it!