-
Notifications
You must be signed in to change notification settings - Fork 0
/
index - Copy.html
executable file
·485 lines (348 loc) · 18.3 KB
/
index - Copy.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
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Espectro </title>
<link rel="shortcut icon" href="img/icon.png" type="image/png">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel = "stylesheet" type = "text/css" href = "css/jquery.multiscroll.css" />
<link rel = "stylesheet" type = "text/css" href = "css/examples.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css"/>
<link href="css/style.css" rel="stylesheet"/>
<link href="css/style8.css" rel="stylesheet" />
<!-- preloader -->
<script type="text/javascript">
window.onload = function(){
var el = document.getElementById('canvas');
var delay=12000; //12 second
setTimeout(function() {
el.style.display = 'none';
}, delay);
};
</script>
<!-- preloader end-->
<link rel="stylesheet" type="text/css" href="css/set1.css">
<link rel="stylesheet" href="css/style2.css">
<link href='https://fonts.googleapis.com/css?family=Nova+Mono' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merienda:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Freckle+Face' rel='stylesheet' type='text/css'>
<link href="css/one-page-wonder.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Black+Ops+One|Luckiest+Guy|Sonsie+One|Shojumaru&effect=3d|3d-float|anaglyph|brick-sign|canvas-print|
crackle|decaying|destruction|distressed|distressed-wood|emboss|fire|fire-animation|fragile|grass|ice|mitosis|neon|outline|putting-green|
scuffed-steel|shadow-multiple|splintered|static|stonewash|vintage|wallpaper'
rel='stylesheet' type='text/css'>
<!-- Custom CSS -->
<script src = "js/jquery.min.js"></script>
<script src="js/jquery-1.12.1.min.js"></script>
<script type="text/javascript" src="js/jquery.chocolate.js"></script>
<script>
$(function() {
$('body').chocolate({
images : ['img/15.jpg','img/23.jpg','img/24.jpg','img/26.jpg'],
interval : 5000,
speed : 3000,
});
});
</script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js">
</script>
<script type = "text/javascript" src = "js/jquery.easings.min.js"></script>
<script type = "text/javascript" src = "js/jquery.multiscroll.js"></script>
<script type = "text/javascript">
$(document).ready(function() {
$('#myContainer').multiscroll({
anchors: ['first', 'second', 'third','fourth'],
menu: '#menu',
navigation: true,
navigationTooltips: ['1', '2', '3','4'],
loopBottom: true,
loopTop: true
});
});
</script>
<link href="css/style7.css" rel="stylesheet" type="text/css">
<style type="text/css">
body
{
overflow:hidden;
}
</style>
<style>
.btn3d.btn-primary {
box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
background-color: #4274D7;
}
.btn3d.btn-primary:active,
.btn3d.btn-primary.active {
box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
background-color: #4274D7;
}
.rac1
{
background: #ed2553;
width: 100px;
height: 60px;
border-radius: 20%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
color: #FFFFFF;
text-decoration:none;
font-size: 20px;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.rac1:hover
{
font-size:22px;
}
.pre1
{
background:url(../img/preloader.jpg);
background-size:cover;
height:100%;
width:100%;
}
</style>
<link rel="stylesheet" href="css/pro/demo.css">
</head>
<body style="position:fixed;">
<!--preloader -->
<div class="rachit1">
<canvas id="canvas" style="position:absolute; top:0; left:0; z-index:10000000000000000000; background:url('img/preloader1.jpg') no-repeat fixed center ; background-size:100% 99%;" ></canvas>
<div id="buffer" style="display:none;"></div>
<script src="js1/index.js"></script>
</div>
<!--preloader end -->
<!-- First Featurette -->
<?php include"header.php" ?>
<div id = "myContainer" >
<div class = "ms-left">
<div class = "ms-section" id = "left1" >
<h1 style="position:absolute; top:400px; right:-360px;"><span class="font-effect-static espectro" style="color:#FFFFFF;">ESPECTRO</span></h1>
<h1 style="position:absolute; top:500px; right:-180px;"><span class="font-effect-static espectro rachit" style="color:#FFFFFF;">2k16</span></h1>
</div>
<div class = "ms-section" id = "left2">
<div style="position:absolute; top:+200px; right:-400px; width:900px; "> <!------------------------code---------------start---------------->
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12" data-wow-delay="0.2s" >
<div class="carousel slide" data-ride="carousel" id="quote-carousel">
<!-- Bottom Carousel Indicators -->
<ol class="carousel-indicators rachit1" >
<li data-target="#quote-carousel" data-slide-to="0" class="active" ><img class="img-responsive" src="img/n7.jpg" alt="" style="height:300px; width:300px; " ></li>
<li data-target="#quote-carousel" data-slide-to="1"><img class="img-responsive" src="img/g31.jpg" alt="" style="height:300px; width:300px "></li>
<li data-target="#quote-carousel" data-slide-to="2"><img class="img-responsive" src="img/n2.jpg" alt="" style="height:300px; width:300px "></li>
<li data-target="#quote-carousel" data-slide-to="3"><img class="img-responsive" src="img/n3.jpg" alt="" style="height:300px; width:300px "></li>
<li data-target="#quote-carousel" data-slide-to="4"><img class="img-responsive" src="img/n4.jpg" alt="" style="height:300px; width:300px "></li>
</ol>
<!-- Carousel Slides / Quotes -->
<div class="carousel-inner text-center" >
<!-- Quote 1 -->
<div class="item active">
<blockquote>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12 col-sm-offset-2" >
<div class="self">
Dance dance dance till your heart drops!
Set the street ablaze with your passion and turn the opposition down on spot.
Its time to party on THE STREETS!
<small style="font-size:28px; color:#fff; font-weight:bold;">Foot Losse</small></div>
</div>
</div>
</blockquote>
</div>
<!-- Quote 2 -->
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-8 col-md-12 col-lg-12 col-sm-offset-2">
<div class="self">
Every individual has its own identity .dance alone to make yourself feel good, break the chain and barrier and show the world your strength.
<small style="font-size:28px; color:#fff; font-weight:bold;">Boogie Down</small>
</div>
</div>
</div>
</blockquote>
</div>
<!-- Quote 3 -->
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-8 col-md-12 col-lg-12 col-sm-offset-2">
<div class="self">
indulge your folks and pulse into grooves and show the world that you are kinda the coolest group .
<small style="font-size:28px; color:#fff; font-weight:bold;">Beat The Beat</small>
</div>
</div>
</div>
</blockquote>
</div>
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-8 col-md-12 col-lg-12 col-sm-offset-2">
<div class="self">
“The theater is so endlessly fascinating because it’s so accidental. It’s so much like life.”
- Arthur Miller
<small style="font-size:28px; color:#fff; font-weight:bold;">Nukkad Natak</small>
</div>
</div>
</div>
</blockquote>
</div>
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-8 col-md-12 col-lg-12 col-sm-offset-2">
<div class="self">
Vogue is the chance to put your best foot forward in front of industry experts and set yourself apart in front of an enthusiastic audience !!
<small style="font-size:28px; color:#fff; font-weight:bold;">Vogue</small>
</div>
</div>
</div>
</blockquote>
</div>
</div>
<!-- Carousel Buttons Next/Prev -->
</div>
</div>
</div>
</div>
</div>
<div class = "ms-section" id = "left3">
<div class="container" style="position:absolute; top:+250px; z-index:2222;">
<div class="card effect__hover">
<div class="card__front" style="background:url(img/12345.jpg) ; background-size:cover;">
<span class="card__text" style="font-size:.6em; font-family: 'Merienda', cursive;"><b>This is what we live for</b></span>
</div>
<div class="card__back" style="background:url(img/J-star.jpg); background-size:cover;">
<span class="card__text"></span>
</div>
</div><!-- /card -->
</div>
</div>
<div class="ms-section" id="left4">
<div class="container" style="position:absolute; top:+250px; z-index:2222;">
<div class="card effect__hover">
<div class="card__front" style="background:url(img/ins1.jpg) ; background-size:cover;">
<span class="card__text" style="font-size:.45em; font-family: 'Merienda', cursive; font-weight:1300; color:#000;"><b><rachit2>The genuine roots of culture is Folk Music</rachit2></b></span>
</div>
<div class="card__back" style="background:url(img/folk1.jpg); background-size:cover;">
<span class="card__text"></span>
</div>
</div><!-- /card -->
</div>
</div>
</div>
<div class = "ms-right">
<div class = "ms-section" id = "right1">
<h1 style="position:absolute; top:80px; left:-140px;"><span class="font-effect-3d-float welcome">WELCOME</span><br></h1>
<div class="grid toa" style="position:absolute; top:55px; left:-200px; height:200px;"> <center>
<figure class="effect-romeo" style="height:400px; width:400px; background:none; box-shadow:none;">
<h2 class="welcome" style="color:#FFFFFF; font-family: 'Lily Script One', cursive; margin-top:30px "><spna class="to">TO</span></h2>
<figcaption>
<h2 style="font-size:20px; text-align:center; color:#FFFFFF; font-family:'Freckle Face', cursive;"><span>Annual cultural fest </span></h2>
<p style="font-size:30px; margin-top:-50px; font-family:3d;" ><b> TIME TO GO ....</b></p>
</figcaption>
</figure>
</center>
<div class="hs_slider_thumb" style="position:absolute; top:290px; left:100px; font-size:10px; ">
<ul class="countdown" >
<li> <span class="days">00</span></li>
<li class="seperator">:</li>
<li> <span class="hours">00</span>
</li>
<li class="seperator">:</li>
<li> <span class="minutes">00</span>
</li>
<li class="seperator">:</li>
<li> <span class="seconds">00</span>
</li>
</ul>
</div>
</div>
</div>
<div class = "ms-section" id = "right2">
<!--<h1 style="position:absolute; top:100px; left:-160px; text-shadow:#0000FF; text-decoration:underline;"><span class="font-effect-3d-float welcome">EVENTS</span></h1>-->
<h1 style="position:absolute; top:80px; left:-140px; text-shadow:#0000FF; "><span class="font-effect-3d-float welcome">EVENTS</span><br></h1>
</div>
<div class = "ms-section" id = "right3">
<h1 style="position:absolute; top:80px; left:-140px; text-shadow:#0000FF; "><span class="font-effect-3d-float welcome">PRONIGHT</span><br></h1>
</div>
<div class = "ms-section" id = "right4">
<h1 style="position:absolute; top:80px; left:-140px; text-shadow:#0000FF; "><span class="font-effect-3d-float welcome">FOLKNIGHT</span><br></h1>
</div>
</div>
</div>
<!-- <div class="new">
<div style="position:fixed; top:250px; left:10px; "><a href = "#first">1</a></li>
<div style="position:fixed; top:300px; left:10px; "><a href = "#second">2</a></li>
<div style="position:fixed; top:350px; left:10px; "><a href = "#third">3</a></li>
<div style="position:fixed; top:150px; right:10px; "><a href = "#">Register</a></li>
<civ style="position:fixed; top:200px; right:10px; "><a href = "#">Login   </a></li>
</div>
-->
<ul id = "menu">
<li data-menuanchor = "first" style="position:fixed; top:250px; left:-20px; "><a href = "#first">1</a></li>
<li data-menuanchor = "second" style="position:fixed; top:300px; left:-20px; "><a href = "#second">2</a></li>
<li data-menuanchor = "third" style="position:fixed; top:350px; left:-20px; "><a href = "#third">3</a></li>
<li data-menuanchor = "fourth" style="position:fixed; top:400px; left:-20px; "><a href = "#fourth">4</a></li>
<!--<li data-menuanchor = "" style="position:fixed; top:150px; right:-20px; "><a href = "login.php">Register</a></li>
-->
</ul>
<a href = "login.php"><span style="position:fixed; top:150px; left:-10px; " class="rac1">Register</span></a>
<div class="" style="position:fixed; bottom:0px; background:#000000; width:100%; height:40px;" >
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<p style="text-align:right; line-height:40px; margin-left:-200px; font-size:20px; color:#fff;">
<b> <rachit2>Like us on <a href="http://facebook.com/Espectro-1455747224717031" ><img src="img/6.png" height="35" width="35"></a></rachit2></b>
<b><rachit2>mail us on <a href="[email protected]"><img src="img/7.png" height="35" width="35"></a></rachit2></b>
</p>
</div>
</div>
</div>
</div>
<!---------NEw-->
<!-- <div class="footer-copyright" >
<div class="container">
<div class="row">
<div class="col-md-1">
<a href="index.html" class="logo">
<img alt="Tutorials Point" class="img-responsive" src="http://www.tutorialspoint.com//scripts/img/logo-footer.png">
</a>
</div>
<div class="col-md-3 col-sm-12 col-xs-12">
<p>
© Copyright 2015. All Rights Reserved.
</p>
</div>
</div>
</div>
</div>
--->
<link rel="stylesheet" type="text/css" href="css/timer/timer.css">
<script type="text/javascript" src="js/timer/jquery.downCount.js"></script>
<script class="source" type="text/javascript">
$('.countdown').downCount({
date: '4/25/2016 12:00:00',
offset: +10
}, function () {
alert('The Fest is ONNNNNN!!!!!!');
});
</script>
<!-- GA -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69217141-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>