This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
SPJ-Website-Mockup/about.html
2025-03-03 09:09:37 +00:00

50 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Us | SP Jain School of Global Management</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="About SP Jain, Global Education" name="keywords">
<meta content="Learn about SP Jain's mission, values, and global campuses." name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Header Start -->
<div class="container-fluid page-header py-5">
<div class="container text-center">
<h1 class="display-4 text-white">About Us</h1>
</div>
</div>
<!-- Header End -->
<!-- About Section Start -->
<div class="container py-5">
<div class="row align-items-center">
<div class="col-lg-6">
<h2>About SP Jain Global</h2>
<p>SP Jain School of Global Management offers a world-class education with a focus on global business. Our campuses in Dubai, Mumbai, Singapore, and Sydney provide students with a unique learning experience, combining theory with practical insights.</p>
</div>
<div class="col-lg-6">
<img src="img/about.jpg" alt="About SP Jain" class="img-fluid">
</div>
</div>
</div>
<!-- About Section End -->
</body>
</html>