176 lines
9.4 KiB
PHP
176 lines
9.4 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Online University Portal</title>
|
|
<meta name="description" content="Online University Portal: Streamlined course enrollment, video lectures, and secure faculty-student interactions.">
|
|
<meta name="keywords" content="online university, e-learning, virtual campus, digital education, course enrollment, video lectures, student portal, faculty portal, online courses, degree programs, higher education, remote learning">
|
|
|
|
<meta property="og:title" content="Online University Portal">
|
|
<meta property="og:description" content="Online University Portal: Streamlined course enrollment, video lectures, and secure faculty-student interactions.">
|
|
<meta property="og:image" content="https://project-screens.s3.amazonaws.com/screenshots/34613/app-hero-20251003-050530.png">
|
|
<meta property="og:url" content="https://your-domain.com/">
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="https://project-screens.s3.amazonaws.com/screenshots/34613/app-hero-20251003-050530.png">
|
|
|
|
<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">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Header -->
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-transparent fixed-top">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="#">Online University</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="#hero">Home</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#courses">Courses</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
|
|
<li class="nav-item ms-lg-3"><a class="btn btn-primary" href="login.php">Login</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- Hero Section -->
|
|
<section id="hero" class="hero">
|
|
<div class="hero-overlay">
|
|
<div class="container">
|
|
<h1 class="display-4 text-white">Your Future, Redefined.</h1>
|
|
<p class="lead mb-4">Join a new generation of learners at the Online University. Excellence in digital education.</p>
|
|
<a href="#courses" class="btn btn-primary btn-lg">Enroll Now</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- About Section -->
|
|
<section id="about" class="section">
|
|
<div class="container">
|
|
<h2 class="text-center section-title">About Us</h2>
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-6 mb-4 mb-lg-0">
|
|
<img src="https://picsum.photos/seed/universityabout/800/600" class="img-fluid rounded shadow" alt="A diverse group of students collaborating in a library.">
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<h3>Welcome to the Future of Learning</h3>
|
|
<p>Our Online University offers a flexible, accessible, and high-quality education designed for the modern world. We are committed to providing a transformative learning experience that empowers students to achieve their personal and professional goals.</p>
|
|
<p>With world-class faculty, cutting-edge technology, and a vibrant global community, we bring the university to you, wherever you are.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Courses Section -->
|
|
<section id="courses" class="section bg-light">
|
|
<div class="container">
|
|
<h2 class="text-center section-title">Our Programs</h2>
|
|
<div class="row">
|
|
<div class="col-md-6 col-lg-4 mb-4">
|
|
<div class="card h-100">
|
|
<img src="https://picsum.photos/seed/universitycourse/600/400" class="card-img-top" alt="A student working on a laptop in a classroom.">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Computer Science (BSCS)</h5>
|
|
<p class="card-text">Explore the depths of computing, from algorithms to artificial intelligence.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 mb-4">
|
|
<div class="card h-100">
|
|
<img src="https://picsum.photos/seed/civilengineering/600/400" class="card-img-top" alt="Architectural model of a bridge.">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Computer Engineering (BSCE)</h5>
|
|
<p class="card-text">Bridge the gap between hardware and software, from microprocessors to operating systems.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 mb-4">
|
|
<div class="card h-100">
|
|
<img src="https://picsum.photos/seed/softwareengineering/600/400" class="card-img-top" alt="Team collaborating on code on a whiteboard.">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Software Engineering (BSSE)</h5>
|
|
<p class="card-text">Master the art of software development and create impactful applications.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Testimonials Section -->
|
|
<section id="testimonials" class="section">
|
|
<div class="container">
|
|
<h2 class="text-center section-title">What Our Students Say</h2>
|
|
<div class="row">
|
|
<div class="col-md-6 mb-4">
|
|
<div class="card testimonial-card p-4 h-100">
|
|
<blockquote class="blockquote mb-0">
|
|
<p>"The flexibility of online learning allowed me to balance my studies with my job. The professors are amazing!"</p>
|
|
<footer class="blockquote-footer">Jane Doe, <cite title="Source Title">BSCS Graduate</cite></footer>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 mb-4">
|
|
<div class="card testimonial-card p-4 h-100">
|
|
<blockquote class="blockquote mb-0">
|
|
<p>"I never thought I'd be able to connect with so many people from around the world. It's a truly global classroom."</p>
|
|
<footer class="blockquote-footer">John Smith, <cite title="Source Title">MSE Student</cite></footer>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Contact Section -->
|
|
<section id="contact" class="section bg-light">
|
|
<div class="container">
|
|
<h2 class="text-center section-title">Get in Touch</h2>
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-8">
|
|
<p class="text-center mb-4">Have questions? We'd love to hear from you. Fill out the form below and a member of our team will get back to you shortly.</p>
|
|
<form>
|
|
<div class="mb-3">
|
|
<input type="text" class="form-control" placeholder="Your Name" required>
|
|
</div>
|
|
<div class="mb-3">
|
|
<input type="email" class="form-control" placeholder="Your Email" required>
|
|
</div>
|
|
<div class="mb-3">
|
|
<textarea class="form-control" rows="5" placeholder="Your Message" required></textarea>
|
|
</div>
|
|
<div class="text-center">
|
|
<button type="submit" class="btn btn-primary">Send Message</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<footer class="footer">
|
|
<div class="container text-center">
|
|
<div class="mb-3">
|
|
<a href="#" class="text-white me-3"><i class="bi bi-twitter"></i></a>
|
|
<a href="#" class="text-white me-3"><i class="bi bi-facebook"></i></a>
|
|
<a href="#" class="text-white me-3"><i class="bi bi-linkedin"></i></a>
|
|
</div>
|
|
<p>© <?php echo date("Y"); ?> Online University. All Rights Reserved.</p>
|
|
<a href="privacy.php">Privacy Policy</a>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js"></script>
|
|
</body>
|
|
</html>
|