-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex --pentabox homepage.html
408 lines (274 loc) · 15.5 KB
/
index --pentabox homepage.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
<!doctype html><!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script>
<title>INCEPTUM 2014</title>
<meta name="description" content="Inceptum 2014 Tech Fest GBPEC"/>
<meta name="keywords" content="Inceptum,GBPEC, GB Pant Engineering College" />
<meta name="author" content="Inceptum"/>
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1"/>
<meta property="og:title" content="Inceptum"/>
<meta property="og:description" content="Inceptum"/>
<meta property="og:type" content="Fest"/>
<meta property="og:url" content="http://www.facebook.com/Inceptum"/>
<meta property="og:image" content="img/logo_Inceptum_bleu.png"/>
<meta property="fb:app_id" content="209461222403817" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/onepage-scroll.css">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/impulseslider.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" media="screen"/>
<link href="css/hexaflip.css" rel="stylesheet" type="text/css">
<link href="css/demo.css" rel="stylesheet" type="text/css">
<script src="js/libs/jquery.js"></script>
<script src="js/libs/modernizr-2.0.6.min.js"></script>
<script src="js/queryLoader.js"></script>
<script src="js/plugins.js"></script>
<script defer src="js/en.js"></script>
<script defer src="js/jquery.transit.min.js"></script>
<script defer src="js/commons.js"></script>
<script defer src="js/jquery.onepage-scroll.js"></script>
<script defer src="js/waypoints.js"></script>
<script defer src="js/jquery.impulse.slider-0.3.js"></script>
<script defer src="js/hexaflip.js"></script>
<script defer src="js/index.js"></script>
<script>
//ignore errors
window.onerror = function (mesg, url, num) {;return true;}
$(document).ready(function(){
$("#loadingPage").hide();
$(".main").onepage_scroll({
sectionContainer: "section", // sectionContainer accepts any kind of selector in case you don't want to use section
easing: "cubic-bezier(0.175, 0.885, 0.420, 1.310)", // Easing options accepts the CSS3 easing animation such "ease", "linear", "ease-in", "ease-out", "ease-in-out", or even cubic bezier value such as "cubic-bezier(0.175, 0.885, 0.420, 1.310)"
animationTime: 1000, // AnimationTime let you define how long each section takes to animate
pagination: true, // You can either show or hide the pagination. Toggle true for show, false for hide.
updateURL: false, // Toggle this true if you want the URL to be updated automatically when the user scroll to each page.
beforeMove: function(index) {}, // This option accepts a callback function. The function will be called before the page moves.
afterMove: function(index) {}, // This option accepts a callback function. The function will be called after the page moves.
loop: false, // You can have the page loop back to the top/bottom when the user navigates at up/down on the first/last page.
responsiveFallback: true // You can fallback to normal page scroll by defining the width of the browser in which you want the responsive fallback to be triggered. For example, set this to 600 and whenever the browser's width is less than 600, the fallback will kick in.
});
$('#slider').impulseslider({
height: 400,
width: 300,
depth: 300/1.09,
perspective: 2800,
pauseTime: 1500,
transitionDuration: 1000,
transitionEffect: "ease-in-out",
autostart: true,
rightSelector: ".right",
leftSelector: ".left",
pauseSelector: ".pause",
directionRight: true,
containerSelector: "#slider-container",
spinnerSelector: "#slider",
images: ["3dbox/face(1).jpg","3dbox/face(2).jpg","3dbox/face(3).jpg","3dbox/face(4).jpg","3dbox/face(5).jpg"],
imageDivClasses: ["face"]
});
});
</script>
</head>
<body style="overflow-x: hidden;background:url(img/body-bg.jpg) repeat;">
<div id="loadingPage" style="position:fixed;background:#000;width:100%;height:100%;font-size:50px;text-align:center;z-index:100000;line-height:600px;">LOADING...</div>
<div id="QOverlay"></div>
<ul class="onepage-pagination">
<li>
<a data-index="1" href="#1" class="active menuHome"></a>
</li>
<li>
<a data-index="2" href="#2" class="menuEvents"></a>
</li>
<li>
<a data-index="3" href="#3" class="menuSchedule"></a>
</li>
<li>
<a data-index="4" href="#4" class="menuGallery"></a>
</li>
<li>
<a data-index="5" href="#5" class="menuReachus"></a>
</li>
</ul>
<!--
<div id="navigation">
<div class="opacity"></div>
<div class="logo"><img src="img/big-logo.png" title="Inceptum Logo"/></div>
<div class="buttons">
<div class="intro page">
<img class="imagemenu" src="img/home.png"/>
<div>
<p>HOME</p>
</div>
</div>
<div class="works page">
<img class="imagemenu" src="img/events.png"/>
<div>
<p>EVENT</p>
</div>
</div>
<div class="timeline page">
<img class="imagemenu" src="img/schedule.png"/>
<div>
<p>SCHEDULE</p>
</div>
</div>
<div class="presentation page">
<img class="imagemenu" src="img/gallery1.png"/>
<div>
<p>GALLERY</p>
</div>
</div>
<div class="thoughts page">
<img class="imagemenu" src="img/reachus.png"/>
<div>
<p>REACH US</p>
</div>
</div>
</div>
</div>
-->
<div id="container" class="main" >
<div id="main" role="main">
<div class="social-box"></div>
<!-- Page 1 start -->
<!--Home Page-->
<section id="intro">
<div style="-webkit-filter: opacity(1);background:url(img/bg.png) repeat;position:fixed;top:0%;left:0%;width:100%;height:100%;">
</div>
<!--div style="background:rgba(0,0,0,0.5);position:fixed;top:0%;left:0%;width:100%;height:100%;">
</div>
<div class="divshad" style="background:url(img/slider-background.jpg);background-size:cover;-webkit-filter:opacity(0.4);top:100px;bottom:100px;width:100%;position:fixed;z-index:2">
</div-->
<div class="content" style="z-index:3">
<div id="hexaflip-demo1" class="demo" style="position:fixed;top:5px;left:120px;"></div>
<!--div class="ThreeDee">ιηςερτμϻ</div> --κɱՁƙ1Ч-->
<div class="college-logo"></div>
<div id="slider-container" style="position:fixed;top:50px;left:40%;z-index:4;">
<div id="slider">
<!-- to be populated by the plugin-->
</div>
</div>
<div class="sponsors-strip"></div>
</div>
</section>
<!-- page 5 starts here -->
<!--Events page-->
<section id="works">
<div class="content">
<hr />
<div class="text">
<p class="title">EVENTS </p>
<div>
<p>We provide assistance at any stage of the data visualization process: consultancy, conception of innovative information products, data design, creation of visualisation, and training to data journalism.</p>
<p>We equally work with media companies, agencies, corporate communication services, web marketing specialists, administrations and artists.</p>
</div>
<div class="works-nav">
<div class="prev">
<p>prev</p>
</div>
<div class="next">
<p>next</p>
</div>
</div>
</div>
<div id="works-slider" class="works-list">
<ul>
<li class="basic eventCat">
<div class="inner">
<div class="top">TECH</div>
<p class="title">Data visualization</p>
<p class="presentation">Conception, prototype and wireframes of a brand position monitoring and analytics tool, embedded in Google's search engine.</p>
<div class="bottom"><img src="assets/suggestdv_bottom.png" /></div>
</div>
</li>
<li class="basic eventCat">
<div class="inner">
<div class="top">NON TECH</div>
<p class="title">Data visualization</p>
<p class="presentation"> Conception and execution of an animated data visualization on behalf of France's La Poste mail service. The work represents the dynamics and outcomes of a series of collaborative workshops carried out at La Poste's offices across the country.</p>
<div class="bottom"><img src="assets/laposte_bottom.png" /></div>
</div>
</li>
<li class="basic eventCat">
<div class="inner">
<div class="top">WORKSHOPS</div>
<p class="title">Data visualization</p>
<p class="presentation"> Designed and executed a visualization interface aimed to explain the collective rigths management system in France.</p>
<div class="bottom"><img src="assets/sacem_bottom.png" /></div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!--page 5 ends here -->
<section id="timeline"> <!-- Page 4 starts here -->
<div class="content" style="margin-right:40px">
<hr />
<div class="text clearfix">
<p class="title">Schedule</p>
</div>
<div id="thetimeline" class="scheduleImg">
X
</div>
</div>
</section>
<section id="presentation" > <!-- Page 3 starts here -->
<div class="content" style="margin-right:40px;">
<hr />
<div class="text clearfix" >
<p class="title">Gallery</p>
</div>
<div class="galleryPane" style="height:80%;margin-top:40px;">
<!--
<iframe class="styleScroll" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0" src="gallery/index.html">
</iframe>
-->
</div>
</div>
</section>
<section id="thoughts"> <!-- Page 7 starts here -->
<div class="content" style="margin-right:40px;">
<hr />
<div class="text">
<span class="title">Reach Us</span>
</div>
<div class="mapPane styleScroll" style="width:90%;;margin-left:93px;margin-top:50px;">
<div class="mapMap" ">
<iframe style="margin:4% 5% auto;" width="90%" height="90%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.in/maps?f=d&source=s_d&saddr=Ma+Anandmayee+Marg&daddr=Govind+Ballabh+Pant+Engineering+College,+Okhla+Phase+III,+New+Delhi,+Delhi&hl=en&geocode=FfyMswEdZ_aaBA%3BFSiWswEdIRKbBCG7grSTMZMS7Sk5rk6i5eMMOTG7grSTMZMS7Q&aq=0&oq=Govi&sll=28.545302,77.267568&sspn=0.00573,0.010568&dirflg=w&mra=dme&mrsp=0&sz=17&ie=UTF8&t=m&ll=28.545302,77.267568&spn=0.00573,0.010568&output=embed">
</div>
<div class="mapDesc text styleScroll" >
<p style="font-size:150%;"><pre>Directions
All of Inceptum’s activities are held on the Govind Ballabh Pant Engineering College Campus in Okhla Industrial Estate, New Delhi.
Driving
Driving from Ma Anandmayee Marg
Take the Okhla Phase 3 Road Exit below Govind Puri Metro Station and head east three hundred metres until the road bifurcates. Keep left on the Okhla Phase 3 Road and head east along the road towards the Govind Ballabh Pant Engineering College campus, and cross Mother Dairy Shop. At this point Okhla Phase 3 Road becomes College Road. Head Straight to reach the parking lot. Parking will be free. Once inside the college, follow the Inceptum signs to locate venues.
Driving from Bhakti Vedant Marg
Take the Modi Mill Exit and head straight approximately hundred metres towards Kangaroo Park roundabout. Turn right and then make a quick left at the roundabout. Follow this road until a T-point. Turn left onto College Road and head straight to reach the parking lot. Parking will be free. Once inside the college, follow the Inceptum signs to locate venues.
Public Transportation
Metro
It’s easy to get to the Inceptum’s events via Metro. Take Metro to the Govind Puri station on violet line. Take auto rickshaw up to the parking lot or walk along the driving directions from Ma Anandmayee Marg. For more information on Metro’s schedule, visit delhimetrorail.com or call 011-22561231.
Buses
Govind Ballabh Pant Engineering College is served very well by DTC buses. Take DTC bus to the National Small Industries Corporation or the more commonly known Govindpuri metro bus stand. Take auto rickshaw up to the parking lot or walk along the driving directions from Ma Anandmayee Marg. Visit delhi.gov.in/wps/wcm/connect/DOIT_DTC/dtc/home for information on bus schedules.
</pre>
</p>
</div>
</div>
</div> <!--content -->
</section>
<div id="footer" style="z-index:-1;height:300px;background: url(img/body-bg.jpg) repeat #000;padding: 30px 0px;text-shadow: 0px 1px 0px #000;">
<div class="content">
blah blah Footer all rights reserved
</div>
</div>
</div>
<!-- NAVIGATION MENU STARTS HERE -->
</div>
<!--! end of #container -->
</body>
</html>