A modern, responsive landing page for AleaCyber, a fictional cybersecurity solutions company. This project showcases a professional website design for businesses in the cybersecurity industry.
- Fully responsive design that works on all devices
- Modern UI with smooth animations and transitions
- Complete sections including hero, services, features, testimonials, pricing, and contact
- SEO optimized with proper meta tags
- Clean and well-structured code
- Custom SVG favicon
- HTML5
- CSS3
- JavaScript (ES6+)
- Bootstrap 5
- Font Awesome 5
- AOS (Animate On Scroll) library
- A modern web browser
- Basic knowledge of HTML, CSS, and JavaScript
- A code editor (VS Code, Sublime Text, etc.)
-
Clone the repository:
git clone https://github.com/aleaengineer/aleacyber.git
-
Navigate to the project directory:
cd aleacyber -
Open
index.htmlin your browser or use a local development server.
The main colors are defined as CSS variables in the :root selector in style.css. You can easily change them to match your brand:
:root {
--primary-color: #4e54ff;
--primary-dark: #3a3fd1;
--secondary-color: #1e2040;
--accent-color: #00e5ff;
/* other variables */
}Replace the placeholder text, images, and information in index.html with your own content.
To add new sections, follow the existing HTML structure and add appropriate CSS styles in style.css.
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Opera (latest)
This project is licensed under the MIT License - see the LICENSE file for details.
- Bootstrap
- Font Awesome
- AOS Library
- Unsplash for placeholder images
For any questions or suggestions, please open an issue or contact the repository owner.
Note: AleaCyber is a fictional company created for demonstration purposes only. Any resemblance to real companies is coincidental.
