-
Notifications
You must be signed in to change notification settings - Fork 6
/
events.html
431 lines (409 loc) · 24.4 KB
/
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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from gymkhana.iiita.ac.in/portals.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 14 Dec 2020 10:44:46 GMT -->
<!-- Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Gymkhana IIITA">
<meta name="author" content="Gymkhana">
<title>Gymkhana IIITA | Events</title>
<link rel="shortcut icon" href="img/favicon.ico">
<!-- Global Stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i" rel="stylesheet">
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate/animate.min.css">
<link rel="stylesheet" href="css/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl-carousel/owl.theme.default.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- Core Stylesheets -->
<link rel="stylesheet" href="css/about.css">
</head>
<body id="page-top">
<!--====================================================
HEADER
======================================================-->
<header>
<nav class="navbar navbar-expand-lg navbar-light" id="mainNav" data-toggle="affix">
<div class="container">
<a class="navbar-brand smooth-scroll" href="index.html">
<img src="img/glogo-1.png" alt="logo"
style="max-width: 100px; max-height: 100px; top: 5px; position: relative;">
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link smooth-scroll" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="team.html">advisors</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="portals.html">portals</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="tender.html">Tenders</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="docs/constitution.pdf">Constitution</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!--====================================================
LOGIN OR REGISTER
======================================================-->
<section id="login">
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" align="center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span class="fa fa-times" aria-hidden="true"></span>
</button>
</div>
<div id="div-forms">
<form id="login-form">
<h3 class="text-center">Login</h3>
<div class="modal-body">
<label for="username">Username</label>
<input id="login_username" class="form-control" type="text"
placeholder="Enter username " required>
<label for="username">Password</label>
<input id="login_password" class="form-control" type="password"
placeholder="Enter password" required>
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
</label>
</div>
</div>
<div class="modal-footer text-center">
<div>
<button type="submit" class="btn btn-general btn-white">Login</button>
</div>
<div>
<button id="login_register_btn" type="button" class="btn btn-link">Register</button>
</div>
</div>
</form>
<form id="register-form" style="display:none;">
<h3 class="text-center">Register</h3>
<div class="modal-body">
<label for="username">Username</label>
<input id="register_username" class="form-control" type="text"
placeholder="Enter username" required>
<label for="register_email">E-mailId</label>
<input id="register_email" class="form-control" type="text" placeholder="Enter eMail"
required>
<label for="register_password">Password</label>
<input id="register_password" class="form-control" type="password"
placeholder="Password" required>
</div>
<div class="modal-footer">
<div>
<button type="submit" class="btn btn-general btn-white">Register</button>
</div>
<div>
<button id="register_login_btn" type="button" class="btn btn-link">Log In</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--====================================================
HOME-P
======================================================-->
<div id="home-p" class="home-p pages-head1 text-center">
<div class="container">
<h1 class="wow fadeInUp" data-wow-delay="0.1s">Upcoming Events at IIITA</h1>
<!-- <p>Discover more about us</p> -->
</div>
<!--/end container-->
</div>
<!--====================================================
ABOUT-P1
======================================================-->
<!-- <section id="about-p1">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="about-p1-cont">
<h1>Business world best platform </h1>
<p> Our Business operates in more than two countries across five continents, with a mission 'To improve the quality of life of the communities we serve globally, through long-term stakeholder value creation based on Leadership with Trust' typesetting, remaining essentially unchanged.</p>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose. </p>
</div>
</div>
<div class="col-md-4">
<div class="about-p1-img">
<img src="img/ipad-tablet.png" class="img-fluid wow fadeInUp" data-wow-delay="0.1s" alt="...">
</div>
</div>
</div>
</div>
</section> -->
<!--====================================================
ABOUT-P2
======================================================-->
<!-- <section class="about-p2 bg-gradiant">
<div class="container-fluid">
<div class="row">
<div class="about-p2-heading">
<h1 class="cl-white">global leader in technology services</h1>
<div class="heading-border-light bg-white"></div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="about-p2-cont cl-white">
<img src="img/news/news-5.jpg" class="img-fluid wow fadeInUp" data-wow-delay="0.1s" alt="...">
</div>
</div>
<div class="col-md-4">
<div class="about-p2-cont cl-white wow fadeInUp" data-wow-delay="0.3s">
<h5>WEB & INTERACTIVE DESIGN</h5>
<p class="cl-white">The most impressive websites and app experiences are rooted in smart design, embody clear vision, and are backed by the right technology. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
</div>
</div>
<div class="col-md-4">
<div class="about-p2-cont cl-white wow fadeInUp" data-wow-delay="0.5s">
<h5>BRANDING & STRATEGY</h5>
<p class="cl-white">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
</div>
</div>
</div>
</div>
</section> -->
<!--====================================================
ABOUT-P3
======================================================-->
<section id="story" class="about-p3">
<div class="container">
<div class="row" style="padding: 5px; margin: 25px;">
<div class="col-md-6">
<div class="story-desc">
<h3>Effervescence</h3>
<div class="heading-border-light"></div>
<!-- <p>Number one in our priority list is the success of our students, alumni and their employers. We work hard in the name of the success of our alumni – being among the best and holding the high employment rate. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. </p> -->
<p>Cultural Fest of IIITA</p>
<div style="color:#f99e00; font-size:1.5rem">Date: 25th - 27th October, 2024</div>
<div style="margin-top:1rem;color:#f99e00; font-size:1.5rem">Out of Context Sponsors</div>
<div style="font-size:1.2rem"><a href="dd.html" target="_blank" rel="noopener noreferrer">QuillBot Trial Access</a></div>
<div style="font-size:1.2rem"><a href="https://www.scribbr.com/" target="_blank" rel="noopener noreferrer">Scribbr</a></div>
<div style="font-size:1.2rem"><a href="https://www.symbolab.com/" target="_blank" rel="noopener noreferrer">Symbolab</a></div>
<div style="font-size:1.2rem"><a href="https://languagetool.org/" target="_blank" rel="noopener noreferrer">LanguageTool</a></div>
</div>
</div>
<div class="col-md-6">
<div class="story-himg">
<!-- Add effe image here -->
<img src="Images/new_effe_logo.jpg" class="img-fluid wow fadeInUp" data-wow-delay="0.1s" alt="">
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="story-desc">
<h3>Institute Foundation Day</h3>
<div class="heading-border-light"></div>
<!-- <p>Number one in our priority list is the success of our students, alumni and their employers. We work hard in the name of the success of our alumni – being among the best and holding the high employment rate. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. </p> -->
<p>Celebrating the past present and future</p>
<div style="color:#f99e00; font-size:1.5rem">Date: 12th August, 2023</div>
</div>
</div>
<div class="col-md-6">
<div class="story-himg">
<img src="Images/foundation_day.jpeg" class="img-fluid wow fadeInUp" data-wow-delay="0.1s" alt="">
</div>
</div>
</div>
</div>
<!-- <div class="container ">
<div class="row">
<div class="col-md-6 ">
<div class="story-himg story-himg-middle-u">
<img src="img/messreview.jpg" class="img-fluid wow fadeInUp" data-wow-delay="0.1s" alt="">
</div>
</div>
<div class="col-md-6">
<div class="story-desc story-desc-middle ">
<h3>Mess Review Portal</h3>
<div class="heading-border-light"></div>
<p>Number one in our priority list is the success of our students, alumni and their employers. We work hard in the name of the success of our alumni – being among the best and holding the high employment rate. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. </p>
<p> Various versions have evolved over the years, sometimes will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose.</p>
<p>Coming soon ...</p>
<a href="#">Go to the portal</a>
</div>
</div>
<div class="col-md-6 ">
<div class="story-himg story-himg-middle-l">
<img src="img/messreview.jpg" class="img-fluid wow fadeInUp" data-wow-delay="0.1s" alt="">
</div>
</div>
</div>
</div> -->
<!-- <div class="container">
<div class="row">
<div class="col-md-6">
<div class="story-desc">
<h3>VH Booking Portal</h3>
<div class="heading-border-light"></div>
<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
<p>Coming soon ...</p>
<a href="#">Go to the portal</a>
</div>
</div>
<div class="col-md-6">
<div class="story-himg">
<img src="img/vh.jpg" class="img-fluid wow fadeInUp" data-wow-delay="0.1s" alt="">
</div>
</div>
</div>
</div> -->
</section>
<!--====================================================
CONTACT HOME
======================================================-->
<!-- <div class="overlay-contact-h"></div>
<section id="contact-h" class="bg-parallax contact-h-bg">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="contact-h-cont">
<h3 class="cl-white">Continue The Conversation</h3><br>
<form>
<div class="form-group cl-white">
<label for="name">Your Name</label>
<input type="text" class="form-control" id="name" aria-describedby="nameHelp" placeholder="Enter name">
</div>
<div class="form-group cl-white">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
</div>
<div class="form-group cl-white">
<label for="subject">Subject</label>
<input type="text" class="form-control" id="subject" aria-describedby="subjectHelp" placeholder="Enter subject">
</div>
<div class="form-group cl-white">
<label for="message">Message</label>
<textarea class="form-control" id="message" rows="3"></textarea>
</div>
<button class="btn btn-general btn-white" role="button"><i fa fa-right-arrow></i>GET CONVERSATION</button>
</form>
</div>
</div>
</div>
</div>
</section>
-->
<!--====================================================
NEWS
======================================================-->
<!-- <section id="comp-offer">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.2s">
<h2>Latest News</h2>
<div class="heading-border-light"></div>
<button class="btn btn-general btn-green" role="button">See More</button>
</div>
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.4s">
<div class="desc-comp-offer-cont">
<div class="thumbnail-blogs">
<div class="caption">
<i class="fa fa-chain"></i>
</div>
<img src="img/news/news-1.jpg" class="img-fluid" alt="...">
</div>
<h3>Pricing Strategies for Product</h3>
<p class="desc">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from Business box. </p>
<a href="#"><i class="fa fa-arrow-circle-o-right"></i> Learn More</a>
</div>
</div>
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.6s">
<div class="desc-comp-offer-cont">
<div class="thumbnail-blogs">
<div class="caption">
<i class="fa fa-chain"></i>
</div>
<img src="img/news/news-9.jpg" class="img-fluid" alt="...">
</div>
<h3>Design Exhibitions of 2017</h3>
<p class="desc">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from Business box. </p>
<a href="#"><i class="fa fa-arrow-circle-o-right"></i> Learn More</a>
</div>
</div>
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.8s">
<div class="desc-comp-offer-cont">
<div class="thumbnail-blogs">
<div class="caption">
<i class="fa fa-chain"></i>
</div>
<img src="img/news/news-12.jpeg" class="img-fluid" alt="...">
</div>
<h3>Exciting New Technologies</h3>
<p class="desc">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from Business box. </p>
<a href="#"><i class="fa fa-arrow-circle-o-right"></i> Learn More</a>
</div>
</div>
</div>
</div>
</section> -->
<!--====================================================
FOOTER
======================================================-->
<footer>
<div id="footer-s1" class="footer-s1">
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-3" style="text-align:center;">
<img src="img/glogo-1.png"
style="max-width: 100px; max-height: 100px; position: relative; top: -15px;">
</div>
<div class="col-md-6" style="text-align:center;">
<p style="position: relative; top: 15px;">Website designed and developed by
<a href="https://geekhaven.iiita.ac.in" target="_blank">Web Development Wing </a>, <a
target="_blank" href="https://geekhaven.iiita.ac.in">GeekHaven.</a></a>
</p>
</div>
<div class="col-md-3" style="text-align:center;">
<img src="img/iiitLogo.gif" class="footer-img"
style="max-width: 100px; max-height: 100px; position: relative;">
</div>
</div>
</div>
</div>
</div>
</footer>
<!--Global JavaScript -->
<script src="js/jquery/jquery.min.js"></script>
<script src="js/popper/popper.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<script src="js/wow/wow.min.js"></script>
<script src="js/owl-carousel/owl.carousel.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery-easing/jquery.easing.min.js"></script>
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from gymkhana.iiita.ac.in/portals.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 14 Dec 2020 10:44:48 GMT -->
</html>