150 lines
7.8 KiB
PHP
150 lines
7.8 KiB
PHP
<?php
|
|
// You can include PHP logic here if needed in the future.
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!-- SEO & Meta Tags -->
|
|
<title>Zone College Management System</title>
|
|
<meta name="description" content="A comprehensive and responsive college management system with advanced features like AI-detection and biometric attendance. Built with Flatlogic Generator.">
|
|
<meta name="keywords" content="college management, student information system, AI proctoring, biometric attendance, education technology, university ERP, academic management, anti-AI system, flatlogic">
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Zone College Management System">
|
|
<meta property="og:description" content="The future of college administration, featuring AI-powered academic integrity and advanced attendance tracking.">
|
|
<meta property="og:image" content="<?php echo htmlspecialchars($_SERVER['PROJECT_IMAGE_URL'] ?? ''); ?>">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:title" content="Zone College Management System">
|
|
<meta property="twitter:description" content="The future of college administration, featuring AI-powered academic integrity and advanced attendance tracking.">
|
|
<meta property="twitter:image" content="<?php echo htmlspecialchars($_SERVER['PROJECT_IMAGE_URL'] ?? ''); ?>">
|
|
|
|
<!-- Stylesheets -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Header -->
|
|
<header>
|
|
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="#">Zone</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
<ul class="navbar-nav ms-auto">
|
|
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#features">Features</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<!-- Hero Section -->
|
|
<section class="hero">
|
|
<div class="hero-overlay"></div>
|
|
<div class="container">
|
|
<h1 class="display-3">The Future of College Management</h1>
|
|
<p class="lead">AI-powered academic integrity, seamless administration, and a globally-ready platform.</p>
|
|
<a href="#contact" class="btn btn-primary btn-lg">Request a Demo</a>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- About Section -->
|
|
<section id="about" class="section">
|
|
<div class="container">
|
|
<h2 class="section-title">Redefining Education Technology</h2>
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-6">
|
|
<p class="lead">Zone is a comprehensive, responsive College Management System designed for the modern educational landscape. From admission to graduation, Zone streamlines every administrative and academic process.</p>
|
|
<p>Our system is built to be scalable, secure, and ready for international deployment, with features like multi-language support, advanced attendance tracking, and a unique AI-powered system to ensure academic integrity.</p>
|
|
</div>
|
|
<div class="col-lg-6 text-center">
|
|
<img src="https://images.pexels.com/photos/3184418/pexels-photo-3184418.jpeg?auto=compress&cs=tinysrgb&w=600" class="img-fluid rounded shadow-lg" alt="Team collaborating">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Features Section -->
|
|
<section id="features" class="section">
|
|
<div class="container">
|
|
<h2 class="section-title">Core Features</h2>
|
|
<div class="row g-4">
|
|
<div class="col-md-6 col-lg-4 d-flex align-items-stretch">
|
|
<div class="feature-card">
|
|
<i class="bi bi-shield-check feature-icon"></i>
|
|
<h3>AI-Powered Integrity</h3>
|
|
<p>Detect AI-generated content, monitor exams, and uphold academic honor with our cutting-edge anti-AI system.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 d-flex align-items-stretch">
|
|
<div class="feature-card">
|
|
<i class="bi bi-person-check-fill feature-icon"></i>
|
|
<h3>Advanced Attendance</h3>
|
|
<p>Utilize QR codes, selfie verification, biometrics, and more for a fraud-proof attendance system.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 d-flex align-items-stretch">
|
|
<div class="feature-card">
|
|
<i class="bi bi-globe2 feature-icon"></i>
|
|
<h3>Globally Ready</h3>
|
|
<p>Built for international use with multi-language UI, currency support, and cross-border compliance features.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Contact Section -->
|
|
<section id="contact" class="section">
|
|
<div class="container">
|
|
<h2 class="section-title">Get in Touch</h2>
|
|
<div class="row">
|
|
<div class="col-lg-8 mx-auto">
|
|
<div id="form-feedback"></div>
|
|
<form id="contactForm" novalidate>
|
|
<div class="mb-3">
|
|
<input type="text" class="form-control" id="name" name="name" placeholder="Your Name" required>
|
|
</div>
|
|
<div class="mb-3">
|
|
<input type="email" class="form-control" id="email" name="email" placeholder="Your Email" required>
|
|
</div>
|
|
<div class="mb-3">
|
|
<textarea class="form-control" id="message" name="message" rows="5" placeholder="Your Message" required></textarea>
|
|
</div>
|
|
<div class="text-center">
|
|
<button type="submit" class="btn btn-primary btn-lg">Send Message</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<!-- Footer -->
|
|
<footer class="text-center">
|
|
<div class="container">
|
|
<p class="mb-2">© 2025 Zone College Management System. All Rights Reserved.</p>
|
|
<p><a href="privacy.php">Privacy Policy</a></p>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Scripts -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
|
|
</body>
|
|
</html>
|