-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopinion.html
151 lines (141 loc) · 4.17 KB
/
opinion.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!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="apple-touch-icon"
sizes="180x180"
href="imges/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="imges/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="imges/favicon-16x16.png"
/>
<link rel="manifest" href="imges/site.webmanifest" />
<link rel="mask-icon" href="imges/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>Document</title>
<link rel="stylesheet" href="./styles/footerInside.css" />
<link rel="stylesheet" href="./styles/navbarInside.css" />
<link
rel="stylesheet"
href="https://unicons.iconscout.com/release/v4.0.0/css/line.css"
/>
<link rel="stylesheet" href="./styles/opinion.css" />
</head>
<body>
<div id="nav1"></div>
<div id="nav2"></div>
<div id="mininav">
<div id="m1">
<a href="./index.html" id="ar"> Home </a>
<a> Opinion </a>
</div>
<div id="m2">
<h1>OPINION</h1>
<div id="search">
<input type="search" id="s" placeholder="Option" />
</div>
</div>
</div>
<h2 id="h2">Featured Posts:</h2>
<div class="featur">
<nav id="postdiv">
<div>
<img
src="https://i.ndtvimg.com/i/2016-12/swati-chaturvedi_275x100_61483116997.jpg"
alt=""
/>
<a href=""
>Opinion: Congress's Latest Big Blunder Reveals Its Fear Of
Kejriwal</a
>
<a href="">Swati Chaturvedi</a>
</div>
<div>
<img
src="https://c.ndtvimg.com/mrsbi67_ashutosh-new-275_275x100_29_August_18.jpg"
alt=""
/>
<a href=""
>Opinion: The Timing Of Manish Sisodia's Raids Says Everything</a
>
<a href=""> Ashutosh </a>
</div>
<div>
<img
src="https://c.ndtvimg.com/2020-08/rke5h8vg_praveen-chakravarty-275_275x100_31_August_20.jpg"
alt=""
/>
<a href=""
>Opinion: Is The 'Freebies' Debate Genuine Or A PM Modi 'Master
Stroke'?</a
>
<a href=""> Praveen Chakravarty </a>
</div>
<div>
<img
src="https://i.ndtvimg.com/i/2017-07/javed-ansari-275_275x100_61499928478.jpg"
alt=""
/>
<a href=""
>Opinion: Arvind Kejriwal, Ahead Of The Others, Stakes A Claim To
2024</a
>
<a href="">Javed M. Ansari </a>
</div>
</nav>
<div id="short">
<h5>SHORTS VIDEOS</h5>
<a>By firework</a>
</div>
</div>
<div id="container">
<div id="cnt1">
<div>
<h3>COLUMNISTS</h3>
<a href="">Ashutosh</a>
<a href="">Brinda Karat</a>
<a href="">Chandan Mitra</a>
<a href="">Derek O'Brien</a>
<a href="">Maitreesh Ghatak</a>
<a href="">Mani Shankar Aiyar</a>
<a href="">Mihir Swarup Sharma</a>
<a href="">Shobhaa De</a>
<a href="">Swati Chaturvedi</a>
<a href="">Yashwant Sinha</a>
<a href="">More Columnists </a>
</div>
<div>
<h3>BLOGGERS</h3>
<a href="">Aunindyo Chakravarty </a>
<a href="">Jyotsna Mohan Bhargava</a>
<a href="">Ravish Kumar</a>
<a href="">Dr. Rajnish Jaiswal </a>
<a href=""> Manika Raikwar Ahirwal</a>
<a href="">IP Bajpai</a>
<a href=""> Rohit Khilnani </a>
<a href="">Saurabh Gupta</a>
<a href="">More Bloggers </a>
</div>
</div>
<div id="cnt2">
<div id="cnt20"></div>
<div id="cnt21"></div>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./scripts/opinion.js" type="module"></script>