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/blog.html
2025-03-03 09:09:37 +00:00

56 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Blog | SP Jain School of Global Management</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="SP Jain Blog, Business Insights" name="keywords">
<meta content="Stay updated with the latest insights and stories from SP Jain Global." 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>
<!-- Blog Header Start -->
<div class="container-fluid page-header py-5">
<div class="container text-center">
<h1 class="display-4 text-white">Our Blog</h1>
</div>
</div>
<!-- Blog Header End -->
<!-- Blog Content Start -->
<div class="container py-5">
<div class="row">
<div class="col-lg-4">
<h5>Business Trends</h5>
<p>Explore the latest trends in business education and leadership.</p>
</div>
<div class="col-lg-4">
<h5>AI Innovations</h5>
<p>Discover how Artificial Intelligence is shaping the world of business.</p>
</div>
<div class="col-lg-4">
<h5>Student Stories</h5>
<p>Read inspiring stories from our global student community.</p>
</div>
</div>
</div>
<!-- Blog Content End -->
</body>
</html>