-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (89 loc) · 3.15 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<title>Document</title>
</head>
<body>
<div class="container">
<div>
<div class="done">
<h1 class="heading">A. C. Bhaktivedanta Swami Prabhupada</h1>
<div class="white">
<div><p class="man">The man who saved a Billion lives</p></div>
<div>
<img
src="srila.jpeg"
alt="Srila Prabhupada "
height="500px"
width="400px"
/>
</div>
<div><p style="margin-left: 221px">Prabhupada in ecstasy</p></div>
</div>
</div>
<div>
<h3 style="margin-left: 150px; margin-top: 56px">
Here's a Timeline of Prabhupada's life:
</h3>
<ul class="list">
<li><strong>1896</strong>-Born in Kolkata</li>
<li>
<strong>1917</strong>-Received a European-style education at the
Scottish Church College affiliated to the CU
</li>
<li>
<strong>1920</strong>-Graduated in 1920 with degrees in English,
philosophy and economics.
</li>
<li>
<strong>1922</strong>-Met his spiritual master for the first time
</li>
<li>
<strong>1933</strong>-Became a formally initiated Disciple of
<strong>Srila Bhakti Siddhant Saraswati Thakur</strong>
</li>
<li>
<strong>1944</strong>-started the publication called
<strong><em>Back to Godhead</em></strong>
</li>
<li>
<strong>1947</strong>-Gaudiya Vaishnava Society recognised his
scholarship with the title <strong><em>Bhaktivedanta</em></strong>
</li>
<li><strong>1959</strong>-Formally accepted Renunciation</li>
<li>
<strong>1965</strong>-sailed to the
<strong><em>United States</em></strong> on an Indian freighter
<strong><em>Jaladuta</em></strong>
</li>
<li>
<strong>1966</strong>-Founded <strong>ISKCON</strong> or,
<em>International Society for Krishna Consciousness</em>
</li>
<li><strong>1977</strong>-Left for the Spiritual Abode.</li>
</ul>
<q
><em
>ISKCON has told the world that for India, faith means zeal,
enthusiasm, to be in high spirits and faith in humanity.</em
></q
>
<p>-- Indian Prime Minister Narendra Modi</p>
</div>
</div>
</div>
<h2 class="foot">
If you have time, you should read more about this incredible human being
on his
<a
href="https://en.wikipedia.org/wiki/A._C._Bhaktivedanta_Swami_Prabhupada"
target="_blank"
>Wikipedia entry</a
>.
</h2>
</body>
</html>