-
Notifications
You must be signed in to change notification settings - Fork 0
/
tedx.html
171 lines (109 loc) · 5.87 KB
/
tedx.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>Women's Day</title>
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
<a href="index.html">Naari Shakti</a>
<a href="index.html">First women</a>
<a href="index.html">Achivement</a>
<a href="index.html">Data</a>
<a href="#measures">Measures</a>
<div class="dropdown">
<button class="dropbtn">Videos
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="podcast.html" target="_blank">Podcast</a>
<a href="stories.html" target="_blank">Stories</a>
<a href="josh.html" target="_blank">Josh Talk</a>
<a href="movie.html" target="_blank">Movies</a>
<a href="song.html" target="_blank">Songs</a>
<a href="tedx.html" target="_blank">TedX</a>
</div>
</div>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myFunction()">☰</a>
</div>
<section class="section" id="videos">
<section class="secRight">
<div class="paras">
<div class="resource">
<h1>TedX Talk of Some Indian Women</h1>
<div class="box">
<iframe class="videolib" width="560" height="315"
src="https://www.youtube.com/embed/xz3tjI5cmrQ?controls=0" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<h3> Dr Meenakshi Chaudhary </h3>
</div>
<div class="box">
<iframe class="videolib" width="560" height="315"
src="https://www.youtube.com/embed/VU7VIcd_i68?controls=0" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<h3>Spoorthi Vishwas</h3>
</div>
<div class="box">
<iframe class="videolib" width="560" height="315"
src="https://www.youtube.com/embed/A7r2vCxa3pI?controls=0" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<h3> CA Rachana Ranade </h3>
</div>
<div class="box">
<iframe class="videolib" width="560" height="315"
src="https://www.youtube.com/embed/86O2khAeO5I?controls=0" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<h3>Aditi Prasad </h3>
</div>
<div class="box">
<iframe class="videolib" width="560" height="315"
src="https://www.youtube.com/embed/gupM7RMANZc?controls=0" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<h3> Madhavi Shankar</h3>
</div>
</div>
</div>
</section>
</section>
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Quick links</h3>
<a href="index.html">Home</a>
<a href="stories.html" target="_blank" >Stories</a>
<a href="josh.html" target="_blank" >Josh talk</a>
<a href="movie.html" target="_blank" >Movies</a>
<a href="song.html" target="_blank" >Songs</a>
<a href="tedx.html" target="_blank" >TedX</a>
</div>
<div class="box">
<h3>Team </h3>
<a href="https://linkedin.com/in/sharmag02" target="_blank">Gaurav Kumar</a>
<a href="https://www.linkedin.com/in/divyansh-pandey-769571259" target="_blank">Divyansh Pandey</a>
</div>
<div class="box">
<h3>Platforms Used</h3>
<a href="https://iipmaps.com/" target="_blank">IIPMaps</a>
<a href="https://youtube.com" target="_blank">Youtube</a>
<a href="https://www.findeasy.in/" target="_blank">FindEasy</a>
<a href="http://rchiips.org/nfhs/" target="_blank">NFHS</a>
</div>
</div>
<div class="credit"> Copyright © 2023 Gaurav Kumar
</section>
<script src="js/resp.js"></script>
</body>
</html>