-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (89 loc) · 4.33 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<title>exstrut.info</title>
<link href="/styles/index.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<style>
</style>
</head>
<body>
<div class="sidenav">
<a href="#Editor's Pick">Editor's Pick</a>
<a href="#services">SUBSCRIPTION</a>
<a href="#PREMIUM"><B>PREMIUM</B></a>
<a href="#contact">Contact</a>
<a href="#Queries">Queries</a>
</div>
<div class="title">EXSTRUT.info
</div>
<img class="logo" src="exstrut.png" alt="logo" width="auto" height="auto">
<hr>
<!-- <div class="icon-bar">
<a class="active" href="#"><i class="fa fa-home"></i></a>
<a href="#"><i class="fa fa-search"></i></a>
<a href="#"><i class="fa fa-envelope"></i></a>
<a href="#"><i class="fa fa-globe"></i></a>
<a href="#"><i class="fa fa-trash"></i></a>
</div> -->
<ul class="nav-group">
<li><a class="nav-link" style="color: #ff9b06;" href="#home">HOME</a></li>
<li><a class="nav-link" href="latest">LATEST</a></li>
<li><a class="nav-link" href="top stories">TOP STORIES</a></li>
<li><a class="nav-link" href="live">LIVE</a></li>
<li><a class="nav-link" href="covid-19">COVID-19</a></li>
<li><a class="nav-link" href="national">NATIONAL</a></li>
<li><a class="nav-link" href="world">WORLD</a></li>
<li><a class="nav-link" href="market">MARKET</a></li>
</ul>
<hr>
<span></span>
<div class="icon-bar">
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="google"><i class="fa fa-google"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="youtube"><i class="fa fa-youtube"></i></a>
</div>
<div class="row">
<div class="container">
<img class="imgvac"
src="https://images.livemint.com/img/2021/07/01/600x338/vaccine1_1625159341467_1625159349966.jpg" alt="Avatar"
style="width:100%">
<h4 class="cardtitle"><b>All you need to know about Zydus’ covid vaccine ZyCoV-D </b></h4>
<p class="card">Ahmadabad-based drugmaker Zydus Cadila has applied for an emergency-use authorization for its
three-dose
covid-19 vaccine ZyCoV-D.</p>
</div>
<div class="container">
<img class="imgvac"
src="https://bsmedia.business-standard.com/_media/bs/img/hp/home-page/2021-07/06/5784/thumb/1597084605-8414.jpg"
alt="Avatar" style="width:100%">
<h4 class="cardtitle"><b>NHAI debt reaches new high of Rs 3.2 trillion; toll revenue dips 4%. </b></h4>
<p class="card">The National Highways Authority of India (NHAI) continues to accumulate debt at a fast clip.</p>
</div>
<div class="container">
<img class="imgvac"
src="https://bsmedia.business-standard.com/media-handler.php?mediaPath=https://bsmedia.business-standard.com/_media/bs/img/hp/home-page/2021-07/06/5784/thumb/1582659983-1071.png&width=85"
alt="Avatar" style="width:100%">
<h4 class="cardtitle"><b>Sebi announces new rules to make bourses pay for technical glitches </b></h4>
<p class="card">Fine kicks in if there is delay in submission or incomplete submission of root cause analysis
(RCA) report within 21 days of the incident.</p>
</div>
<div class="container">
<img class="imgvac"
src="https://bsmedia.business-standard.com/media-handler.php?mediaPath=https://bsmedia.business-standard.com/_media/bs/img/hp/home-page/2021-07/06/5784/thumb/1624365702-6998.jpg&width=85"
alt="Avatar" style="width:100%">
<h4 class="cardtitle"><b>95% Jet staff must consent to Kalrock-Jalan proposal or lose benefits</b></h4>
<p class="card">Voting on the consortium's offer for employees and workmen began on Monday and will go on till
August 4</p>
</div>
</div>
</body>
</html>