-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
385 lines (336 loc) · 15.1 KB
/
index.html
File metadata and controls
385 lines (336 loc) · 15.1 KB
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
<!DOCTYPE html>
<html>
<title>Yuvaan'18</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
height: 100%;
color: #777;
line-height: 1.8;
}
#myNavbar {
color: #fff;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-15, .bgimg-25 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1 {
background-image: url('images/Poster-min.jpg');
opacity: 50%;
min-height: 100%;
}
.bgimg-15 {
background-image: url("images/background1.5.jpg");
min-height: 400px;
}
/* Second image (sponsors) */
.bgimg-2 {
background-image: url("images/bacckground3.jpg");
min-height: 400px;
}
.bgimg-25 {
background-image: url("images/background2.5.jpg");
min-height: 400px;
}
/* Third image (Contact) */
.bgimg-3 {
background-image: url("images/contact.jpg");
min-height: 400px;
}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1024px) {
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: scroll;
}
}*/
.mySlides {
display:none;
}
h1 {
font-size: 5vh;
}
#about p {
font-size: 2.5vh;
}
a {
text-decoration: none;
}
</style>
<body>
<!-- Pre-Loading -->
<div class="se-pre-con"></div>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-top w3-card" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<a href="#home" class="w3-bar-item w3-button"><span class="w3-white-text">HOME</span></a>
<a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT</a>
<a href="#sponsors" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> SPONSORS</a>
<a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
<a href="cultural.html" class="w3-bar-item w3-button w3-hide-small w3-right w3-btn"><i class=""></i> CULTURAL</a>
<a href="tech.html" class="w3-bar-item w3-button w3-hide-small w3-right w3-btn"><i class=""></i> TECH</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
<a href="#sponsors" class="w3-bar-item w3-button" onclick="toggleFunction()">SPONSORS</a>
<a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
<a href="tech.html" class="w3-bar-item w3-button">TECH</a>
<a href="cultural.html" class="w3-bar-item w3-button">CULTURAL</a>
</div>
</div>
<!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-display-container" id="home">
<!-- particles.js container -->
<div id="particles-js" style="height: 100vh;"></div>
<!-- scripts -->
<script src="assets/vendor/particles.min.js"></script>
<script src="assets/vendor/app.js"></script>
<div class="w3-display-bottommiddle" style="white-space:nowrap;">
<span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">MARCH 16, 17 & 18</span>
</div>
</div>
<!-- One.Five Parallax Image with About Text -->
<div class="bgimg-15 w3-display-container">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">EXPLORE</span>
</div>
</div>
<!-- Container (About Section) -->
<div class="w3-container" id="about">
<div class="w3-content w3-padding-64">
<p class="w3-center"><em>Yuvaan, the annual technical, sports and cultural extravaganza hosted by IIIT Guwahati during March is a time of celebration, enjoyment and recreation.
</em></p>
<p>When the spring is all dressed up in his trim, seems like it had put spirit of youth in everything. The Northeastern part of the country seems to be blooming with the sweet sounds, amidst this lies Yuvaan, the annual techno-cultural festival of IIITG,started by group of techie's in 2016.
This extravaganza is mainly organized in month of March purposely as the
Colour of the spring emerge with sweet sounds of song birds to fill our winter ureary souls, the fest is too aimed fulfilling those techno-nerdy souls with some enjoyment, fun and recreation.
</p>
<!-- <p class="w3-hide-small w3-hide-medium">
While the mercury reading is quite low during this season, we turn up the heat right here in Guwahati.
Starting from the techinal part contesting various competition with the digital and musical war going alongside of it.
The picture glorifies even more with rocking edm night and those tasty food stalls out there.
As a techinal institution , we'll not only mesmerise you by our techinal skills but we promise u'll have a great time in Yuvaan filled with the young spirit.
</p> -->
<p>Yuvaan literally means youth.And keeping this in mind we have come up with a fest that perfectly complements the meaning. Yuvaan is the annual techno-cultural festival organized by IIIT Guwahati, one of the pioneer technical institute in the north east region of India and the extravaganza is about to get bigger this year.
With this being said we bring forward to you the 3th edition of Yuvaan.
Yuvaan'18 would be held on 16, 17 & 18 March'18.</p>
</div>
</div>
<!-- two.Five Parallax Image with About Text -->
<div class="bgimg-25 w3-display-container">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">HIGHLIGHTS</span>
</div>
</div>
<div class="w3-content w3-container">
<div class="w3-content w3-section w3-display-container" style="max-height:60%; max-width:100%">
<img class="mySlides" src="images/cultural/1.JPG" style="width:100%" onclick="onClick(this)">
<img class="mySlides" src="images/cultural/2.JPG" style="width:100%" onclick="onClick(this)">
<img class="mySlides" src="images/cultural/3.JPG" style="width:100%" onclick="onClick(this)">
<img class="mySlides" src="images/cultural/4.JPG" style="width:100%" onclick="onClick(this)">
<img class="mySlides" src="images/cultural/5.JPG" style="width:100%" onclick="onClick(this)">
<img class="mySlides" src="images/cultural/6.jpg" style="width:100%" onclick="onClick(this)">
<img class="mySlides" src="images/cultural/7.JPG" style="width:100%" onclick="onClick(this)">
<button class="w3-button w3-black w3-display-left" onclick="plusDivs(-1)">❮</button>
<button class="w3-button w3-black w3-display-right" onclick="plusDivs(1)">❯</button>
</div>
</div>
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
<div class="w3-quarter w3-section">
<span class="w3-xlarge"> 3rd</span><br>
Edition
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">25+</span><br>
Event
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">Lots</span><br>
of Winner
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">Many</span><br>
Prizes
</div>
</div>
<!-- Second Parallax Image with sponsors Text -->
<div class="bgimg-2 w3-display-container ">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">SPONSORS</span>
</div>
</div>
<!-- Container (sponsors Section) -->
<div class="w3-content w3-container w3-padding-64" id="sponsors">
<!-- <div class="w3-center">
<h3>Title Sponsors</h3>
</div>
<br>
<div class="w3-row-padding w3-center">
<div class="w3-half">
<a href="http://www.oil-india.com/oilnew/">
<img src="images/sponsors/oil-india.jpg" target="_tab" style="height:190px; width:310px;" class="w3-hover-opacity" alt="Oil India Limited">
<p>Oil India Limited</p>
</a>
</div>
<div class="w3-half">
<a href="http://hindprefab.in/">
<img src="images/sponsors/hindustan-prefab.png" target="_tab" style="height:190px;" class="w3-hover-opacity" alt="Hindustan Prefabs Limited">
<p>Hindustan Prefabs Limited</p>
</a>
</div>
</div>
<br>
<hr>
<br> -->
<!-- Responsive Grid. three columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
<div class="w3-row-padding w3-center">
<div class="w3-third">
<a href="https://www.bankofbaroda.co.in/">
<img src="images/sponsors/bob.gif" style="width:100%" class="w3-hover-opacity" alt="Banking Partner">
</a>
<p>Banking Partner </p>
</div>
<div class="w3-third">
<a href="https://www.time4education.com/">
<img src="images/sponsors/time.png" style="width:100%" class="w3-hover-opacity" alt="Quizzing Partner">
</a>
<p>Quizzing Partner</p>
</div>
<div class="w3-third">
<a href="https://www.hackerearth.com/">
<img src="images/sponsors/hackerearth.png" style="width:100%" class="w3-hover-opacity" alt="Tech Partner">
</a>
<p>Tech Partner</p>
</div>
</div>
<div class="w3-row-padding w3-center w3-section">
<div class="w3-third">
<a href="http://www.godrejinterio.com/Godrejinterio/index.aspx">
<img src="images/sponsors/godrej.png" style="width:100%" class="w3-hover-opacity" alt="Interio Partner">
</a>
<p>Interio Partner</p>
</div>
<div class="w3-third">
<img src="images/sponsors/poptales.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Merchandise Partner">
<p>Merchandise Partner</p>
</div>
<div class="w3-third">
<a href="http://927bigfm.com">
<img src="images/sponsors/bigfm.jpg" style="width:100%" class="w3-hover-opacity" alt="Radio Partner">
</a>
<p>Radio Partner</p>
</div>
</div>
<div class="w3-row-padding w3-center w3-section">
<div class="w3-third">
<a href="https://www.designcuts.com">
<img src="images/sponsors/dcut.png" style="width:100%" class="w3-hover-opacity" alt="Tech Partner">
</a>
<p>Coverage Partner</p>
</div>
<div class="w3-third">
<a href="http://www.guwahatiplus.com">
<img src="images/sponsors/Gplus.png" style="width:100%" class="w3-hover-opacity" alt="Tech Partner">
</a>
<p>Advertising Partner</p>
</div>
<div class="w3-third">
<a href="http://www.technomateedubotics.com">
<img src="images/sponsors/technomate.png" style="width:100%" class="w3-hover-opacity" alt="Tech Partner">
</a>
<p>Tech Partner</p>
</div>
</div>
<div class="w3-row-padding w3-center w3-section">
<div class="w3-third">
<a href="#">
<img src="images/sponsors/NagaBowl.png" style="width:100%" class="w3-hover-opacity" alt="Tech Partner">
</a>
<p>Food Partner</p>
</div>
<div class="w3-third">
<a href="#">
<img src="images/sponsors/Muskan.png" style="width:100%" class="w3-hover-opacity" alt="Tech Partner">
</a>
<p>Food Partner</p>
</div>
<div class="w3-third">
<a href="#">
<img src="images/sponsors/HP.png" style="width:100%" class="w3-hover-opacity" alt="Tech Partner">
</a>
<p>Printing Partner</p>
</div>
</div>
<div class="w3-row-padding w3-center w3-section">
<div class="w3-third">
<a href="https://www.ndimensions.co.in/nlighten">
<img src="images/sponsors/nDimension.png" style="width:100%" class="w3-hover-opacity" alt="Tech Partner">
</a>
<p>Knowledge Partner</p>
</div>
<div class="w3-third">
<a href="#">
<img src="images/sponsors/primebakes.jpg" style="width:100%" class="w3-hover-opacity" alt="Tech Partner">
</a>
<p>Food Partner</p>
</div>
</div>
</div>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
<span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img id="img01" class="w3-image">
<p id="caption" class="w3-opacity w3-large"></p>
</div>
</div>
<!-- Third Parallax Image with sponsors Text -->
<div class="bgimg-3 w3-display-container">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">CONTACT</span>
</div>
</div>
<!-- Container (Contact Section) -->
<div class="w3-content w3-container w3-padding-64" id="contact">
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m4 w3-container">
<!-- Add Google Maps -->
<!-- <div id="googleMap" class="w3-round-large w3-greyscale" style="width:100%;height:400px;"></div> -->
</div>
<div class="w3-col m8 w3-panel">
<div class="w3-large w3-margin-bottom">
<i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> GNB Road, Assam Textile Institute Campus, Ambari, Guwahati, Assam 781001<br>
<i class="fa fa-phone fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Phone: +91 8218706349<br>
<i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Email: iiitgyuvaan.sponsorship@gmail.com<br>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<a href="https://www.facebook.com/YuvaanIIITG/"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://twitter.com/CultFlux"><i class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/yuvaan_iiitg/"><i class="fa fa-instagram w3-hover-opacity"></i></a>
</div>
<p>Powered by <a href="https://www.iiitg.ac.in" title="IIITG" target="_blank" class="w3-hover-text-green">IIITG</a></p>
</footer>
<script src="script.js"></script>
</body>
</html>