A modern, responsive landing page for Flairspace, featuring a terminal-style interface with dark/light mode support. This project showcases Flairspace's products and mission with a clean, interactive design.
- Terminal-like Interface: Interactive command-line inspired UI
- Dark/Light Mode: Toggle between themes with persistent user preference
- Animated Loading Sequence: Engaging terminal-style boot sequence on page load
- Responsive Design: Works seamlessly on all device sizes
- Interactive Product Showcase: Collapsible product sections for better information hierarchy
- Modern Animations: Smooth transitions and hover effects
- SEO Optimized: Proper meta tags and semantic HTML
- Performance Focused: Optimized assets and lazy loading for fast page loads
- Responsive Design: Works on desktop and mobile devices
- Modern Animations: Smooth transitions and hover effects
- SEO Optimized: Built with search engine optimization in mind
- Social Media Integration: Quick links to social profiles
- Modern web browser (Chrome, Firefox, Safari, Edge)
- Node.js and npm (for development)
- Git (for version control)
-
Clone the repository:
git clone https://github.com/iamvasee/flairspace.co-landing.git cd flairspace.co-landing -
Open
index.htmlin your browser or use a local development server:npx http-server
Then open
http://localhost:8080in your browser.
flairspace.co-landing/
├── index.html # Main HTML file
├── style.css # All styles and animations
├── script.js # JavaScript functionality
├── assets/ # Images and other static assets
└── README.md # This file
Theming is handled through CSS variables in style.css. You can easily customize the color scheme by modifying these variables:
:root {
--bg-color: #ffffff;
--text-color: #2d3436;
--accent-color: #00b894;
--border-color: #dfe6e9;
--shadow-color: rgba(0, 0, 0, 0.1);
--prompt-color: #00b894;
}
[data-theme="dark"] {
--bg-color: #1e272e;
--text-color: #f5f6fa;
--border-color: #2f3640;
--shadow-color: rgba(0, 0, 0, 0.3);
}To add a new product to the showcase:
- Add a new
detailselement in the.productssection ofindex.html - Follow the existing structure with
summaryand content sections - Add any custom styles in
style.cssif needed
This is a static website that can be deployed to any web hosting service. Some popular options:
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Give a ⭐️ if this project helped you!
- Open
index.htmlin your browser or use a local server:Then visit# Using Python's built-in server python -m http.server 8000http://localhost:8000in your browser.
Edit the CSS variables in style.css to customize the color scheme:
:root {
--bg-color: rgba(255, 255, 255, 0.95);
--text-color: #2d3436;
--accent-color: #00b894;
/* ... */
}Edit index.html to update the content, links, and structure as needed.
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Website: flairspace.co
- Email: contact@flairspace.co
- Twitter: @ChatMe_At