-
Notifications
You must be signed in to change notification settings - Fork 2
/
ticket.html
232 lines (227 loc) · 7.61 KB
/
ticket.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/all.css">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Poller+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/5b1eeceadd.js" crossorigin="anonymous"></script>
<title>Ticket</title>
</head>
<body>
<!-- header -->
<header>
<nav class="top-nav">
<div class="first-nav">
<ul class="top-nav-ul">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#">My Page</a></li>
<li><a href="index.html">Log Out</a></li>
</ul>
</div>
</nav>
<nav class="navbar navbar-expand-lg navbar-light bg-light flex">
<div class="nav-logo">
<a href="index.html"><img src="./images/logo.PNG" alt="logo"></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse nav-list" id="navbarNav">
<ul class="navbar-nav lists-ul">
<li class="first-li">
<a href="about.html">About</a>
</li>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="ticket.html">Get your ticket</a>
</li>
<li>
<a class="orange-border" href="#">Advertise</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- main -->
<main class="main-container">
<div class="table1-container">
<div class="ticket-container">
<h1 class="ticket-head text-center font-family">Select Your Ticket</h1>
<p class="centered-par text-center">Please select a Concert you want to attend according to your availability.
</p>
</div>
<table class="ticket-table text-center">
<thead class="color-thead text-center ">
<tr>
<td class="red-color">Ticket</td>
<td>Girl On Fire</td>
<td>We are Born</td>
<td>Sambolera</td>
</tr>
</thead>
<tbody>
<tr>
<td class="red-color">VIP</td>
<td>
<input type="radio" name="menu">
<label>5000$</label>
</td>
<td>
<input type="radio" name="menu">
<label>3000$</label>
</td>
<td>
<input type="radio" name="menu">
<label>2500$</label>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="red-color">Student</td>
<td>
<input type="radio" name="menu">
<label>3000$</label>
</td>
<td>
<input type="radio" name="menu">
<label>2000$</label>
</td>
<td>
<input type="radio" name="menu">
<label>2800$</label>
</td>
</tr>
</tbody>
<tr>
<td class="red-color">Couple</td>
<td>
<input type="radio" name="menu">
<label>4000$</label>
</td>
<td>
<input type="radio" name="menu">
<label>3000$</label>
</td>
<td>
<input type="radio" name="menu">
<label>3000$</label>
</td>
</tr>
</tbody>
</table>
</div>
<div class="table2-container">
<div class="ticket-container">
<h2 class="ticket-head text-center font-family">Select Your Seat</h2>
<p class="centered-par text-center">Please select your Prefered Seat according to your health condition</p>
</div>
<table class="ticket-table text-center">
<thead class="color-thead text-center ">
<tr>
<td class="red-color">Seats</td>
<td colspan="3">Preference</td>
</tr>
</thead>
<tbody>
<tr>
<td class="red-color">VIP</td>
<td>
<input type="radio" name="menu">
<label>1st Class</label>
</td>
<td>
<input type="radio" name="menu">
<label>2nd Class</label>
</td>
<td>
<input type="radio" name="menu">
<label>3rd Class</label>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="red-color">Student</td>
<td>
<input type="radio" name="menu">
<label>1st Class</label>
</td>
<td>
<input type="radio" name="menu">
<label>2nd Class</label>
</td>
<td>
<input type="radio" name="menu">
<label>3rd Class</label>
</td>
</tr>
</tbody>
<tr>
<td class="red-color">Couple</td>
<td>
<input type="radio" name="menu">
<label>1st Class</label>
</td>
<td>
<input type="radio" name="menu">
<label>2nd Class</label>
</td>
<td>
<input type="radio" name="menu">
<label>3rd class</label>
</td>
</tr>
</tbody>
</table>
<div class="preference-button text-center">
<button type="submit" class="submit-preference">Submit Your Preference</button>
</div>
</div>
</main>
<!-- footer -->
<footer class="footer-container">
<div class="footer-logo">
<a href="index.html"><img src="./images/logo.PNG" alt="logo"></a>
</div>
<div class="footer-links">
<p >© 2020 Concerts Promotion, Some Rights Reserved</p>
<div class="top-footer">
<ul class="links">
<li><a href="about.html">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="about.html">Trending News</a></li>
<li><a href="#">Upcoming Concerts</a></li>
<li><a href="#">Privacy & Policy</a></li>
<li><a href="#">Helps & Support</a></li>
</ul>
<ul class="links top">
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Get The App</a></li>
<li><a href="#">Featured Artists</a></li>
</ul>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous">
</script>
</body>
</html>