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

48 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Blog Post | SP Jain School of Global Management</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="SP Jain Blog Post" name="keywords">
<meta content="Detailed view of a single blog post." 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 Post Header Start -->
<div class="container-fluid page-header py-5">
<div class="container text-center">
<h1 class="display-4 text-white">Blog Post Title</h1>
</div>
</div>
<!-- Blog Post Header End -->
<!-- Blog Content Start -->
<div class="container py-5">
<h2>Post Title</h2>
<p class="text-muted">Posted on January 1, 2024 by Admin</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique...</p>
<h3>Subheading</h3>
<p>Further content elaborating on the topic...</p>
</div>
<!-- Blog Content End -->
</body>
</html>