-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcultEvents.html
407 lines (343 loc) · 13.6 KB
/
cultEvents.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
<!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>Cultural 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/neondance.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Neon Dance</h1>
<p style = "text-align: center;">A glow party! Super easy to host, incredibly fun... UV body paint - crazy lights and glow sticks- dancing, neon what more could you ask for? check out details on what they are all about and how to host one here: Glow Party Everyone gets dressed up in their brightest colors, and anything glow in the dark and the dance floor is covered in black light so everything pops and looks incredible.</p>
<br>
<a href = "EventCult/neondance.php"><Button class = "eventReg" id="myBtn" name = "robowar">Register</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/melodrama.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Melodrama</h1>
<p style = "text-align: center;">Melodrama is the specific mode of fiction represented in performance: a play, opera, mime, ballet, etc., performed in a theatre, or on radio or television.[1] Considered as a genre of poetry in general, the dramatic mode has been contrasted with the epic and the lyrical modes
</p><br>
<a href = "EventCult/melodrama.php"><Button class = "eventReg" id="myBtn1" name = "robosoccer">Register</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/songslam.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Song Slam</h1>
<p style = "text-align: center;">Do you work with influencers who help spread the word about your events with their powerful social media presence? Hosting an event that spotlights an influencer has a one-two punch: it thanks them for their partnership and gets the attention of their fans and followers.</p><br>
<a href = "EventCult/songslam.php"><Button class = "eventReg" id="myBtn2" name = "roborace">Register</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/altrock.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Alt-Rock</h1>
<p style = "text-align: center;">In the fall, symphonies and opera houses across Jaipur celebrate their opening nights with lavish events. In the spirit of the musical season, here's a look inside guitar concert that were inspired by musicians, composers, or a particular genre of music.<br><br>
<a href = "EventCult/altrock.php"><Button class = "eventReg" id="myBtn3" name = "lightfollower">Register</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/modelhunt.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Model Hunt</h1>
<p style = "text-align: center;">A model is a person with a role either to promote, display or advertise commercial products, or to serve as a visual aid for people who are creating works of art or to pose for photography. Modelling is considered to be different from other types of public performance, such as acting or dancing.
</p><br>
<a href = "EventCult/modelhunt.php"><Button class = "eventReg" id="myBtn4" name = "linefollower">Register</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/sangeet.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Sharada Sangeet</h1>
<p style = "text-align: center;">The music of India includes multiple varieties of classical music, folk music, filmi, Indian rock, Indian pop and Punjabi Music. Indian pop and Indian rock are derived from western rock and roll. India's classical music tradition, including Hindustani music and Carnatic, has a history spanning millennia and developed over several areas. Music in India began as an integral part of socio-religious life.
</p><br>
<a href = "EventCult/shradhasangeet.php"><Button class = "eventReg" id="myBtn5" name = "tugofwar">Register</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>