-
Notifications
You must be signed in to change notification settings - Fork 1
/
newtype.html
274 lines (225 loc) · 9.62 KB
/
newtype.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="css/schedule.css">
<title>Live-Esummit</title>
<!-- Monsterat -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<!-- Roboto font cdn -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-light" id="navcustom">
<div class="container-fluid">
<a class="navbar-brand" href="#" style="color: rgb(245, 250, 255);">
<img src="img/esummitlogo.png" width="40%">
ESUMMIT 2021
</a>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#"
style="color: rgb(245, 250, 255); font-size: 20px;">Home</a>
</li>
</ul>
</div>
</nav>
<br>
<section id="Greetings">
<div class="container-fluid text-center">
<div class="row" style="align-content: center;">
<div class="col-lg-6">
<img src="img/niij.JPG" alt="" class="img1">
</div>
<div class="col-lg-6">
<br>
<h3 style="text-align: center; color: #ffffff; font-family: 'Roboto', sans-serif;">Note: If you have not register then click below to register and join the event <br><br> <button type="button" class="btn btn-primary gretbut">Register</button></h3>
</div>
</div>
</div>
</section>
<hr>
<div class="container" style="text-align: center;">
<h1 class="sched">SCHEDULE</h1>
</div>
<br>
<br>
<br>
<div class="container" style="text-align: center;">
<h2 class="sched2">22nd January</h2>
</div>
<br>
<div class="container" id="22">
<table class="table">
<thead>
<tr>
<th scope="col" >
<div class="div1table">Event </div>
</th>
<th scope="col">
<div class="div2table"> Topics </div>
</th>
<th scope="col">
<div class="div2table"> Timings </div>
</th>
<th scope="col"> </th>
</tr>
</thead>
<tbody>
<tr class="rowt1">
<th scope="row" >Keynote: TN Hari</th>
<td >Cut the Crap and Jargon and Say No to Jugaad </td>
<td >11am - 12pm</td>
<td> <button type="button" class="btn btn-dark t1button" href="">Join</button></td>
</tr>
<tr class="rowt2" style="border-bottom-color: #ffffff;">
<th scope="row" >PD: Small Scale Industries</th>
<td >Curing economic infection through Small Scale Industries </td>
<td >2pm - 4pm</td>
<td> <button type="button" class="btn t2button" href="">Join</button></td>
</tr>
<tr class="rowt1" style="border-top-width:7px ; ">
<th scope="row" >PD: Gaming & Entertainment</th>
<td >The uprise of the interest-based Entertainment and gaming industry </td>
<td >4pm - 6pm</td>
<td> <button type="button" class="btn btn-dark t1button" href="">Join</button></td>
</tr>
<tr class="rowt2" style="border-bottom-color: #ffffff;">
<th scope="row" >Keynote: Saurabh Mukharjea and Anupam Gupta </th>
<td >The Victory Project: Six steps to peak potential</td>
<td >6pm - 7pm</td>
<td> <button type="button" class="btn t2button" href="">Join</button></td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
<hr>
<br>
<div class="container" style="text-align: center;">
<h2 class="sched2">23rd January</h2>
</div>
<br>
<br>
<div class="container" id="23">
<table class="table">
<thead>
<tr>
<th scope="col" >
<div class="div1table">Event </div>
</th>
<th scope="col">
<div class="div2table"> Topics </div>
</th>
<th scope="col">
<div class="div2table"> Timings </div>
</th>
<th scope="col"> </th>
</tr>
</thead>
<tbody>
<tr class="rowt1">
<th scope="row" >Keynote: Vaibhav Sisinty</th>
<td >Present and Future of Digital Marketing</td>
<td >11am - 12pm</td>
<td> <button type="button" class="btn btn-dark t1button" href="">Join</button></td>
</tr>
<tr class="rowt2" style="border-bottom-color: #ffffff;">
<th scope="row" >Keynote: Omkar Rai</th>
<td >IT Entrepreneurship in India post Covid </td>
<td >2pm - 3pm</td>
<td> <button type="button" class="btn t2button" href="">Join</button></td>
</tr>
<tr class="rowt1" style="border-top-width:7px ; ">
<th scope="row" >PD: Revitalisation of Startups</th>
<td >Revitalisation of economy through Startups </td>
<td >5pm - 7pm</td>
<td> <button type="button" class="btn btn-dark t1button" href="">Join</button></td>
</tr>
<tr class="rowt2" style="border-bottom-color: #ffffff;">
<th scope="row" >Keynote: Kiran DM </th>
<td >Youth & Social Entrepreneurship Opportunities</td>
<td >7pm - 8pm</td>
<td> <button type="button" class="btn t2button" href="">Join</button></td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
<hr>
<br>
<div class="container" style="text-align: center;">
<h2 class="sched2">24th January</h2>
</div>
<br>
<br>
<div class="container" id="24">
<table class="table">
<thead>
<tr>
<th scope="col" >
<div class="div1table">Event </div>
</th>
<th scope="col">
<div class="div2table"> Topics </div>
</th>
<th scope="col">
<div class="div2table"> Timings </div>
</th>
<th scope="col"> </th>
</tr>
</thead>
<tbody>
<tr class="rowt1">
<th scope="row" >Fireside Chat: Jay Vijayan</th>
<td >Innovate, Persevere, Envision - The Journey of Tekion </td>
<td >9:30am - 10:30am</td>
<td> <button type="button" class="btn btn-dark t1button" href="">Join</button></td>
</tr>
<tr class="rowt2" style="border-bottom-color: #ffffff;">
<th scope="row" >Keynote: Hansal Mehta</th>
<td >Crafting Passion Into Mindful Excellence</td>
<td >11am - 12pm</td>
<td> <button type="button" class="btn t2button" href="">Join</button></td>
</tr>
<tr class="rowt1" style="border-top-width:7px ; ">
<th scope="row" >PD: R&D Post Covid</th>
<td >R&D in India post Covid </td>
<td >2pm - 4pm</td>
<td> <button type="button" class="btn btn-dark t1button" href="">Join</button></td>
</tr>
<tr class="rowt2" style="border-bottom-color: #ffffff;">
<th scope="row" >Keynote: TV Mohandas Pai </th>
<td >Disrupting the Education Methodology to produce world leaders</td>
<td >4pm - 5pm</td>
<td> <button type="button" class="btn t2button" href="">Join</button></td>
</tr>
<tr class="rowt1">
<th scope="row" >PD: Foreign Market interest in India</th>
<td >Foreign Market's interest in India</td>
<td >5pm - 7pm</td>
<td> <button type="button" class="btn btn-dark t1button" href="">Join</button></td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
<br>
<section id="footer">
<p>Footer to be Added</p>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"></script>
</body>
</html>