-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
502 lines (466 loc) · 27.2 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
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!doctype html>
<html lang="en">
<!-- Mirrored from trystack.mediumra.re/home-landing-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 09 Jul 2018 08:08:12 GMT -->
<head>
<meta charset="utf-8">
<title>IOSD | Events</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Site Description Here">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flickity.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/iconsmind.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/jquery.steps.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-rubiklato.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700%7CMerriweather:300,300i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700%7CRubik:300,400,500" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class=" ">
<div class="nav-container sticky-top" >
<div class="search header-nav-main header-nav-main-effect-1 header-nav-main-sub-effect-1">
<nav id="menu1" class="bar bar-1 bg--white hidden-xs bar--absolute collapse sticky-top" data-scroll-class="100px:pos-fixed" >
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-2 text-center hidden-xs">
<div class="bar__module">
<a href="index.html" id="logoCenter">
<img class="logo logo-dark" alt="logo" src="img/iosd/IOSD-logo.png" />
</a>
</div>
<!--end module-->
</div>
<div class="col-lg-6 col-md-6 text-left text-left-xs text-left-sm">
<div class="bar__module collapse">
<ul class="menu-horizontal text-left">
<li class="dropdown">
<span class="dropdown__trigger">About</span>
<div class="dropdown__container">
<div class="container">
<div class="row">
<div class="dropdown__content col-lg-2 col-md-4">
<ul class="menu-vertical">
<li>
<i class="fa fa-angle-right"></i>
<a href="mission.html">Mission & Vision</a>
</li>
<li>
<i class="fa fa-angle-right"></i>
<a href="core-values.html">Core Values</a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="timeline.html">Timeline</a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="leadership.html">IOSD Leadership</a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="goals.html">Student Chapter Goals </a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="ourPartners.html">Our Partners</a>
</li>
</ul>
</div>
<!--end dropdown content-->
</div>
<!--end row-->
</div>
</div>
<!--end dropdown container-->
</li>
<li class="dropdown">
<span class="dropdown__trigger">Membership</span>
<div class="dropdown__container">
<div class="container">
<div class="row">
<div class="dropdown__content col-lg-3 col-md-5">
<ul class="menu-vertical">
<li class="dropdown">
<span class="dropdown__trigger">
<i class="fa fa-angle-right"></i>
Iosd Membership benefits</span>
<div class="dropdown__container">
<div class="container">
<div class="row">
<div class="dropdown__content col-lg-3 col-sm-3">
<ul class="menu-vertical">
<li><i class="fa fa-angle-right"></i>
<a href="benefits-overview.html">
Overview
</a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="activites.html">
Activites
</a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="discounts.html">
Exclusive discounts and Freebies
</a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="exclusive-initiatives.html">
Exclusive Initiative
</a>
</li>
</ul>
</div>
<!--end dropdown content-->
</div>
<!--end row-->
</div>
</div>
<!--end dropdown container-->
</li>
<li><i class="fa fa-angle-right"></i>
<a href="eresource-learning.html">E resources portal</a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="https://iosd.tech/registrations/">Join IOSD</a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="studentChapter.html">Create Iosd Student Chapter</a>
</li>
<li><i class="fa fa-angle-right"></i>
<a href="list-student-chapter.html">List of Student Chapter</a>
</li>
</ul>
</div>
<!--end dropdown content-->
</div>
<!--end row-->
</div>
</div>
<!--end dropdown container-->
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
<li>
<a href="resources.html">resources</a>
</li>
</ul>
</div>
<!--end module-->
</div>
<div class="col-lg-4 col-md-4 text-right">
<div class="bar__module">
<a class="btn btn--sm type--uppercase" href="https://iosd.tech/registrations/">
<span class="btn__text">
Login
</span>
</a>
<a class="btn btn--sm btn--primary type--uppercase" href="https://portal.iosd.tech/">
<span class="btn__text">
JOIN IOSD
</span>
</a>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</nav>
</div>
</div>
<div class="main-container">
<!--
<section class="text-center p-13" style="background-image: url(img/event.jpg); background-repeat: no-repeat;background-size: cover; ">
<div class="container">
<div class="row" >
<div class="col-md-10 col-lg-8">
<h1 style="color: blanchedalmond !important;">Events</h1>
<p class="lead" style="color: blanchedalmond !important;">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio amet repudiae vitae
-->
<section class="text-center bt-mar">
<div class="container pos-vertical-center">
<div class="row">
<div class="col-md-10 col-lg-8">
<h1 class="ac-mar-tb">Events</h1>
<p class="lead mar-sz">
IOSD Promises exciting events for rejuvenation and fun-filled training.
</p>
</div>
</div>
</div>
</section>
<section class="switchable feature-large">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" src="img/startup-show.jpg" />
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<div class="text-block">
<h2>Startup Showcase</h2>
</div>
<p class="lead">
As amazing as you may be, there's always someone better than you. The wise people learn from others’ mistakes. Bring your startups to show them off and watch those of others’ to learn and ponder “Why didn't I think of this?”
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable switchable--switch feature-large">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" src="img/internship-fair.jpg" />
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<div class="text-block">
<h2>Internship Fair</h2>
</div>
<p class="lead">
After college, a lot of us would want a great placement in the best of all companies, but would you be able to know a good opportunity if it stares you in the face? IOSD exposes members to a plethora of opportunities at the Internship Fair where companies come to recruit them.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable feature-large">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" src="img/gif-iosd.jpg" />
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<div class="text-block">
<h2>Global Innovation Festival</h2>
</div>
<p class="lead">
All work and no play makes Jack a dull boy. IOSD members of all chapters come together to let their hair down and have the best time of their lives at the Global Innovation Fest every year.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable switchable--switch feature-large">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" src="img/amature.jpg" />
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<div class="text-block">
<h2>Amateur Entrepreneurship Challenge</h2>
</div>
<p class="lead">
For eleventh and twelfth class students, IOSD provides a problem-solving platform with Amateur Enterpreneurship Challenge where the students will suggest and implement app-based solutions to technical problems.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable feature-large">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" src="img/impulse.jpg" />
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<div class="text-block">
<h2>Impulse</h2>
</div>
<p class="lead">
If your forte is tackling technical problems, then add IOSD Pro Enterpreneurship Challenge to your calendar for here is a slice of brainwracking no one can resist. Give your application-based solution to certain situations and earn the appreciation of tech-experts.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable switchable--switch feature-large">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" src="img/synergy-new.jpg" />
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<div class="text-block">
<h2>Synergy</h2>
</div>
<p class="lead">
The highly anticipated Techfest of DTU that you work hard day and night for where pros and beginners learn surrounded by technology in – yeah, you guessed it– synergy!
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable feature-large">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" box-shadow-wide src="img/student-chapter.jpg" />
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<div class="text-block">
<h2>IOSD Students Chapter Fest</h2>
</div>
<p class="lead">
Tech-addicts never get enough of technology. Catering to their heart's desires, IOSD conducts fests in every single chapter! Before you run off, grab your dancing shoes too.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable switchable--switch feature-large">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" src="img/iosd-gaming.jpg" />
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<div class="text-block">
<h2>Iosd Gaming Festival</h2>
</div>
<p class="lead">
Gamers cheer up for here's the piece of heaven for you. IOSD conducts the Gaming Festival with various gaming events and fab prizes.
</p>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<footer class="footer-3 text-center-xs space--xs ">
<div class="container">
<div class="row">
<div class="col-md-6">
<img alt="Image" class="logo" src="img/iosd/IOSD-logo.png" />
<ul class="list-inline list--hover">
<li class="list-inline-item">
<a href="tel:9013803905">
<span class="type--fine-print">
+91 9013803905
</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:[email protected]">
<span class="type--fine-print">[email protected]</span>
</a>
</li>
</ul>
</div>
<div class="col-md-6 text-right text-center-xs">
<ul class="social-list list-inline list--hover">
<li class="list-inline-item">
<a href="https://github.com/IOSD">
<i class="socicon socicon-github icon icon--xs"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://m.twitch.tv/iosdofficial/profile">
<i class="socicon socicon-twitch icon icon--xs"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/iosdofficial?lang=en">
<i class="socicon socicon-twitter icon icon--xs"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/iosddtu/">
<i class="socicon socicon-facebook icon icon--xs"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://in.linkedin.com/company/iosd">
<i class="socicon socicon-linkedin icon icon--xs"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/iosdofficial/?hl=en">
<i class="socicon socicon-instagram icon icon--xs"></i>
</a>
</li>
</ul>
</div>
</div>
<!--end of row-->
<div class="row">
<div class="col-md-5">
<p class="type--fine-print">
B-269/1, Majlis Park, Adarsh Nagar, Delhi-110033
</p>
</div>
<div class="col-md-7 text-right text-center-xs">
<span class="type--fine-print">©
<span class="update-year"></span> Stack Inc.</span>
<a class="type--fine-print" href="privacy-policy.html">Privacy Policy</a>
<a class="type--fine-print" href="http://iosd.tech/pdf/T_C%20IOSD.pdf">Terms and Conditions</a>
<a class="type--fine-print" href="http://iosd.tech/pdf/Returns%20and%20Refund%20Policy%20IOSD.pdf">Return and Refund Policy</a>
<a class="type--fine-print" href="http://iosd.tech/pdf/Delivery%20Policy%20IOSD.pdf">Delivery Policy</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</footer>
</div>
<!--<div class="loader"></div>-->
<a class="back-to-top inner-link" href="#" data-scroll-class="100vh:active">
<i class="stack-interface stack-up-open-big"></i>
</a>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/flickity.min.js"></script>
<script src="js/easypiechart.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/datepicker.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/ytplayer.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/granim.min.js"></script>
<script src="js/jquery.steps.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/scripts.js"></script>
</body>
<!-- Mirrored from trystack.mediumra.re/home-landing-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 09 Jul 2018 08:08:36 GMT -->
</html>