-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
632 lines (561 loc) · 24.7 KB
/
index.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
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
<!--
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>
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- //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">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Vollkorn">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Arvo">
<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: 'Arvo',sans-serif;
font-size:20px;
}
.heading{
color:#28A9A4;
font-family: MuseoSansRounded-500,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.myButton {
-moz-box-shadow:inset 0px 39px 0px -24px #28A9A4;
-webkit-box-shadow:inset 0px 39px 0px -24px #28A9A4;
box-shadow:inset 0px 39px 0px -24px #28A9A4;
background-color:#28A9A4;
border:1px solid #28A9A4;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
padding:6px 15px;
text-decoration:none;
text-shadow:0px 1px 0px #28A9A4;
}
</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" />
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style1.css"> <!-- Resource style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<script>
$(document).ready(function(){
$('.scrolly').scrolly();
});
</script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</head>
<body>
<!-- header -->
<section>
<header>
<div class="cd-logo" style="margin-top:-10px;"><a href="#0"><img height="50px" src="images/logo.png" alt="Logo"></a></div>
<nav class="cd-main-nav-wrapper">
<ul class="cd-main-nav">
<li><a href="#0">NIGHTLIFE</a></li>
<li><a href="#0">ARTS</a></li>
<li><a href="#0">FESTIVALS</a></li>
<li><a href="#0">CONFERENCES</a></li>
<li><a href="#0">SPORTS</a></li>
<li><a href="#0">CONCERTS</a></li>
<li>
<a href="#0" class="cd-subnav-trigger"><span>Others</span></a>
<ul>
<li class="go-back"><a href="#0">Menu</a></li>
<li><a class="scrolly" href="#events">What's Hot</a></li>
<li><a class="scrolly" href="#about">About Us</a></li>
<li><a class="scrolly" href="#features">Our Features</a></li>
<li><a class="scrolly" href="#team">Our Team</a></li>
<li><a class="scrolly" href="#services">Our Services</a></li>
<li><a class="scrolly" href="#0" class="placeholder">Placeholder</a></li>
</ul>
</li>
</ul> <!-- .cd-main-nav -->
</nav> <!-- .cd-main-nav-wrapper -->
<a href="#0" class="cd-nav-trigger">Menu<span></span></a>
</header>
<main class="cd-main-content">
<div class="banner">
<div class="container">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="banner-info">
<p style="font-size:20px;">HoppIn strives to bring spontaneity and ease to going out in some of the most exciting events in the city </p>
</div>
</li>
<li>
<div class="banner-info">
<p style="font-size:20px;">HoppIn aims to provide the best experience based on your location and enhance social media marketing platform</p>
</div>
</li>
<li>
<div class="banner-info">
<p style="font-size:20px;">Discover anything from a ticketed event to invitation only events and explore city's best kept secrets</p>
</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>
</section>
<!-- //banner -->
<!-- welcome -->
<section class="welcome" id="events" >
<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" style="min-height:410px;" >
<img style="height:200px; width:350px;" src="images/card1.jpg" alt="...">
<div class="caption">
<div class="col-md-12" style="height:50px;">
<h4 class="col-md-9 heading" style=" font-family:Helvetica Neue,sans-serif; color:#606b70; font-size: 20px; font-weight: 300; " >NightLife</h4>
<p class="col-md-3"><span class="glyphicon glyphicon-heart-empty" style="opacity:0.6;"></span>  <span class="glyphicon glyphicon-share-alt" style="opacity:0.6;"></span></p>
</div>
<br>
<p style="min-height:25px; line-height:2; font-family:Arvo,sans-serif; font-weight: 200; opacity:0.6;">
<span class="glyphicon glyphicon-map-marker"></span>      Hyderabad</p>
<p style="min-height:70px; font-family:Arvo,sans-serif;font-weight: 200;line-height:2; opacity:0.6;"> <span class="glyphicon glyphicon-calendar"></span>      23rd September</p>
<div class="col-md-12" style="min-height:50px;">
<a href="#" class="myButton col-md-4">Invite</a>
<a href="#" class="myButton col-md-4">Book</a>
<a href="#" class="myButton col-md-4">Share</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUpLeft" >
<div class="thumbnail" style="min-height:410px;" >
<img style="height:200px; width:350px;" src="images/card2.jpg" alt="...">
<div class="caption">
<div class="col-md-12" style="height:50px;">
<h4 class="col-md-9 heading" style=" font-family:Helvetica Neue,sans-serif; color:#606b70; font-size: 20px; font-weight: 300; " >Conferences</h4>
<p class="col-md-3"><span class="glyphicon glyphicon-heart-empty" style="opacity:0.6;"></span>  <span class="glyphicon glyphicon-share-alt" style="opacity:0.6;"></span></p>
</div>
<br>
<p style="min-height:25px; line-height:2; font-family:Arvo,sans-serif; font-weight: 200; opacity:0.6;">
<span class="glyphicon glyphicon-map-marker"></span>      Hyderabad</p>
<p style="min-height:70px; font-family:Arvo,sans-serif;font-weight: 200;line-height:2; opacity:0.6;"> <span class="glyphicon glyphicon-calendar"></span>      23rd September</p>
<div class="col-md-12" style="min-height:50px;">
<a href="#" class="myButton col-md-4">Invite</a>
<a href="#" class="myButton col-md-4">Book</a>
<a href="#" class="myButton col-md-4">Share</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUpLeft" >
<div class="thumbnail" style="min-height:410px;" >
<img style="height:200px; width:350px;" src="images/card3.jpg" alt="...">
<div class="caption">
<div class="col-md-12" style="height:50px;">
<h4 class="col-md-9 heading" style=" font-family:Helvetica Neue,sans-serif; color:#606b70; font-size: 20px; font-weight: 300; " >Festivals</h4>
<p class="col-md-3"><span class="glyphicon glyphicon-heart-empty" style="opacity:0.6;"></span>  <span class="glyphicon glyphicon-share-alt" style="opacity:0.6;"></span></p>
</div>
<br>
<p style="min-height:25px; line-height:2; font-family:Arvo,sans-serif; font-weight: 200; opacity:0.6;">
<span class="glyphicon glyphicon-map-marker"></span>      Hyderabad</p>
<p style="min-height:70px; font-family:Arvo,sans-serif;font-weight: 200;line-height:2; opacity:0.6;"> <span class="glyphicon glyphicon-calendar"></span>      23rd September</p>
<div class="col-md-12" style="min-height:50px;">
<a href="#" class="myButton col-md-4">Invite</a>
<a href="#" class="myButton col-md-4">Book</a>
<a href="#" class="myButton col-md-4">Share</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUpLeft" >
<div class="thumbnail" style="min-height:410px;" >
<img style="height:200px; width:350px;" src="images/card4.jpg" alt="...">
<div class="caption">
<div class="col-md-12" style="height:50px;">
<h4 class="col-md-9 heading" style=" font-family:Helvetica Neue,sans-serif; color:#606b70; font-size: 20px; font-weight: 300; " >Sports</h4>
<p class="col-md-3"><span class="glyphicon glyphicon-heart-empty" style="opacity:0.6;"></span>  <span class="glyphicon glyphicon-share-alt" style="opacity:0.6;"></span></p>
</div>
<br>
<p style="min-height:25px; line-height:2; font-family:Arvo,sans-serif; font-weight: 200; opacity:0.6;">
<span class="glyphicon glyphicon-map-marker"></span>      Hyderabad</p>
<p style="min-height:70px; font-family:Arvo,sans-serif;font-weight: 200;line-height:2; opacity:0.6;"> <span class="glyphicon glyphicon-calendar"></span>      23rd September</p>
<div class="col-md-12" style="min-height:50px;">
<a href="#" class="myButton col-md-4">Invite</a>
<a href="#" class="myButton col-md-4">Book</a>
<a href="#" class="myButton col-md-4">Share</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUpLeft" >
<div class="thumbnail" style="min-height:410px;" >
<img style="height:200px; width:350px;" src="images/card5.jpg" alt="...">
<div class="caption">
<div class="col-md-12" style="height:50px;">
<h4 class="col-md-9 heading" style=" font-family:Helvetica Neue,sans-serif; color:#606b70; font-size: 20px; font-weight: 300; " >Concerts</h4>
<p class="col-md-3"><span class="glyphicon glyphicon-heart-empty" style="opacity:0.6;"></span>  <span class="glyphicon glyphicon-share-alt" style="opacity:0.6;"></span></p>
</div>
<br>
<p style="min-height:25px; line-height:2; font-family:Arvo,sans-serif; font-weight: 200; opacity:0.6;">
<span class="glyphicon glyphicon-map-marker"></span>      Hyderabad</p>
<p style="min-height:70px; font-family:Arvo,sans-serif;font-weight: 200;line-height:2; opacity:0.6;"> <span class="glyphicon glyphicon-calendar"></span>      23rd September</p>
<div class="col-md-12" style="min-height:50px;">
<a href="#" class="myButton col-md-4">Invite</a>
<a href="#" class="myButton col-md-4">Book</a>
<a href="#" class="myButton col-md-4">Share</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 wow fadeInUpLeft" >
<div class="thumbnail" style="min-height:410px;" >
<img style="height:200px; width:350px;" src="images/card6.jpg" alt="...">
<div class="caption">
<div class="col-md-12" style="height:50px;">
<h4 class="col-md-9 heading" style=" font-family:Helvetica Neue,sans-serif; color:#606b70; font-size: 20px; font-weight: 300; " >Arts</h4>
<p class="col-md-3"><span class="glyphicon glyphicon-heart-empty" style="opacity:0.6;"></span>  <span class="glyphicon glyphicon-share-alt" style="opacity:0.6;"></span></p>
</div>
<br>
<p style="min-height:25px; line-height:2; font-family:Arvo,sans-serif; font-weight: 200; opacity:0.6;">
<span class="glyphicon glyphicon-map-marker"></span>      Hyderabad</p>
<p style="min-height:70px; font-family:Arvo,sans-serif;font-weight: 200;line-height:2; opacity:0.6;"> <span class="glyphicon glyphicon-calendar"></span>      23rd September</p>
<div class="col-md-12" style="min-height:50px;">
<a href="#" class="myButton col-md-4">Invite</a>
<a href="#" class="myButton col-md-4">Book</a>
<a href="#" class="myButton col-md-4">Share</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section 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"><center>
<img src="images/aboutus.jpg"></center>
</div>
<div class="col-md-6 wow slideInRight" >
<br><br>
<p style="font-family:Vollkorn,sans-serif; font-size:20px;">
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><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><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><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><br>
</p>
</div>
<div class="clearfix"> </div>
</div>
</section>
<section 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" style="font-size:20px; font-family:Vollkorn,sans-serif;">
• 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>
</section>
<!-- team -->
<section 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 wow slideInLeft">
<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 wow slideInUp">
<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 wow slideInRight">
<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>
</section>
<!-- //team -->
<!-- services -->
<section class="services" id="services">
<div class="container">
<h3 class="wow slideInUpBig">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 wow fadeInLeft">
<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 wow fadeInUpBig">
<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 wow fadeInRight">
<a href="faq.html"><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>
</section>
<!-- //services -->
<!-- news -->
<section class="news" id="news">
<div class="news-info">
<h3 class="wow fadeInUpBig">Accounts</h3>
<div class="news-grids">
<div class="news-grid">
<div class="news-grid-left wow slideInLeft">
<p>Personal <span>Account</span></p>
</div>
<div class="news-grid-right wow slideInLeft">
<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 wow slideInLeft">
<p>Business <span>Account</span></p>
</div>
<div class="news-grid-right wow slideInLeft">
<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 wow slideInLeft">
<p>5th <span>April</span></p>
</div>
<div class="news-grid-right wow slideInLeft">
<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>
</section>
<!-- //news -->
<!-- contact -->
<section class="contact" id="contact">
<div class="container">
<div class="col-md-5 contact-left">
<h3 class="wow slideInUpBig">CONTACT US</h3>
<p class="wow slideInLeft">Siddharth Lenka
<span class="wow slideInLeft">BITS Pilani Hyderabad Campus</span></p>
<ul class="wow slideInLeft">
<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 wow slideInLeft">
<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>
</section>
<!-- //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>
</main>
<!-- //header -->
<!-- banner -->
<script src="js/jquery-2.1.1.js"></script>
<script src="js/main.js"></script>
<!-- //footer -->
</body>
</html>