This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
forked from KhushilMistry/ifestFrontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
275 lines (247 loc) · 11 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>i.Fest 2017</title>
<link rel="stylesheet" href="css/vertical_carousal.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css">
<link rel="stylesheet" href="css/style.css">
<style>
</style>
</head>
<body>
<div id="myVerticalCarousel" class="vertical-carousel" data-urlLock="false" data-rests-indicators="#navbar-collapse li">
<ol class="vertical-carousel-indicators">
<li data-target="#myVerticalCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myVerticalCarousel" data-slide-to="1"></li>
<li data-target="#myVerticalCarousel" data-slide-to="2"></li>
<li data-target="#myVerticalCarousel" data-slide-to="3"></li>
</ol>
<div class="vertical-carousel-box">
<div id="a" class="item active">
<span></span>
<i data-target="#myVerticalCarousel" data-slide-to="1" class="fa fa-arrow-down slide-icon"
aria-hidden="true"></i>
</div>
<div id="b" class="item">
<div class="container-about-us">
<p class="about-ifest-header">About i.Fest</p>
<p class="about-ifest-content">
i.Fest is an idea conceptualized by IEEE Student Branch at DA-IICT.<br>
Our main aim is to bring the budding engineers from all over India to a common platform so that they
can share their knowledge with their fellow imaginers. The next big thing for engineers is to pull
out graphics from computer or television screen and integrate them into real world environment. With
these innovative engineers coming up, it will become more pervasive and ubiquitous.
</p>
</div>
<i data-target="#myVerticalCarousel" data-slide-to="2" class="fa fa-arrow-down slide-icon"
aria-hidden="true"></i>
</div>
<div id="c" class="item">
<h1 class="verticle-align" id="event-name">EVENTS</h1>
<a class="event-icon" href="events.html"><img src="./assets/move-icon/electric.png" id="move-icon-1"></a>
<a class="event-icon" href="events.html"><img src="./assets/move-icon/fun.png" id="move-icon-2"></a>
<a class="event-icon" href="events.html"><img src="./assets/move-icon/inellect.png" id="move-icon-3"></a>
<a class="event-icon" href="events.html"><img src="./assets/move-icon/software.png" id="move-icon-4"></a>
<i data-target="#myVerticalCarousel" data-slide-to="3" class="fa fa-arrow-down slide-icon"
aria-hidden="true"></i>
</div>
<div id="d" class="item">
<div id="map"></div>
<div class="contact-left ">
<p class="contact-name">Divya Solanki</p>
<p class="contact-number">+91 7202839225</p>
</div>
<div class="contact-right">
<p class="contact-name">Abhin Kakkad</p>
<p class="contact-number">+91 9409170708</p>
</div>
<i data-target="#myVerticalCarousel" data-slide-to="0" class="fa fa-arrow-up slide-icon"
aria-hidden="true"></i>
</div>
</div>
<div>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="index.html">HOME</a>
<a href="events.html">EVENTS</a>
<a href="gallery.html">GALLERY</a>
<a href="contact.html">CONTACT</a>
<a href="sponsors.html">SPONSORS</a>
<a href="team.html">THE TEAM</a>
<a href="https://ifestvolunteer.firebaseapp.com/#/login">LOGIN</a>
</div>
</div>
<ul class="top-navbar-links" hidden>
<li class="inline"><a class="top-navbar-links-a" href="index.html">HOME</a></li>
<li class="inline"><a class="top-navbar-links-a" href="events.html">EVENTS</a></li>
<li class="inline"><a class="top-navbar-links-a" href="gallery.html">GALLERY</a></li>
<li class="inline"><a class="top-navbar-links-a" href="contact.html">CONTACT</a></li>
<li class="inline"><a class="top-navbar-links-a" href="sponsors.html">SPONSORS</a></li>
<li class="inline"><a class="top-navbar-links-a" href="team.html">THE TEAM</a></li>
<li class="inline"><a class="top-navbar-links-a"
href="https://ifestvolunteer.firebaseapp.com/#/login" target="_blank">LOGIN</a></li>
</ul>
<div class="button-class">
<i id="top-navbar-content-2" onclick="openNav()" class="fa fa-bars top-navbar-icon" aria-hidden="true"></i>
<i id="top-navbar-content" class="fa fa-bars top-navbar-icon" aria-hidden="true"></i>
<i id="top-navbar-cross" hidden class="fa fa-times top-navbar-icon" aria-hidden="true"></i>
</div>
</div>
<div class="top-logo">
<a href="http://daiict.ac.in/" target="_blank"><img src="assets/DA-IICT_logo.png" width="80"
style="padding-right: 10px;"></a>
<a href="http://ieee.daiict.ac.in/ieee2017/" target="_blank"><img src="assets/ieee.png" width="135"/></a>
</div>
<div class="bottom-navbar">
<div class="row">
<div class="hidden-sm hidden-xs">
<a href="https://www.facebook.com/ifestdaiict/" target="_blank" class="icon-a"><i
class="fa fa-facebook icon" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/i.fest/" target="_blank" class="icon-a"><i
class="fa fa-instagram icon" aria-hidden="true"></i></a>
<a href="mailto:ifest17.daiict@gmail.com" target="_blank" class="icon-a"><i
class="fa fa-envelope-o icon" aria-hidden="true"></i></a>
<a class="icon-a"><i class="fa fa-play icon" aria-hidden="true"></i></a>
</div>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/vertical_carousal.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
<script>
function myMap() {
var mapCanvas = document.getElementById("map");
var myCenter = new google.maps.LatLng(23.188546, 72.629720);
var mapOptions = { center: myCenter, zoom: 16, disableDefaultUI: true };
var map = new google.maps.Map(mapCanvas, mapOptions);
var icon = {
url: "./assets/logo.png", // url
scaledSize: new google.maps.Size(43, 50), // scaled size
};
var marker = new google.maps.Marker({
position: myCenter,
icon: icon,
animation: google.maps.Animation.BOUNCE
});
marker.setMap(map);
}
</script>
<script>
$(document).ready(function () {
function beeLeft() {
$("#move-icon-1").animate({ top: "-=20" }, 2400, "swing", beeRight);
}
function beeRight() {
$("#move-icon-1").animate({ top: "+=20" }, 2400, "swing", beeLeft);
}
beeRight();
function beeLeft1() {
$("#move-icon-2").animate({ top: "-=25" }, 2300, "swing", beeRight1);
}
function beeRight1() {
$("#move-icon-2").animate({ top: "+=25" }, 2300, "swing", beeLeft1);
}
beeRight1();
function beeLeft3() {
$("#move-icon-3").animate({ top: "-=15" }, 2100, "swing", beeRight3);
}
function beeRight3() {
$("#move-icon-3").animate({ top: "+=15" }, 1100, "swing", beeLeft3);
}
beeRight3();
function beeLeft4() {
$("#move-icon-4").animate({ top: "-=15" }, 2200, "swing", beeRight4);
}
function beeRight4() {
$("#move-icon-4").animate({ top: "+=15" }, 1200, "swing", beeLeft4);
}
beeRight4();
$("#move-icon-1").hover(function () {
document.getElementById("event-name").innerHTML = "ELECTRIC";
$(this).stop();
$(this).animate({
width: '220'
}, "fast");
});
$("#move-icon-1").mouseleave(function () {
document.getElementById("event-name").innerHTML = "EVENTS";
$(this).animate({
width: '200'
}, "fast");
$("#move-icon-1").animate({ top: '400' }, 1500, "swing", beeRight);
});
$("#move-icon-2").hover(function () {
document.getElementById("event-name").innerHTML = "FUN";
$(this).stop();
$(this).animate({
width: '270'
}, "fast");
});
$("#move-icon-2").mouseleave(function () {
document.getElementById("event-name").innerHTML = "EVENTS";
$(this).animate({
width: '250'
}, "fast");
$("#move-icon-2").animate({ top: "350" }, 1500, "swing", beeRight1);
});
$("#move-icon-3").hover(function () {
document.getElementById("event-name").innerHTML = "INTELLECT";
$(this).stop();
$(this).animate({
width: '200'
}, "fast");
});
$("#move-icon-3").mouseleave(function () {
document.getElementById("event-name").innerHTML = "EVENTS";
$(this).animate({
width: '180'
}, "fast");
$("#move-icon-3").animate({ top: "100" }, 1500, "swing", beeRight3);
});
$("#move-icon-4").hover(function () {
document.getElementById("event-name").innerHTML = "SOFTWARE";
$(this).stop();
$(this).animate({
width: '240'
}, "fast");
});
$("#move-icon-4").mouseleave(function () {
document.getElementById("event-name").innerHTML = "EVENTS";
$(this).animate({
width: '220'
}, "fast");
$("#move-icon-4").animate({ top: "100" }, 1500, "swing", beeRight4);
});
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBJ-bSzZ8xCvYerg60pxFw6CO0StW1C7R8&callback=myMap"></script>
<script src="js/javascript.js"></script>
</html>