Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/nigeria.codeskitter.site/
Upload File :
Current File : /home/users/unlimited/www/nigeria.codeskitter.site/about.php

<?php include 'includes/config.php'; ?>
<?php include 'includes/header.php'; ?>
<!-- 
<div class="container py-5">
    <div class="row">
        <div class="col-lg-8 mx-auto">
            <h1 class="text-center mb-5">About Our eLearning Platform</h1>
            
            <div class="row mb-5">
                <div class="col-md-6">
                    <img src="assets/images/test.png" alt="About Us" class="img-fluid rounded">
                </div>
                <div class="col-md-6">
                    <h2>Our Story</h2>
                    <p>Founded in 2020, our eLearning platform has been dedicated to providing high-quality education to students worldwide. We believe that education should be accessible to everyone, everywhere.</p>
                    <p>With over 500 courses and 100+ expert instructors, we've helped more than 10,000 students achieve their learning goals and advance their careers.</p>
                </div>
            </div>

            <div class="row mb-5">
                <div class="col-12">
                    <h2 class="text-center mb-4">Our Mission</h2>
                    <p class="text-center lead">To make quality education accessible and affordable for everyone, breaking down geographical and financial barriers to learning.</p>
                </div>
            </div>

            <div class="row">
                <div class="col-md-4 text-center mb-4">
                    <div class="about-feature">
                        <i class="bi bi-graph-up-arrow fs-1 text-primary"></i>
                        <h4>Career Advancement</h4>
                        <p>Gain skills that help you grow professionally and achieve your career goals.</p>
                    </div>
                </div>
                <div class="col-md-4 text-center mb-4">
                    <div class="about-feature">
                        <i class="bi bi-clock fs-1 text-primary"></i>
                        <h4>Flexible Learning</h4>
                        <p>Learn at your own pace, on your own schedule, from anywhere in the world.</p>
                    </div>
                </div>
                <div class="col-md-4 text-center mb-4">
                    <div class="about-feature">
                        <i class="bi bi-award fs-1 text-primary"></i>
                        <h4>Expert Instructors</h4>
                        <p>Learn from industry professionals with real-world experience and expertise.</p>
                    </div>
                </div>
            </div>

            <div class="row mt-5">
                <div class="col-12">
                    <h2 class="text-center mb-4">Why Choose Us?</h2>
                    <div class="accordion" id="whyChooseUs">
                        <div class="accordion-item">
                            <h2 class="accordion-header">
                                <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#quality">
                                    High-Quality Content
                                </button>
                            </h2>
                            <div id="quality" class="accordion-collapse collapse show" data-bs-parent="#whyChooseUs">
                                <div class="accordion-body">
                                    Our courses are carefully curated and regularly updated to ensure they meet industry standards and provide the most relevant knowledge.
                                </div>
                            </div>
                        </div>
                        <div class="accordion-item">
                            <h2 class="accordion-header">
                                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#support">
                                    24/7 Support
                                </button>
                            </h2>
                            <div id="support" class="accordion-collapse collapse" data-bs-parent="#whyChooseUs">
                                <div class="accordion-body">
                                    Our dedicated support team is available around the clock to help you with any questions or technical issues.
                                </div>
                            </div>
                        </div>
                        <div class="accordion-item">
                            <h2 class="accordion-header">
                                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#community">
                                    Community Learning
                                </button>
                            </h2>
                            <div id="community" class="accordion-collapse collapse" data-bs-parent="#whyChooseUs">
                                <div class="accordion-body">
                                    Join a community of learners, participate in discussions, and collaborate on projects with peers from around the world.
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div> -->
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>About Us - Gex Neurals Academy</title>
    
    <!-- Google Web Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&display=swap" rel="stylesheet">

    <!-- Icon Font Stylesheet -->
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">

    <!-- Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom CSS -->
    <style>
        :root {
            --primary-color: #4e54c8;
            --secondary-color: #8f94fb;
            --accent-color: #1e88e5;
            --light-color: #f8f9fa;
            --dark-color: #212529;
            --gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        }
        
        body {
            font-family: 'Heebo', sans-serif;
            color: var(--dark-color);
            overflow-x: hidden;
        }
        
        .logo {
            display: flex;
            align-items: center;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .logo i {
            font-size: 2rem;
            margin-right: 10px;
            color: var(--primary-color);
        }
        
        header {
            background: var(--gradient);
            color: white;
            padding: 4rem 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMSkiIGQ9Ik0yNTYgMTI4Yy03MC43IDAtMTI4IDU3LjMtMTI4IDEyOHM1Ny4zIDEyOCAxMjggMTI4IDEyOC01Ny4zIDEyOC0xMjgtNTcuMy0xMjgtMTI4LTEyOHptMCAyMjRjLTUzIDAtOTYtNDMtOTYtOTZzNDMtOTYgOTYtOTYgOTYgNDMgOTYgOTYtNDMgOTYtOTYgOTZ6Ii8+PHBhdGggZmlsbD0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjEpIiBkPSJNMzUyIDI1NmMwIDUzLTQzIDk2LTk2IDk2cy05Ni00My05Ni05NiA0My05NiA5Ni05NiA5NiA0MyA5NiA5NnptLTk2IDY0YzM1LjMgMCA2NC0yOC43IDY0LTY0cy0yOC43LTY0LTY0LTY0LTY0IDI4LjctNjQgNjQgMjguNyA2NCA2NCA2NHoiLz48L3N2Zz4=');
            opacity: 0.1;
        }
        
        header h1 {
            font-family: 'Nunito', sans-serif;
            font-weight: 800;
            font-size: 3.5rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        
        .tagline {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .motto {
            font-size: 1.2rem;
            max-width: 600px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        .content-section {
            margin: 5rem 0;
            padding: 2rem 0;
        }
        
        .content-section:nth-child(even) {
            background-color: rgba(248, 249, 250, 0.5);
            border-radius: 10px;
        }
        
        .text-content h2 {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 1.5rem;
            position: relative;
        }
        
        .text-content h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: var(--gradient);
            border-radius: 2px;
        }
        
        .text-content p {
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }
        
        .mission-list {
            padding-left: 0;
            list-style-type: none;
        }
        
        .mission-list li {
            margin-bottom: 1rem;
            padding-left: 2rem;
            position: relative;
        }
        
        .mission-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-weight: bold;
        }
        
        .image-placeholder {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .image-placeholder:hover {
            transform: translateY(-5px);
        }
        
        .image-placeholder img {
            width: 100%;
            height: auto;
            transition: transform 0.5s ease;
        }
        
        .image-placeholder:hover img {
            transform: scale(1.05);
        }
        
        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }
        
        .value-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            text-align: center;
            padding: 0;
        }
        
        .value-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .value-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .value-card h3 {
            color: var(--primary-color);
            margin: 1.5rem 0 1rem;
            font-weight: 600;
        }
        
        .value-card p {
            padding: 0 1.5rem 1.5rem;
            color: #666;
        }
        
        .highlight {
            background: var(--gradient);
            color: white;
            padding: 4rem 2rem;
            border-radius: 15px;
            margin: 5rem 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .highlight::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMSkiIGQ9Ik0yNTYgMTI4Yy03MC43IDAtMTI4IDU3LjMtMTI4IDEyOHM1Ny4zIDEyOCAxMjggMTI4IDEyOC01Ny4zIDEyOC0xMjgtNTcuMy0xMjgtMTI4LTEyOHptMCAyMjRjLTUzIDAtOTYtNDMtOTYtOTZzNDMtOTYgOTYtOTYgOTYgNDMgOTYgOTYtNDMgOTYtOTYgOTZ6Ii8+PHBhdGggZmlsbD0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjEpIiBkPSJNMzUyIDI1NmMwIDUzLTQzIDk2LTk2IDk2cy05Ni00My05Ni05NiA0My05NiA5Ni05NiA5NiA0MyA5NiA5NnptLTk2IDY0YzM1LjMgMCA2NC0yOC43IDY0LTY0cy0yOC43LTY0LTY0LTY0LTY0IDI4LjctNjQgNjQgMjguNyA2NCA2NCA2NHoiLz48L3N2Zz4=');
            opacity: 0.1;
        }
        
        .highlight h2 {
            font-weight: 700;
            margin-bottom: 2rem;
            position: relative;
        }
        
        .highlight p {
            font-size: 1.1rem;
            max-width: 800px;
            margin: 0 auto 1.5rem;
            line-height: 1.7;
        }
        
        .cta-section {
            text-align: center;
            padding: 4rem 0;
            background-color: var(--light-color);
            border-radius: 15px;
            margin: 5rem 0;
        }
        
        .cta-section h2 {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .cta-section p {
            max-width: 600px;
            margin: 0 auto 2rem;
            font-size: 1.1rem;
        }
        
        .cta-button {
            display: inline-block;
            background: var(--gradient);
            color: white;
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(78, 84, 200, 0.3);
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(78, 84, 200, 0.4);
            color: white;
        }
        
        /* Animation classes */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            header h1 {
                font-size: 2.5rem;
            }
            
            .tagline {
                font-size: 1.2rem;
            }
            
            .motto {
                font-size: 1rem;
            }
            
            .content-section {
                margin: 3rem 0;
            }
            
            .values-grid {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>
<body>
    <!-- Header Section -->
    <header class="position-relative">
        <div class="container">
            <div class="logo justify-content-center">
                <i class="fas fa-brain"></i>
                <span>Gex Neurals Academy</span>
            </div>
            <h1 class="animate__animated animate__fadeInDown">About Us</h1>
            <p class="tagline animate__animated animate__fadeIn animate__delay-1s">Rooted in Knowledge. Growing with Innovation.</p>
            <p class="motto animate__animated animate__fadeIn animate__delay-2s">We don't just teach technology — we grow minds that shape the future.</p>
        </div>
    </header>
    
    <!-- Main Content -->
    <div class="container">
        <!-- Who We Are Section -->
        <section class="content-section fade-in">
            <div class="row align-items-center">
                <div class="col-lg-6 order-lg-1 order-2">
                    <div class="text-content">
                        <h2>Who We Are</h2>
                        <p>Gex Neurals Academy is a forward-looking institute dedicated to equipping learners with the knowledge and practical skills to thrive in the age of Artificial Intelligence, data science, and emerging technologies.</p>
                        <p>Inspired by the power of the brain's neural networks, we bring together curious minds to learn, collaborate, and create innovative solutions that transform societies.</p>
                    </div>
                </div>
                <div class="col-lg-6 order-lg-2 order-1 mb-4 mb-lg-0">
                    <div class="image-content">
                        <div class="image-placeholder">
                            <img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Gex Neurals Academy students collaborating">
                        </div>
                    </div>
                </div>
            </div>
        </section>
        
        <!-- Our Vision Section -->
        <section class="content-section fade-in">
            <div class="row align-items-center">
                <div class="col-lg-6 mb-4 mb-lg-0">
                    <div class="image-content">
                        <div class="image-placeholder">
                            <img src="https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Vision for the future">
                        </div>
                    </div>
                </div>
                <div class="col-lg-6">
                    <div class="text-content">
                        <h2>Our Vision</h2>
                        <p>To empower learners everywhere with the knowledge and skills to understand, apply, and innovate with Artificial Intelligence and emerging technologies, creating a smarter, inclusive, and sustainable future.</p>
                    </div>
                </div>
            </div>
        </section>
        
        <!-- Our Mission Section -->
        <section class="content-section fade-in">
            <div class="row align-items-center">
                <div class="col-lg-6 order-lg-1 order-2">
                    <div class="text-content">
                        <h2>Our Mission</h2>
                        <p>At Gex Neurals Academy, our mission is to:</p>
                        <ul class="mission-list">
                            <li><strong>Democratize AI and Tech Education</strong> – making cutting-edge skills accessible to learners of all backgrounds</li>
                            <li><strong>Bridge Knowledge to Practice</strong> – equipping learners with practical, real-world applications</li>
                            <li><strong>Nurture Innovation</strong> – fostering critical thinking and problem-solving</li>
                            <li><strong>Build Inclusive Communities</strong> – creating strong "neural networks" of people</li>
                            <li><strong>Prepare Future Leaders</strong> – inspiring learners to lead through technology</li>
                        </ul>
                    </div>
                </div>
                <div class="col-lg-6 order-lg-2 order-1 mb-4 mb-lg-0">
                    <div class="image-content">
                        <div class="image-placeholder">
                            <img src="https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Our mission in action">
                        </div>
                    </div>
                </div>
            </div>
        </section>
        
        <!-- Core Values Section -->
        <section class="fade-in">
            <h2 class="text-center mb-5">Our Core Values</h2>
            <div class="values-grid">
                <div class="value-card">
                    <img src="https://images.unsplash.com/photo-1535223289827-42f1e9919769?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="Innovation">
                    <h3>Innovation</h3>
                    <p>Pushing boundaries with creative thinking and novel solutions</p>
                </div>
                <div class="value-card">
                    <img src="https://images.unsplash.com/photo-1553877522-43269d4ea984?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="Excellence">
                    <h3>Excellence</h3>
                    <p>Striving for the highest quality in everything we do</p>
                </div>
                <div class="value-card">
                    <img src="https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="Integrity">
                    <h3>Integrity</h3>
                    <p>Operating with honesty, transparency, and ethical principles</p>
                </div>
                <div class="value-card">
                    <img src="https://images.unsplash.com/photo-1521737711867-e3b97375f902?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="Inclusivity">
                    <h3>Inclusivity</h3>
                    <p>Ensuring equal opportunities for all learners</p>
                </div>
                <div class="value-card">
                    <img src="https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="Collaboration">
                    <h3>Collaboration</h3>
                    <p>Working together to achieve greater outcomes</p>
                </div>
                <div class="value-card">
                    <img src="https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="Impact">
                    <h3>Impact</h3>
                    <p>Creating meaningful change in society through education</p>
                </div>
            </div>
        </section>
        
        <!-- Our Approach Section -->
        <div class="highlight fade-in">
            <h2>Our Approach</h2>
            <p>At Gex Neurals Academy, we believe in a holistic approach to technology education. We combine theoretical knowledge with hands-on projects, industry partnerships, and mentorship to ensure our learners are not just technically proficient but also innovative thinkers and problem solvers.</p>
            <p>Our curriculum is continuously updated to reflect the latest advancements in AI, data science, and emerging technologies, preparing our students for the careers of tomorrow.</p>
        </div>
        
        <!-- CTA Section -->
        <section class="cta-section fade-in">
            <h2>Ready to Shape the Future with Us?</h2>
            <p>Join Gex Neurals Academy and become part of a community that's building the future through technology and innovation.</p>
            <a href="register.php" class="cta-button">Start Your Journey Today</a>
        </section>
    </div>

    <!-- Bootstrap JS -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>

    <!-- Custom JavaScript -->
    <script>
        // Fade-in animation on scroll
        document.addEventListener('DOMContentLoaded', function() {
            const fadeElements = document.querySelectorAll('.fade-in');
            
            const fadeInOnScroll = function() {
                fadeElements.forEach(element => {
                    const elementTop = element.getBoundingClientRect().top;
                    const elementVisible = 150;
                    
                    if (elementTop < window.innerHeight - elementVisible) {
                        element.classList.add('visible');
                    }
                });
            };
            
            // Check on load
            fadeInOnScroll();
            
            // Check on scroll
            window.addEventListener('scroll', fadeInOnScroll);
        });

        // Add smooth scrolling to all links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                document.querySelector(this.getAttribute('href')).scrollIntoView({
                    behavior: 'smooth'
                });
            });
        });
    </script>
</body>
</html>

<?php include 'includes/footer.php'; ?>