-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent-1.html
213 lines (182 loc) · 7.01 KB
/
event-1.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<style type="text/css">
.rounded-corner{
border-radius:1rem !important;
}
</style>
<title>Event 1</title>
</head>
<body>
<!-- http://getbootstrap.com/docs/4.1/components/navbar/ -->
< <nav class="navbar navbar-expand-sm navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#">
<img src="images/logo.jpg" width="150" alt="">
</a>
<button aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler" type="button" data-target="#navbarNav" data-toggle="collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<strong>
<ul class="nav nav-pills">
<li class="nav-item">
<a class="nav-link active" href="index.html" >Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="buy">Buy Tickets</a>
</li>
</div>
</ul>
</strong>
</div>
</nav>
<div class="container">
<br>
<!-- event banner -->
<center>
<img src="images/event-1-banner.jpg" class="rounded-corner" alt="Smiley face" style="width:75vw;height:50vh">
</center>
<br><br>
<!-- event name and slog -->
<div class="row justify-content-center">
<h1 class="display-4"> Event 1 </h1>
<!-- for adding break row using white spaces -->
<div class="w-100"></div>
<p class="lead"> Event slogan </p>
</div>
<br>
<!-- event description -->
<h4>
<b>
Event Description
</b>
</h4>
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Dignissim cras tincidunt lobortis feugiat vivamus. Morbi tempus iaculis urna id volutpat lacus laoreet non. Fusce ut placerat orci nulla. Non sodales neque sodales ut etiam sit amet. Lorem sed risus ultricies tristique nulla aliquet enim tortor. Ultricies leo integer malesuada nunc vel risus. Pellentesque habitant morbi tristique senectus et. Nisl rhoncus mattis rhoncus urna neque viverra justo nec ultrices. Eu turpis egestas pretium aenean pharetra magna ac. Imperdiet sed euismod nisi porta lorem mollis. Tellus in metus vulputate eu scelerisque felis imperdiet proin fermentum.<br>
</p>
<h4>
<b>
Terms & Condition
</b>
</h4>
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Dignissim cras tincidunt lobortis feugiat vivamus. Morbi tempus iaculis urna id volutpat lacus laoreet non. Fusce ut placerat orci nulla. Non sodales neque sodales ut etiam sit amet. Lorem sed risus ultricies tristique nulla aliquet enim tortor. Ultricies leo integer malesuada nunc vel risus. Pellentesque habitant morbi tristique senectus et. Nisl rhoncus mattis rhoncus urna neque viverra justo nec ultrices. Eu turpis egestas pretium aenean pharetra magna ac. Imperdiet sed euismod nisi porta lorem mollis. Tellus in metus vulputate eu scelerisque felis imperdiet proin fermentum.<br>
</p>
<br>
<!-- ticket table -->
<div class="col-5">
<table class="table">
<thead>
<tr>
<th scope="col">Ticket Type</th>
<th scope="col">Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Sliver</td>
<td>Rp 50.000</td>
</tr>
<tr>
<td>Gold/td>
<td>Rp 75.000</td>
</tr>
<tr>
<td>Platinum</td>
<td>Rp 100.000</td>
</tr>
</tbody>
</table>
</div>
<br>
<!-- go to seating chart page button form post hidden-->
<h4>
<b>
Buy Ticket
</b>
</h4>
<br>
<form action="seating-chart.php" method="get">
<input type="hidden" name="event" value="Event-1">
<button type="submit" class="btn btn-primary"> Select Seat </button>
</form>
<!-- Footer -->
<br><br><br>
<footer class="page-footer font-small blue pt-4">
<!-- Footer Links -->
<div class="container-fluid text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-6 mt-md-0 mt-3">
<!-- Content -->
<h5 class="text-uppercase">Footer Content</h5>
<p>Here you can use rows and columns to organize your footer content.</p>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none pb-3">
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled">
<li>
<a href="#!">Link 1</a>
</li>
<li>
<a href="#!">Link 2</a>
</li>
<li>
<a href="#!">Link 3</a>
</li>
<li>
<a href="#!">Link 4</a>
</li>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled">
<li>
<a href="#!">Link 1</a>
</li>
<li>
<a href="#!">Link 2</a>
</li>
<li>
<a href="#!">Link 3</a>
</li>
<li>
<a href="#!">Link 4</a>
</li>
</ul>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2019 Copyright:
<a href="https://mdbootstrap.com/education/bootstrap/"> MDBootstrap.com</a>
</div>
<!-- Copyright -->
</footer>
</div>
<!-- Footer -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>