The GlobalSecurity website is a professional platform designed for a security company specializing in physical security, IT security, data protection, risk analysis, security training, and surveillance. The website provides detailed insights into the company's services, allowing potential clients to explore security solutions tailored to their needs.
- Home Page: Overview of GlobalSecurity, its mission, and expertise.
- About Page: Background on the company, its values, and team.
Each service has its dedicated page:
- IT Security – Protecting digital assets and cybersecurity strategies.
- Data Protection – Securing sensitive information and preventing breaches.
- Risk Analysis – Evaluating security risks and mitigation strategies.
- Physical Security – Providing personnel and infrastructure protection.
- Security Training – Specialized training programs for security professionals.
- Surveillance – Advanced surveillance systems and monitoring.
- Clients can reach out via a contact form for inquiries or service requests.
- FAQ Page – Commonly asked questions and answers.
- Scrolling Partner Logos – Showcasing trusted partners and affiliations.
- Built using Tailwind CSS for a modern, mobile-friendly interface.
- Parallax effects and animations for a dynamic user experience.
- Frontend: HTML, Tailwind CSS, JavaScript
- Backend: Laravel (PHP Framework)
- Database: MySQL
- Server: Apache (MAMP for local development)
- Clone the Repository
git clone https://github.com/yourusername/security.git cd security - Install Dependencies
composer install npm install
- Set Up Environment
cp .env.example .env Update the .env file with your database credentials: DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=8889 DB_DATABASE=globalsecurity DB_USERNAME=root DB_PASSWORD=root
- Generate Application Key
php artisan key:generate
- Run Database Migrations
php artisan migrate --seed
- Start the Development Server
php artisan serve