-
Notifications
You must be signed in to change notification settings - Fork 0
/
alt_events.html
349 lines (346 loc) · 11.7 KB
/
alt_events.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!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>Tech-Eva | Events</title>
<!--CSS Rules and Links Go Here-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="tech-eva-live-21/styles/styles_new.css" />
<!--Favicons-->
<link
rel="apple-touch-icon"
sizes="180x180"
href="/tech-eva-live-21/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/tech-eva-live-21/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/tech-eva-live-21/favicons/favicon-16x16.png"
/>
</head>
<body class="d-flex flex-column h-100 bg-dark text-white">
<div class="wrapper">
<header class="container-lg" style="font-size: 40px">
<h1 class="text-center fw-bold display-1">
Tech<small class="text-muted">-Eva</small>
</h1>
</header>
<!--This bit is for the content of the navbar-->
<nav
class="navbar navbar-expand-lg navbar-dark bg-dark rounded"
aria-label="Twelfth navbar example"
>
<div class="container-fluid">
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarsExample10"
aria-controls="navbarsExample10"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-md-center"
id="navbarsExample10"
>
<ul class="navbar-nav">
<li class="nav-item">
<a
class="nav-link"
aria-current="page"
href="/tech-eva-live-21/index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="/tech-eva-live-21/alt_about.html"
>About</a
>
</li>
<li class="nav-item">
<a
class="nav-link active"
href="/tech-eva-live-21/alt_events.html"
>Events</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle current"
href="#"
id="dropdown10"
data-bs-toggle="dropdown"
aria-expanded="false"
>Blogs</a
>
<ul class="dropdown-menu bg-dark" aria-labelledby="dropdown10">
<li>
<a
class="dropdown-item text-light"
href="/tech-eva-live-21/blogs20.html"
>Blog'O'Pedia V1.0 [2020]</a
>
</li>
<li>
<a
class="dropdown-item text-light"
href="/tech-eva-live-21/blogs21.html"
>Blog'O'Pedia V2.0 [2021]</a
>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
<hr />
<!--new carousel TEST-->
<div
id="carouselExampleCaptions"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
<div class="carousel-inner container">
<div
class="
carousel-item
active
rounded-3
border border-light border-5
shadow-sm
"
>
<img
src="https://images.unsplash.com/photo-1586527155314-1d25428324ff?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
class="d-block w-100"
alt="..."
style="height: 500px"
/>
<div class="carousel-caption">
<!-- d-none d-md-block this needs to be added if it breaks-->
<h5 class="display-3 text-dark">Mind Fix</h5>
<hr />
<p class="fs-3 text-dark">Tech Quiz And More</p>
</div>
</div>
<div
class="carousel-item rounded-3 border border-light border-5 shadow-sm"
>
<img
src="https://images.unsplash.com/photo-1471107340929-a87cd0f5b5f3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=966&q=80"
class="d-block w-100"
alt="..."
style="height: 500px"
/>
<div class="carousel-caption">
<!-- d-none d-md-block this needs to be added if it breaks-->
<h5 class="display-3 text-dark">Blog'O'Pedia</h5>
<hr />
<p class="fs-3 text-dark">Technical Blog Writing</p>
</div>
</div>
<div
class="carousel-item rounded-3 border border-light border-5 shadow-sm"
>
<img
src="https://images.unsplash.com/photo-1488190211105-8b0e65b80b4e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80"
class="d-block w-100"
alt="..."
style="height: 500px"
/>
<div class="carousel-caption">
<!-- d-none d-md-block this needs to be added if it breaks-->
<h5 class="display-3 text-dark">Sessions</h5>
<hr />
<p class="fs-3 text-dark">
Interactive Sessions By The Studends, For The Students
</p>
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<hr />
<!--Details of events-->
<div class="container px-4 py-5" id="featured-3">
<h2 class="pb-2 border-bottom">What We Offer</h2>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="feature col">
<div class="feature-icon bg-primary bg-gradient"></div>
<h3>Mind Fix</h3>
<p>
This is our all in one tech quiz to all the nerds and geeks out
there. We cover topics from IoT to AI, and Tech in Business to Algos
</p>
<a href="#" class="icon-link link-secondary"> Coming Soon </a>
</div>
<div class="feature col">
<div class="feature-icon bg-primary bg-gradient"></div>
<h3>Blog'O'Pedia</h3>
<p>
This is our Technical Blog / Article writing competetion. Students
from all the years come together to pen down interesting and fun
blogs that discuss everything tech
</p>
<a
href="https://forms.gle/nab82NuzmSL6yA9X7"
class="icon-link link-success"
>
Ongoing - Register Yourself
</a>
</div>
<div class="feature col">
<div class="feature-icon bg-primary bg-gradient"></div>
<h3>Sessions</h3>
<p>
These are student organized sessions to cover various topics and
subjects that can be of use to peers, juniors and seniors alike
</p>
<a href="#" class="icon-link link-secondary"> Coming Soon </a>
</div>
</div>
</div>
<!--Footer Section-->
<!-- Remove the container if you want to extend the Footer to full width. -->
<hr />
<div class="container my-5 bg-dark text-white">
<footer>
<div
class="container p-4"
style="background-color: rgba(46, 41, 41, 0.762)"
>
<div class="row">
<div class="col-lg-6 col-md-12 mb-4">
<h5 class="mb-3" style="letter-spacing: 2px; color: #818963">
<b>Elektronica>></b>
</h5>
<p>
Elektronica is the tech wing of ECE, NSEC. This is the home for
all of your tech cravings and digital needs. Join other
like-minded people and share in the infinite rabbit-hole of
tech-whiz dom!
</p>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<h5 class="mb-3" style="letter-spacing: 2px; color: #818963">
Find Us
</h5>
<ul class="list-unstyled mb-0">
<li class="mb-1">
<a
href="https://www.facebook.com/nsececedpt/"
style="color: #848282"
>Facebook</a
>
</li>
<li class="mb-1">
<a
href="https://www.instagram.com/nsec_ece_department/?igshid=atg6qghxzz0v"
style="color: #848282"
>Instagram</a
>
</li>
<!--<li class="mb-1">
<a href="#!" style="color: #4f4f4f;">nthng</a>
</li>-->
</ul>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<h5 class="mb-1" style="letter-spacing: 2px; color: #818963">
Getting Started
</h5>
<table class="table" style="color: #848282; border-color: #666">
<tbody>
<tr>
<td>Date:</td>
<td>12th - 22th</td>
</tr>
<tr>
<td>Results:</td>
<td>Coming Soon</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div
class="text-center p-3"
style="background-color: rgba(0, 0, 0, 0.2)"
>
© Tech-Eva
<p class="text-white">
Designed And Maintained By WebTeam of ECE, NSEC Tech Wing, With <3
</p>
</div>
<!-- Copyright -->
</footer>
</div>
<!-- End of .container -->
<!--- End of Footer --->
<!-- BS5 JS -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8"
crossorigin="anonymous"
></script>
</body>
</html>