-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (131 loc) · 6.13 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
<!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="Annual Techno-Cultural Fest of CMR Institute Of Technology">
<link rel="shortcut icon" href="images/favicon.png">
<title>Cultura'18 Headliner</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- fonts -->
<link href='https://fonts.googleapis.com/css?family=Nixie+One' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.button {
background-color: #3896E2;
border: none;
color: white;
padding: 5px 9px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.button1 {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button2:hover {
box-shadow: 0 10px 12px 0 rgba(56,150,226,0.3),0 17px 50px 0 rgba(0,0,0,0.19);
}
</style>
</head>
<body>
<div class="loader">
<div>
<img src="images/preloader.gif"/>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-5 left-wrapper">
<div class="event-banner-wrapper">
<div class="logo">
<a href="https://www.cultura.co.in" target="_blank"><img src="images/Cultura.png" width="30%"></a>
</div>
<h2>Arjun Janya Concert<span>&<br>DJ Night (Rave & Crave)<span>23, 24 February 2018, 6:00 PM</span></h2>
<p>Presented by <a href="https://www.cultura.co.in" target="_blank">Cultura'18</a></p>
</div>
</div>
<div class="col-sm-7 right-wrapper">
<div class="event-ticket-wrapper">
<div class="event-tab">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#buyTicket" aria-controls="buyTicket" role="tab" data-toggle="tab">Buy Tickets</a></li>
<li role="presentation"><a href="#venue" aria-controls="venue" role="tab" data-toggle="tab">Venue</a></li>
<li role="presentation"><a href="#termCondition" aria-controls="termCondition" role="tab" data-toggle="tab">Terms & Conditions</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="buyTicket">
<div class="row">
<!-- Tickets Span -->
<!-- <div class="col-md-6">
<div class="ticketBox" data-ticket-price="50000">
<div class="inactiveStatus"></div>
<div class="row">
<div class="col-xs-6">
<div class="ticket-name">
Concert access pass.
<span>Standing<br>1 Ticket for 1 person</span>
</div>
</div>
<div class="col-xs-6">
<div class="ticket-price-count-box">
<div class="ticket-control">
<div class="input-group">
<button class="button button2"><a href="https://www.instamojo.com/@CULTURA/l491e96f80dec460db0229c1b8bb69622/" rel="im-checkout" data-behaviour="remote" data-text=""></a></button>
</div>
</div>
<p class="price">Rs.300</p>
</div>
</div>
</div>
<div class="ticket-description">
<p><strong>This ticket gives you access to Arjun Janya Concert at Cultura'18 on 24 February 2018.</strong><br></p>
</div>
</div>
</div> -->
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="venue">
<h4> CMR Institute of Technology<br>132 AECS Layout<br>ITPL Main Road, Kundalahalli<br>Bangalore 560037, India</h4><br>
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=16votHeB1SvR8_p-aoHH29z-DNTWkO_LI" width="640" height="300"></iframe>
</div>
<div role="tabpanel" class="tab-pane fade" id="termCondition">
<h3 style="color: #6D7679;">TICKET INFO AND POLICIES</h3>
<h4 style="color: #8F979B;">Ticket for proshows are limited. All tickets are non-refundable. You can contact us at +91-74112-58309 for any queries and Bulk Booking discounts.</h4>
<h4 style="color: #8F979B;">All the tickets are transferable with a notice to the organisers ([email protected]), 24 hours prior to the event star time.</h4>
<h4 style="color: #8F979B;">All the attendees are hereby required to present their proof of identity at the time of check-in at <a style="color: #8F979B;text-decoration:underline;" href="https://www.cultura.co.in" target="_blank">Cultura'18</a> registration desk.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script>
$(window).load(function() {
// Animate loader off screen
$(".loader").fadeOut("slow");;
});
</script>
<script src="js/instabutton.js"></script>
</body>
</html>
<!-- Theme Created by pixpalette.com -->