-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
540 lines (504 loc) · 18.8 KB
/
index1.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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>HoppIn</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Help Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- js -->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- //js -->
<link href='//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Helvetica+Neue">
<style>
.collection-item{
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
color: rgba(96, 107, 112, 0.8);
display: block;
font-family: MuseoSansRounded-300, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 200;
height: 479px;
line-height: 20.8px;
padding-bottom: 13px;
padding-left: 13px;
padding-right: 13px;
padding-top: 13px;
width: 392.5px;
}
p{
font-family: 'Helvetica Neue',sans-serif;
font-size:20px;
}
.heading{
color:#28A9A4;
font-family: MuseoSansRounded-500,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
</style>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap-social.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all" />
<script>
$(document).ready(function(){
$('.scrolly').scrolly();
});
</script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</head>
<body>
<!-- header -->
<div class="header" >
<div class="logo" >
<a href="index.html"><img height="50px" src="images/logo.png" ></a>
</div>
<div class="top-nav">
<span class="menu">Menu</span>
<ul class="nav">
<b>
<li style="margin-left:-100px;"><a class="scrolly" href="#nightlife" data-hover="NIGHTLIFE">NIGHTLIFE</a></li>
<li><a class="scrolly" href="#arts" data-hover="ARTS">ARTS</a></li>
<li><a class="scrolly" href="#conferences" data-hover="CONFERENCES">CONFERENCES</a></li>
<li><a class="scrolly" href="#concert" data-hover="CONCERT">CONCERT</a></li>
<li><a class="scrolly" href="#festivals" data-hover="FESTIVALS">FESTIVALS</a></li>
<li><a class="scrolly" href="#sports" data-hover="SPORTS">SPORTS</a></li><br></b>
<!-- <li style="margin-left:300px; margin-top:50px;"><a class="scrolly" href="#about" data-hover="ABOUT US">ABOUT US</a></li>
<li><a class="scrolly" href="#features" data-hover="FEATURES">FEATURES</a></li>
<li><a class="scrolly" href="#newshour" data-hover="NEWSHOUR">NEWSHOUR</a></li>
<li><a class="scrolly" href="#work-with-us" data-hover="WORK WITH US">WORK WITH US</a></li>
<li><a class="scrolly" href="#contact" data-hover="CONTACT">CONTACT</a></li>
-->
</ul>
<!-- script-for-menu -->
<script>
$( "span.menu" ).click(function() {
$( "ul.nav" ).slideToggle( 300, function() {
// Animation complete.
});
});
</script>
<!-- /script-for-menu -->
</div>
<div class="search-box wow slideInLeft">
<div id="sb-search" class="sb-search">
<form>
<input class="sb-search-input" placeholder="Enter your search term..." value="Enter your search term..." type="search" name="search" id="search">
<input class="sb-search-submit" type="submit" value="">
<span class="sb-icon-search"> </span>
</form>
</div>
</div>
<!-- search-scripts -->
<script src="js/classie.js"></script>
<script src="js/uisearch.js"></script>
<script>
new UISearch( document.getElementById( 'sb-search' ) );
</script>
<!-- //search-scripts -->
<div class="lang_list" >
<select class="arrival">
<option>Hyderabad</option>
<option>Bangalore</option>
<option>Mumbai</option>
<option>Delhi</option>
</select>
</div>
<div class="clearfix"> </div>
</div>
<!-- //header -->
<!-- banner -->
<div class="banner">
<div class="container">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="banner-info">
<h1>Memorable experiences through creative event planning and management. </h1>
</div>
</li>
<li>
<div class="banner-info">
<h1>Discover the capital’s biggest and best clubbing events</h1>
</div>
</li>
<li>
<div class="banner-info">
<h1>We uncover the best events every day so you can get out and Live Your City </h1>
</div>
</li>
</ul>
</div>
</section>
<!--FlexSlider-->
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
</div>
</div>
<!-- //banner -->
<!-- welcome -->
<section class="welcome" id="nightlife" >
<div class="container">
<h3 class="heading wow fadeInUpBig" >DISCOVER THE KEY TO HAPPINESS</h3><br>
<div class="col-sm-6 col-md-4 wow fadeInUpLeft">
<div class="thumbnail" >
<img style="height:200px;" src="images/card1.jpg" alt="...">
<div class="caption">
<h3 class="heading" style="font-size:25px;" >NightLife</h3>
<br>
<p style="min-height:150px;">this is NightLife event</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInDown">
<div class="thumbnail">
<img style="height:200px;" src="images/card2.jpg" alt="...">
<div class="caption">
<h3 class="heading" style="font-size:25px;;" >Conferences</h3>
<br>
<p style="min-height:150px;">this is conference event</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInRight">
<div class="thumbnail">
<img style="height:200px;" src="images/card3.jpg" alt="...">
<div class="caption">
<h3 class="heading" style="font-size:25px;;" >Festivals</h3>
<br>
<p style="min-height:150px;">this is festival event</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInLeft">
<div class="thumbnail">
<img style="height:200px;" src="images/card4.jpg" alt="...">
<div class="caption">
<h3 class="heading" style="font-size:25px;;" >Sports</h3>
<br>
<p style="min-height:150px;">this is sport event</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInDown">
<div class="thumbnail">
<img style="height:200px;" src="images/card5.jpg" alt="...">
<div class="caption">
<h3 class="heading" style="font-size:25px;;" >Concert</h3>
<br>
<p style="min-height:150px;">this is concert event</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInRight">
<div class="thumbnail">
<img style="height:200px;" src="images/card6.jpg" alt="...">
<div class="caption">
<h3 class="heading" style="font-size:25px;;" >Arts</h3>
<br>
<p style="min-height:150px;">this is art event</p>
</div>
</div>
</div>
</div>
</section>
<div class="services" id="about">
<div class="container">
<h3 class="wow fadeInDown">ABOUT US</h3>
<div class="line ser">
</div>
<div class="col-md-6 wow slideInLeft">
<img src="images/aboutus.jpg">
</div>
<div class="col-md-6 wow slideInRight" >
<br><br>
<p>
HoppIn is a mobile-first redefining event discovery ,networking and booking platform .Users are presented with a curated list of things to do ,including last minute events ,which can be booked directly on the App.<br>
It is the element of curation , highlighting different events for each user that can be booked ,from a few hours away ,to months in advance .<br>
It has full coverage and a large range ,but highlights the very best up front .The absence of too much choice makes the consumer buy more rather than less.If you have 100 events you would be less likely to go to one because you would overwhelmed by choice .<br>
Events are selected by hand and advanced personalized algorithms .Things like Facebook likes ,the users location ,browsing history ,browsing behavior ,tag selection and the browsing history of their friends affect which events are highlighted .<br>
</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="services" id="features">
<div class="container">
<h3 class="wow fadeInUpBig">OUR FEATURES</h3>
<div class="line ser">
</div>
<div class="col-md-6 wow fadeInLeft">
<img src="images/features.png">
</div>
<div class="col-md-6">
<br><br>
<p class="wow fadeInRight">
• Notifications product to ensure every customer communication is as tailored as the set of events they curate in the App<br>
• Notifications to drive engagement in the powerful way<br><br>
• More targeted and tailored interventions and initiatives for maximum impact<br> <br>
• Increasing sales through data-driven Marketing <br><br>
• Offers CRM solutions for event curators to engage with their customers<br> <br>
• Helps small and medium events create an online presence and target audience through the social media marketing<br><br>
• Providing Analytics through collected data <br><br>
</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- team -->
<div class="team" id="team">
<div class="container">
<h3 class="wow fadeInUpBig">Meet Our Team</h3>
<div class="line tem">
</div>
<p class="et"></p>
<div class="team-grids">
<div class="col-md-4 team-grid">
<img src="images/5.png" alt=" " class="img-responsive" />
<h4>Siddharth Lenka <span>Cheif Member</span></h4>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt
ut labore et dolore magnam aliquam quaerat voluptatem.</p>
<div class="team-grid-hov">
<ul>
<li><a href="#" class="twitter"></a></li>
<li><a href="#" class="g"></a></li>
<li><a href="#" class="v"></a></li>
</ul>
</div>
</div>
<div class="col-md-4 team-grid">
<img src="images/6.png" alt=" " class="img-responsive" />
<h4>Andrew Micheal <span>Cheif Member</span></h4>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt
ut labore et dolore magnam aliquam quaerat voluptatem.</p>
<div class="team-grid-hov">
<ul>
<li><a href="#" class="twitter"></a></li>
<li><a href="#" class="g"></a></li>
<li><a href="#" class="v"></a></li>
</ul>
</div>
</div>
<div class="col-md-4 team-grid">
<img src="images/7.png" alt=" " class="img-responsive" />
<h4>Laura Williums <span>Cheif Member</span></h4>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt
ut labore et dolore magnam aliquam quaerat voluptatem.</p>
<div class="team-grid-hov">
<ul>
<li><a href="#" class="twitter"></a></li>
<li><a href="#" class="g"></a></li>
<li><a href="#" class="v"></a></li>
</ul>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //team -->
<!-- services -->
<div class="services" id="services">
<div class="container">
<h3>Our Services</h3>
<div class="line ser">
</div>
<!-- <p class="et">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt
ut labore et dolore magnam aliquam quaerat voluptatem.</p> -->
<div class="services-grids">
<div class="col-md-4 services-grid">
<a href="#"><div class="para">
<span class="glyphicon glyphicon-home" aria-hidden="true"></span><p style="font-size:25px;">
OUR BLOG</p>
</div></a>
</div>
<div class="col-md-4 services-grid">
<a href="#"><div class="para">
<span class="glyphicon glyphicon-star-empty" aria-hidden="true"></span>
<p style="font-size:25px;">
WORK WITH US</p>
</div></a>
</div>
<div class="col-md-4 services-grid">
<a href="#"><div class="para">
<span class="glyphicon glyphicon-leaf" aria-hidden="true"></span>
<p style="font-size:25px;">
FAQ's</p>
</div></a>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //services -->
<!-- news -->
<div class="news" id="news">
<div class="news-info">
<h3>Accounts</h3>
<div class="news-grids">
<div class="news-grid">
<div class="news-grid-left">
<p>Personal <span>Account</span></p>
</div>
<div class="news-grid-right">
<h4>qui dolorem eum fugiat quo voluptas nulla pariatur</h4>
<p>But who has any right to find fault with a man who chooses to
enjoy a pleasure that has no annoying consequences, or one who avoids
a pain that produces no resultant pleasure.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="news-grid">
<div class="news-grid-left">
<p>Business <span>Account</span></p>
</div>
<div class="news-grid-right">
<h4>qui dolorem eum fugiat quo voluptas nulla pariatur</h4>
<p>But who has any right to find fault with a man who chooses to
enjoy a pleasure that has no annoying consequences, or one who avoids
a pain that produces no resultant pleasure.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="news-grid">
<div class="news-grid-left">
<p>5th <span>April</span></p>
</div>
<div class="news-grid-right">
<h4>qui dolorem eum fugiat quo voluptas nulla pariatur</h4>
<p>But who has any right to find fault with a man who chooses to
enjoy a pleasure that has no annoying consequences, or one who avoids
a pain that produces no resultant pleasure.</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!-- //news -->
<!-- contact -->
<div class="contact" id="contact">
<div class="container">
<div class="col-md-5 contact-left">
<h3>CONTACT US</h3>
<p>Siddharth Lenka
<span>BITS Pilani Hyderabad Campus</span></p>
<ul>
<li>Free Phone :+1 078 4589 2456</li>
<li>Telephone :+1 078 4589 2456</li>
<li>Fax :+1 078 4589 2456</li>
<li><a href="mailto:info@example.com">info@example.com</a></li>
</ul>
<ul class="social-icons">
<li><a href="#" class="facebook"> </a></li>
<li><a href="#" class="p"> </a></li>
<li><a href="#" class="t"> </a></li>
</ul>
</div>
<div class="col-md-7 contact-left">
<h3>Contact Form</h3>
<form>
<input type="text" value="Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Name';}" required="">
<input type="email" value="Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}" required="">
<input type="text" value="Telephone" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Telephone';}" required="">
<textarea type="text" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message...';}" required="">Message...</textarea>
<input type="submit" value="Submit" >
</form>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="contact-bottom">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2564.958900464012!2d36.23097800000001!3d49.993379999999995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4127a0f009ab9f07%3A0xa21e10f67fa29ce!2sGeorgia+Education+Center!5e0!3m2!1sen!2sin!4v1436943860334" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<!-- //contact -->
<!-- footer -->
<div class="footer">
<div class="footer-grids">
<div class="container">
<div class="col-md-3 footer-grid">
<h4>Services</h4>
<ul>
<li><a href="#">rerum hic tenetur</a></li>
<li><a href="#">molestiae non recusandae</a></li>
<li><a href="#">voluptates repudiandae</a></li>
<li><a href="#">necessitatibus saepe</a></li>
<li><a href="#">debitis aut rerum</a></li>
</ul>
</div>
<div class="col-md-3 footer-grid">
<h4>Information</h4>
<ul>
<li><a href="#">quibusdam et aut</a></li>
<li><a href="#">Testimonals</a></li>
<li><a href="#">Archives</a></li>
<li><a href="#">Our Staff</a></li>
</ul>
</div>
<div class="col-md-3 footer-grid">
<h4>More details</h4>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Condition</a></li>
<li><a href="#">Site map</a></li>
</ul>
</div>
<div class="col-md-3 footer-grid contact-grid">
<h4>Contact us</h4>
<ul>
<li><span class="c-icon"> </span>Newyork Still Road.</li>
<li><span class="c-icon1"> </span><a href="mailto:info@example.com">mail@example.com</a></li>
<li><span class="c-icon2"> </span>756 gt globel Place</li>
</ul>
<ul class="social-icons">
<li><a href="#" class="facebook"> </a></li>
<li><a href="#" class="p"> </a></li>
<li><a href="#" class="t"> </a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //footer -->
</body>
</html>