forked from snowsanta/snowsanta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmindex.html
More file actions
318 lines (303 loc) · 16 KB
/
mindex.html
File metadata and controls
318 lines (303 loc) · 16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style_main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
<link rel="icon" href="renders/logo.png">
<link rel="stylesheet" href="preloader.css">
<link rel="stylesheet" href="anim.css">
<title>Exodia - This time for tropical</title>
<style>
body,
html {
height: 100%;
}
</style>
<script>
$(document).ready(function () {
/* Every time the window is scrolled ... */
$(window).scroll(function () {
/* Check the location of each desired element */
$('.hideme').each(function (i) {
var bottom_of_object = $(this).offset().top + $(this).outerHeight() / 3;
var bottom_of_window = $(window).scrollTop() + $(window).height();
/* If the object is completely visible in the window, fade it it */
if (bottom_of_window > bottom_of_object) {
$(this).animate({ 'opacity': '1' }, 500);
}
});
});
});
</script>
</head>
<body>
<div id="max-note">
<p>Please use portrait mode</p>
</div>
<div class="pos-f-t fixed-top" id="navigation">
<div class="collapse" id="navbarToggleExternalContent">
<div class="bg-dark p-4">
<a href="index.html">
<h4 class="text-white">Home</h4>
</a>
</div>
<div class="bg-dark p-4">
<a href="events.html">
<h4 class="text-white">Events</h4>
</a>
</div>
<div class="bg-dark p-4">
<a href="team.html">
<h4 class="text-white">Team</h4>
</a>
</div>
<div class="bg-dark p-4">
<a href="register.html">
<h4 class="text-white">Register</h4>
</a>
</div>
</div>
<nav class="navbar navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</nav>
</div>
<div class="landing" style="padding: 0;margin: 0; background-color: #414953;height: -webkit-fill-available;position: relative;overflow-x: hidden;overflow-x: hidden;">
<img class="tree1" src="renders/al_coco_left.png" alt=""
style="margin: 0;position: absolute;top: 50%;transform: translateY(-50%) rotateY(180deg);right: 0;opacity: 0.5;">
<img class="tree2" src="renders/al_coco_left.png" alt=""
style="margin: 0;position: absolute;top: 50%;transform: translateY(-50%);opacity: 0.5;">
<div class="text-center"
style="position: absolute;top: 50%;transform: translateY(-50%) translateX(-50%);left: 50%;">
<img src="renders/logo_white.png" alt="" style="transform: scale(2);">
</div>
<div class="count-down">
<div class="a">
<a href="#" class="btn" id="days" >DAYS</a>
<a href="#" class="btn" id="hours">HOURS</a>
<a href="#" class="btn" id="mins">MINUTES</a>
<br><br><br>
</div>
</div>
</div>
<script src="count-down.js">
</script>
<div style="background-color: #FFEEAD;padding: 10%;min-height: 100vh;position: relative;overflow-x: hidden;">
<img src="./renders/float.png" alt="" class="float">
<div class="text-center">
<h1 class="hideme">About us</h1>
</div>
<p class="mobile-text hideme text-justify">
Nestled upon the crown of India, Himalayas, IIT Mandi is gearing up to present the 9th edition of
its Annual Techno-cultural fest Exodia. Exodia with every progressing year is becoming culturally
more vibrant and confluent technically. This year’s theme Tropical Getaway would let vastness of the
sea set us free as well as acquaint us with the necessity of wandering without being lost. Aptly
ensembled with Junkyard Wars, Ramp Walks, Art, Music, Code, Robots, Poems and Dance, we proudly
present Exodia 2020.
</p>
</div>
<div style="background-color: #96CEB4;padding: 10%;min-height: 100vh;position: relative;overflow-x: hidden;">
<img src="./renders/ball.png" alt="" class="ball">
<div class="text-center">
<h1 class="hideme">Theme</h1>
</div>
<div class="row">
<div class="col-sm-4 "></div>
<div class="col-sm-4 "></div>
<div class="col-sm-4 ">
<p class="mobile-text hideme text-justify">
“Surrounded by gigantic mountains, but yet the spirits of the sea.”<br>
The ocean stirs the heart, inspires the imagination and brings eternal joy to the soul.
Mountains are a symbol of strength, persistance , tenacity and boldness. Whereas sea is a symbol of
vastness, limitlessness and constant activity. This theme to provide its visitors the best of both
worlds.
</p>
</div>
</div>
</div>
<div style="background-color: #FFEEAD;padding: 20px;position: relative;overflow-x: hidden;">
<div class="text-center">
<h1 class="hideme">Events</h1>
</div>
<div class="row">
<div id="event_carousel_mob" class="event_carousel_mob slide" data-ride="carousel" data-wrap="true" data-interval="5000">
<div class="carousel-inner" id="event_carousel_inner_mob">
</div>
</div>
</div>
</div>
<div style="background-color: #96CEB4;padding: 20px;height: 100vh;position: relative;overflow-x: hidden;">
<div class="text-center">
<h1 class="hideme">Sponsors</h1>
<div id="spon_carousel_mob" class="spon_carousel_mob slide text-center mt-4" data-ride="carousel" data-wrap="true" data-interval="5000">
<div class="carousel-inner" id="spon_carousel_inner_mob">
<div class="carousel-item active">
<div class="mycard_spon_mob">
<div class="spon_elem">
<img src="./brands/spon (0).png" alt="">
</div>
<div class="spon_elem">
<img src="./brands/spon (0).png" alt="">
</div>
<div class="spon_elem">
<img src="./brands/spon (0).png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<img src="./renders/lemonade_sill.png" alt="" class="lemonade">
<div class="ice i2"></div>
<div class="ice i3"></div>
</div>
<div class="team" style="background-color: #FFEEAD;padding: 20px;position: relative;overflow-x: hidden;">
<div class="text-center">
<h1 class="hideme">Team</h1>
</div>
<div class="row m">
<div class="col-sm-1"></div>
<div class="col-sm-3 team-card">
<h4 class="text-center name hideme">Convenor</h4>
<img src="team/vaibhav.jpg" class="team-member hideme" alt="">
<h5 class="text-center mobile-text hideme">Vaibhav Mongia</h5>
</div>
<div class="col-sm-1"></div>
<div class="col-sm-3 team-card">
<h4 class="text-center name hideme">Sponsorship Team</h3>
<img src="team/khyati.jpg" class="team-member hideme" alt="">
<h5 class="text-center mobile-text hideme">Khyati</h5>
</div>
</div>
<div class="row more">
<div class="col-sm-2"></div>
<div class="col-sm-8 ">
<p class="text-center" style="padding: 3%;">
<a href="team.html" class="text-center hideme">More</a>
</p>
</div>
</div>
</div>
<div class="footer" style="background-color:#414953;">
<div class="container-fluid">
<div class="row b-0">
<div class=" foot-logo">
<img src="renders/logo.png" alt="">
</div>
<div style="width: 100%;">
<a href="https://www.facebook.com/Exodia.IITMandi/" class="icon-footer"><img src="renders/fbc.png"
style="width: 23%;padding: 5%;border-radius: 100%;"></a>
<a href="https://www.instagram.com/exodia.in/" class="icon-footer"><img src="renders/insc.png"
style="width: 23%;padding: 5%;border-radius: 100%;"></a>
<a href="https://www.facebook.com/Exodia.IITMandi/" class="icon-footer"><img src="renders/twc.png"
style="width: 23%;padding: 5%;border-radius: 100%;"></a>
<a href="https://www.youtube.com/watch?v=WU_8wcNML3M" class="icon-footer"><img src="renders/ytc.png"
style="width: 23%;padding: 5%;border-radius: 100%;"></a>
</div>
<div>
<ul class="list-group list-group-flush w-75 foot-icon-right">
<li class="list-group-item" style="background-color:#414953;">
<img src="renders/phone.png" alt="">+91 91690 49219</li>
<a href="mailto:publicity@exodia.in">
<li class="list-group-item" style="background-color:#414953;">
<img src="renders/mail.png" alt="">Contact Us
</li>
</a>
<a href="https://goo.gl/maps/yqX5aLFQzRX7sRQw9">
<li class="list-group-item" style="background-color:#414953;">
<img src="renders/address.png" alt="">IIT MANDI, H.P.
</li>
</a>
<a href="mailto:sponsors@exodia.in">
<li class="list-group-item" style="background-color:#414953;">
<img src="renders/mail.png" alt="">Sponsor Us
</li>
</a>
</ul>
</div>
</div>
</div>
</div>
<script>
window.addEventListener('load', () => {
let vh = window.innerHeight * 0.01;
document.documentElement.style.setProperty('--vh', `${vh}px`);
document.getElementById("spon_carousel_inner_mob").innerHTML = fillsponcards(27);
document.getElementById("event_carousel_inner_mob").innerHTML = filleventcards(events);
})
function fillsponcards(a){
var str = '<div class="carousel-item active"><div class="mycard_spon_mob"><div class="spon_elem"><img src="./brands/spon (0).png" alt=""></div><div class="spon_elem"><img src="./brands/spon (1).png" alt=""></div><div class="spon_elem"><img src="./brands/spon (2).png" alt=""></div></div></div>';
for (i = 1; i < a/3; i++) {
str += '<div class="carousel-item"><div class="mycard_spon_mob"><div class="spon_elem"><img src="./brands/spon (' + String((i*3) + 0) + ').png" alt=""></div><div class="spon_elem"><img src="./brands/spon (' + String((i*3) + 1) + ').png" alt=""></div><div class="spon_elem"><img src="./brands/spon (' + String((i*3) + 2) + ').png" alt=""></div></div></div>';
}
return str;
// <div class="mycard_spon_mob">
// <div class="spon_elem">
// <img src="./brands/spon (0).png" alt="">
// </div>
// <div class="spon_elem">
// <img src="./brands/spon (0).png" alt="">
// </div>
// <div class="spon_elem">
// <img src="./brands/spon (0).png" alt="">
// </div>
// </div>
}
var events = [
"Crane-o mania",
"Robosoccor",
"Dementia",
"Band Slam",
"Canvas Painting",
"Couture",
"Rap Battle"]
var event_about = {
"Crane-o mania": "Interested in building stuff? Come and take part in Our Event and create a Tower-Crane and test its power and reach of your Crane!",
"Robosoccor":"Playing football is easy but making your Robots do the same is difficult! So, acerpt the challenge and take part in Roboscoccor.",
"Dementia": "Do you like to challenge yourself? Here comes the programming competition. Do take part and compete with students from all over India.",
"Band Slam": "Music is a language that doesnot speak in particular words, it speaks in emotions! The artists, the echo of their assonances and the beauty of their voices receive a platform to persist in the hearts.",
"Canvas Painting": "Imaginations are Thoughts! Give a face to your Imagination by painting them, take part in Exodia's Canvas Painting..",
"Couture":"Fashion is a art of daily life! Showcase your Fashion skills and Designs in Couture - The Fashion Hub of Exodia.",
"Rap Battle": "Battles are not always fought with arms! Some battles are fought with words and emotions and a Rap Battle is something not less than a War."
}
function filleventcards(eventarr){
var str = '<div class="carousel-item active"><div class="row"><div class="mycard_mob"><div class="cardimgwrap"><img src="./events/' + eventarr[0] + '.png" alt="Server Unable To load the image"></div><div class="col text-center card_text"><h4>' + eventarr[0] + '</h4><p>' + event_about[eventarr[0]] + '</p><p><a href="events.html">View All</a></p><div class="register-button"><a href="register.html">Register</a></div></div></div></div></div> ';
for (i = 1; i < eventarr.length; i++) {
str += '<div class="carousel-item"><div class="row justify-content-center"><div class="mycard_mob"><div class="cardimgwrap"><img src="./events/' + eventarr[i] + '.png" class="col d-block" alt="Server Unable to load the image"></div><div class="col text-center card_text"><h4>' + eventarr[i] + '</h4><p>' + event_about[eventarr[i]] + '</p><p><a href="events.html">View All</a></p><div class="register-button"><a href="register.html">Register</a></div></div></div></div></div> ';
};
return str;
// <div class="carousel-item active">
// <div class="row justify-content-center">
// <div class="row w-75 mycard">
// <img src="./brands/PNB.png" class="col d-block" alt="...">
// <div class="col text-right card_text">
// <h4>Event Name</h4>
// <p>something about event</p>
// <div class='register-button'>
// <a href='register.html'></a>
// </div>
// </div>
// </div>
// </div>
// </div>
}
window.addEventListener("orientationchange", function() {
if(window.innerHeight < window.innerWidth){
document.getElementById('max-note').style.opacity = 1;
}
});
</script>
<script type="text/javascript" src="new3.js"></script>
</body>
</html>