-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
97 lines (89 loc) · 4.42 KB
/
main.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
91
92
93
94
95
96
97
<!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">
<title>Narendra Modi</title>
<script src="https://kit.fontawesome.com/9602f37a92.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<nav id="nav-bar">
<div class="item"><a href="#nav-bar">Tribute</a></div>
<div class="item"><a href="#nav-bio">Biography</a></div>
<div class="item"><a href="#font">Articles</a></div>
</nav>
<div class="container" id="tribute">
<img src="modifinal2.jpg" alt="">
<div id="one">
<h1>Narendra Modi</h1>
<br>
<p>An Indian politician serving as the 14th and current prime minister of India since 2014.</p>
</div>
<a href="#nav-bio"><i class="fa-solid fa-angle-down" id="nav-bio"></i></a>
</div>
<div id="bio" >
<h1 class="article">Biography</h1>
<section class="desc">
<div>
<p class="space">Narendra Modi, in full Narendra Damodardas Modi, (born September 17, 1950, Vadnagar, India), Indian politician and
government official who rose to become a senior leader of the Bharatiya Janata Party (BJP).</p>
<p class="space">
In 2014 he led his party to victory in elections to the Lok Sabha (lower chamber of the Indian parliament), after which he was sworn in as prime
minister of India.</p>
<p class="space">
Prior to that he had served (2001–14) as chief minister (head of government) of Gujarat state in
western India</p>
</div>
<img id="namaste-img" src="hello.jpg" alt="Namaste">
</section>
</div>
<hr>
<div id="font">
<h1 class="article">Related Articles</h1>
<div class="main-class">
<div class="sub-class" id="news-1">
<div class="col">
<img src="two.jpg" class="sub" alt="">
<p><a href="https://www.elections.in/political-leaders/narendra-modi.html" target="_blank">
Family and Personal Background of Narendra Modi
</a>
</p>
</div>
<div class="col">
<img src="swachh.jpg" class="sub"alt="">
<p><a href="https://www.hindustantimes.com/india-news/pm-modi-s-swachh-bharat-mission-transformed-the-lives-of-indians-bjp-101650340514782.html" target="_blank">PM Modi’s Swachh Bharat mission transformed the lives of Indians: BJP
</a></p>
</div>
<div class="col">
<img src="ayodhya2.png" class="sub"alt="">
<p><a href="https://www.livemint.com/news/india/ayodhya-ram-mandir-bhumi-pujan-live-updates-narendra-modi-yogi-adityanath-babri-masjid-latest-news-11596601286184.html" target="_blank">Modi’s Ram Mandir: Mission accomplished</a></p>
</div>
</div>
<div class="sub-class" id="news-2">
<div class="col">
<img src="one.jpg" class="sub"alt="">
<p><a href="https://www.mapsofindia.com/my-india/politics/10-best-things-modi-government-has-done-so-far" target="_blank">Best Things Modi Government Has Done So Far
</a></p>
</div>
<div class="col">
<img src="foreign.jpeg" class="sub"alt="">
<p><a href="https://en.wikipedia.org/wiki/Foreign_policy_of_the_Narendra_Modi_government" target="_blank">
Foreign policy of Narendra Modi and trips as prime minister</a></p>
</div>
<div class="col">
<img src="farmers2.jpg" class="sub"alt="Farmers protesting" target="_blank">
<p><a href="https://www.business-standard.com/article/current-affairs/pm-modi-withdraws-three-farm-laws-urges-protesters-to-return-home-121111900248_1.html" target="_blank">
PM Modi withdraws three farm laws, urges protesters to return home</a></p>
</div>
</div>
</div>
<h3 id="know-more"><a href="https://en.wikipedia.org/wiki/Narendra_Modi" target="_blank">Click here</a> to know more about him.</h3>
</div>
<footer>
©
2022.Tribute page
</footer>
</body>
</html>