Skip to content

aleaengineer/aleacyber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AleaCyber

Desktop View

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.

Features

  • 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

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • Bootstrap 5
  • Font Awesome 5
  • AOS (Animate On Scroll) library

Getting Started

Prerequisites

  • A modern web browser
  • Basic knowledge of HTML, CSS, and JavaScript
  • A code editor (VS Code, Sublime Text, etc.)

Installation

  1. Clone the repository:

    git clone https://github.com/aleaengineer/aleacyber.git
  2. Navigate to the project directory:

    cd aleacyber
  3. Open index.html in your browser or use a local development server.

Changing Colors

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 */
}

Updating Content

Replace the placeholder text, images, and information in index.html with your own content.

Adding New Sections

To add new sections, follow the existing HTML structure and add appropriate CSS styles in style.css.

Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)
  • Opera (latest)

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Contact

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors