-
Notifications
You must be signed in to change notification settings - Fork 2
/
proniEvents.html
374 lines (312 loc) · 12.3 KB
/
proniEvents.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
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Purv</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layoutEvents.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="p.png" >
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #790D00;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #b30000;
}
</style>
</head>
<body>
<!-- Preloader
================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div id="loading"><img src = "images/preloader1.gif"></div>
<style>
#loading{
position: fixed;
height: 100%;
top:0;
left:0;
right:0;
bottom:0;
background-color: #000;
color: white;
transition: 0.5s;
z-index: 999999;
}
#loading img{
height: 350px;
width: 350px;
display: block;
margin-left: auto;
margin-right: auto;
top: 35%;
left: 45%;
position: absolute;
margin: -100px 0 0 -100px;
}
#loading.hidden{
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 480px){
#loading img{
height: 250px;
width: 250px;
top: 45%;
left: 45%;
}
}
@media only screen and (max-width: 767px){
#loading img{
height: 250px;
width: 250px;
top: 45%;
left: 45%;
}
}
@media only screen and (max-width: 900px){
#loading img{
height: 250px;
width: 250px;
top: 45%;
left: 45%;
}
}
@media only screen and (max-width: 1024px){
#loading img{
height: 250px;
width: 250px;
top: 45%;
left: 47%;
}
}
</style>
<script>
setTimeout(function() {
$('#loading').addClass('hidden');
}, 2000);
</script>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="index.php">Home</a></li>
<li><a href="index.php#about">About</a></li>
<li><a href="index.php#theme">Theme</a></li>
<li><a href="index.php#stats">Stats</a></li>
<li><a href="index.php#events">Events</a></li>
<li><a href="index.php#contact">Contact</a></li>
<li><a href="register.php">Register</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="app" >
<h1><span>Proshow Events</span></h1>
<div class = "hs">
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/pronight.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>ProNight</h1>
<p style = "text-align: center;">Add a dash of mystery to a special night by making your prom a masquerade ball. Galaxy - Make sure your prom is out of this world with a space theme. Wrap lampshades in dark paper or fabric with holes punched in to give the illusion of stars, and make your photo booth background a large moon.</p>
<a href = "pronight/pronight.php"><Button class = "eventReg" id="myBtn" name = "robowar">Book Ticket</Button></a>
</div>
</div>
</div>
</div>
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/edm.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>EDM</h1>
<p style = "text-align: center;">Electronic dance music (EDM), also known as dance music, club music, or simply dance, is a broad range of percussive electronic music genres made largely for nightclubs, raves and festivals. It is generally produced for playback by DJs who create seamless selections of tracks, called a mix, by segueing from one recording to another. EDM producers also perform their music live in a concert or festival setting in what is sometimes called a live PA.
</p>
<a href = "pronight/edmnight.php"><Button class = "eventReg" id="myBtn1" name = "robosoccer">Book Ticket</Button></a>
</div>
</div>
</div>
</div>
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/neonshow.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Neon Shows</h1>
<p style = "text-align: center;">For a right-handed player, the has twelve frets clear of the body and is properly held on the left leg, so that the hand that plucks or strums the strings does so near the back of the sound hole (this is called the classical position). The modern steel string guitar, on the other hand, usually has fourteen frets clear of the body (see Dreadnought) and is commonly played off the hip.</p>
<a href = "pronight/neonshow.php"><Button class = "eventReg" id="myBtn2" name = "roborace">Book Ticket</Button></a>
</div>
</div>
</div>
</div>
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/rockband.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Rock Band</h1>
<p style = "text-align: center;">When the band comes to the "Storm" segment of the overture, it summons an actual tornado, prompting the audience and Donald to run away. The benches that the audience members were sitting on come to life (each wearing a hat that fell off an audience member) and also begin running for their lives as well. The tornado suddenly freezes when Mickey takes a pause conducting (which seemingly stops time itself briefly) and goes in reverse as the band finishes the last part of the song.</p>
<a href = "pronight/rockband.php"><Button class = "eventReg" id="myBtn3" name = "lightfollower">Book Ticket</Button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!----------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- Contact Section
================================================== -->
<section id="contact">
<div class="row section-head">
<div class="two columns header-col">
<h1><span>Get In Touch.</span></h1>
</div>
<div class="ten columns">
<p class="lead">Please feel free to leave a message at the given contact details. We'd love to hear it from you!
</p>
</div>
</div>
<div class="row">
<div class="two columns">
<div>
<h4>Contact Us</h4>
<p class="address">
IIITK<br>
IIITK Campus<br>Jhalana gram,
Jaipur, India <br><br>
<span>000-0054241</span><br>
<span>[email protected]</span>
</p>
</div>
</div>
<div class="two columns">
<div>
<h4>Marketing</h4>
<p class="address">
Abc Soni<br>
IIITK Campus<br>Jhalana gram,
Jaipur, India <br><br>
<span>+91-6387363138</span><br>
<span>[email protected]</span>
</p>
</div>
</div>
<div class="two columns">
<div>
<h4>Publicity</h4>
<p class="address">
Def Soni<br>
IIITK Campus<br>Jhalana gram,
Jaipur, India <br><br>
<span>+91-6387363138</span><br>
<span>[email protected]</span>
</p>
</div>
</div>
<div class="one columns">
<div>
<h3><a href = "register.php">Register</a></h3>
<h3><a href = "#home">Home</a></h3>
<h3><a href = "#about">About</a></h3>
<h3><a href = "#theme">Theme</a></h3>
<h3><a href = "#">Team</a></h3>
</div>
</div>
<div class="one columns">
<div>
<h3><a href = "login.php">Login</a></h3>
<h3><a href = "#events">Events</a></h3>
<h3><a href = "#contact">Contact</a></h3>
<h3><a href = "#">Sponsors</a></h3>
<h3><a href = "#">FAQ</a></h3>
</div>
</div>
<div class="four columns">
<div class = "contMed">
<video controls>
<source src="images/teaser.mp4" type="video/mp4">
<source src="images/teaser.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</section> <!-- Contact Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://www.facebook.com/profile.php?id=100029288597566" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/satyam-soni-332522172/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/channel/UC7bYDBd9XNo9MNQPC25pwMg?view_as=subscribe" target="_blank"><i class="fa fa-youtube-play"></i></a></li>
<li><a href="https://twitter.com/SatyamS10969618" target="_blank"><i class="fa fa-twitter"></i></a></li>
<ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
<p class = "copyright" style = "color: #bfb8b8;"><strong>© Copyright 2020 Satyam Soni</strong></p>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
<!--<script src="js/eventsModel.js"></script>-->
</body>
</html>