-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 3.26 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The tribute</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main id="main">
<div id="heading">
<h1 id="title">Bhagat Singh</h1>
</div>
<figure id="img-div">
<img id="image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Bhagat_Singh_1929.jpg/440px-Bhagat_Singh_1929.jpg" alt="Image of Bhagat Singh">
<figcaption id="img-caption">Saheed Bhagat Singh
</figure>
<div id="tribute-info">
<h2>The life journey of Bhagat Singh</h2>
<ul>
<li>Born: September 28, 1907, in Banga, Punjab, British India.</li>
<li>Family Background: Came from a Sikh family with a history of patriotism and activism against British rule.</li>
<li>Jallianwala Bagh Massacre: Witnessed the Jallianwala Bagh Massacre in 1919, which deeply influenced his political consciousness.</li>
<li>Joining the Freedom Struggle: Became involved in the struggle for India's independence at a young age, joining the Hindustan Socialist Republican Association (HSRA).</li>
<li>Assembly Bombing: Participated in a non-lethal bombing of the Central Legislative Assembly in Delhi in 1929 to protest repressive laws.</li>
<li>Arrest and Imprisonment: Bhagat Singh was arrested after the Assembly bombing and spent time in various prisons, where he engaged in hunger strikes to protest the mistreatment of political prisoners.</li>
<li>Execution: He was sentenced to death for his involvement in the killing of police officer J.P. Saunders in Lahore in 1928. Bhagat Singh and his associates were executed on March 23, 1931, in Lahore Central Jail.</li>
<li>Ideological Contributions: Bhagat Singh was a staunch advocate of socialism and believed in using revolutionary means to achieve India's independence.</li>
<li>Writing and Journalism: He wrote extensively on his thoughts and views on the freedom struggle and social issues. His writings continue to inspire generations.</li>
<li>Legacy: Bhagat Singh is remembered as a martyr and an icon of India's freedom struggle. His sacrifice and ideals have had a lasting impact on Indian youth and the independence movement.</li>
</ul>
<p id="italic">Bhagat Singh's life journey is a testament to his unwavering commitment to the cause of India's freedom and his dedication to his principles.</p>
<p>To get more info, consider visiting: <a id="tribute-link" href="https://en.wikipedia.org/wiki/Bhagat_Singh" target="_blank">Wikipedia</a></p>
</div>
</main>
<footer>
<p>The written content is generated by ChatGPT</p>
<div id="copyright">
<div id="links">
<a href="https://www.twitter.com/navjot369"><img id="social" src="https://cdn-icons-png.flaticon.com/128/4494/4494465.png" alt="Twitter icon"></a>
<a id="social" href="https://www.github.com/navjot369"><img src="https://cdn-icons-png.flaticon.com/128/2111/2111432.png" alt="Github icon"></a>
</div>
<div>Made by Navjot Singh</div>
</div>
</footer>
</body>
</html>