-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle-document.html
90 lines (90 loc) · 7.22 KB
/
single-document.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Liberation War</title>
<link href="./bootstrap-5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="Assets/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header class="p-3 bg-dark shadow-sm">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a href="./index.html" class="navbar-brand">
<img src="Assets/img/Flag-Bangladesh.webp" alt="Logo" height="40">
</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 href="./index.html" class="nav-link text-light">Home</a></li>
<li class="nav-item"><a href="./documents.html" class="nav-link text-light">Documents</a></li>
<li class="nav-item"><a href="./Interviews.html" class="nav-link text-light">Interviews</a></li>
<li class="nav-item"><a href="./Gallery.html" class="nav-link text-light">Gallery</a></li>
<li class="nav-item"><a href="./Contact.html" class="nav-link text-light">Contact</a></li>
</ul>
</div>
</nav>
</div>
</header>
<main>
<section class="Content-blog">
<div class="featured_img">
<img src="Assets/img/mass_upsurge_1969_24th_january.jpg" alt="1971" class="img-fluid">
</div>
<div class="content container mt-4">
<h3 class="text-center">Bangladesh Liberation War</h3>
<div class="details_content mt-2">
<p>The Bangladesh Liberation War[a] (Bengali: মুক্তিযুদ্ধ Muktijuddho), also known as the Bangladesh War of Independence, or simply the Liberation War in Bangladesh, was a revolution and armed conflict sparked by the rise of the Bengali nationalist and self-determination movement in what was then East Pakistan during the 1971 Bangladesh genocide. It resulted in the independence of the People's Republic of Bangladesh. The war began after the Pakistani military junta based in West Pakistan launched Operation Searchlight against the people of East Pakistan on the night of 25 March 1971. It pursued the systematic elimination of nationalist Bengali civilians, students, intelligentsia, religious minorities and armed personnel. The junta annulled the results of the 1970 elections and arrested Prime minister-designate Sheikh Mujibur Rahman. The war ended on 16 December 1971 after West Pakistan surrendered. The Bangladesh Liberation War[a] (Bengali: মুক্তিযুদ্ধ Muktijuddho), also known as the Bangladesh War of Independence, or simply the Liberation War in Bangladesh, was a revolution and armed conflict sparked by the rise of the Bengali nationalist and self-determination movement in what was then East Pakistan during the 1971 Bangladesh genocide. It resulted in the independence of the People's Republic of Bangladesh. The war began after the Pakistani military junta based in West Pakistan launched Operation Searchlight against the people of East Pakistan on the night of 25 March 1971. It pursued the systematic elimination of nationalist Bengali civilians, students, intelligentsia, religious minorities and armed personnel. The junta annulled the results of the 1970 elections and arrested Prime minister-designate Sheikh Mujibur Rahman. The war ended on 16 December 1971 after West Pakistan surrendered.</p>
</div>
<a href="https://en.wikipedia.org/wiki/Bangladesh_Liberation_War" target="_blank" class="btn btn-success mb-3"> Source</a>
<div class="d-flex justify-content-between text-muted" style="width: 200px;">
<p><i class="fa-solid fa-calendar-days mx-1"></i> 08-02-25</p>
<p><i class="fa-solid fa-user mx-1"></i>admin</p>
</div>
</div>
</section>
</main>
<footer class="footer_section text-light py-5">
<div class="container">
<div class="row">
<!-- Quick Links -->
<div class="col-md-4">
<h5 class="fw-bold text-warning">Quick Links</h5>
<ul class="list-unstyled">
<li><a href="./index.html" class="text-light text-decoration-none">Home</a></li>
<li><a href="./documents.html" class="text-light text-decoration-none">Documents</a></li>
<li><a href="./Interviews.html" class="text-light text-decoration-none">Interviews</a></li>
<li><a href="./Gallery.html" class="text-light text-decoration-none">Gallery</a></li>
<li><a href="./Contact.html" class="text-light text-decoration-none">Contact</a></li>
</ul>
</div>
<!-- Contact Info -->
<div class="col-md-4">
<h5 class="fw-bold text-warning">Contact Info</h5>
<p><i class="fas fa-map-marker-alt text-warning me-2"></i> 123 Liberation Road, Dhaka, Bangladesh</p>
<p><i class="fas fa-phone-alt text-warning me-2"></i> +880 1234 567 890</p>
</div>
<!-- Social Media -->
<div class="col-md-4">
<h5 class="fw-bold text-warning">Follow Us</h5>
<a href="#" class="text-light me-3"><i class="fab fa-facebook fa-2x"></i></a>
<a href="#" class="text-light me-3"><i class="fab fa-twitter fa-2x"></i></a>
<a href="#" class="text-light"><i class="fab fa-instagram fa-2x"></i></a>
</div>
</div>
<!-- Developer Credit -->
<div class="text-center mt-4 border-top pt-3">
<p class="mb-0 dcradit">© 2025 All rights reserved | Developed by <a href="https://devtarak.github.io/" target="_blank" style="text-decoration: none;"><strong class="text-warning">Tarak Rahman</strong></a></p>
</div>
</div>
</footer>
<script src="./bootstrap-5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="Assets/js/index.js"></script>
<script src="Assets/js/non.js"></script>
</body>
</html>