-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtickets.html
180 lines (151 loc) · 6.18 KB
/
tickets.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>SmashingConf SF 2020</title>
<link rel="stylesheet" href="assets/styles/reset.css">
<link rel="stylesheet" href="assets/styles/style.css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/feec7411d6.js" crossorigin="anonymous"></script>
</head>
<body>
<!--Page Wrapper-->
<div class="page-wrapper">
<!--Header-->
<header class="header">
<h1 class="hidden">Smashing Magazine Conference Tickets Page</h1>
<ul class="container">
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Volunteer</a></li>
<li><a href="#">Terms</a></li>
</ul>
<nav>
<h2 class="hidden">Site Navigation</h2>
<div class="container">
<a href="index.html"></a>
<ul class="main-menu">
<li><a href="about.html">About</a></li>
<li><a href="index.html#schedule">Schedule</a></li>
<li><a href="index.html#speakers">Speakers</a></li>
<li><a href="index.html#partners">Partners</a></li>
<li><a href="#">Locations</a></li>
<li><a href="tickets.html">Buy Tickets</a></li>
</ul>
<ul class="side-menu">
<li><a href="index.html"><i class="fas fa-home"></i><i class="fas fa-chevron-right fa-sm"></i></a></li>
<li><a href="about.html">About <i class="fas fa-chevron-right fa-sm"></i></a></li>
<li><a href="tickets.html">Buy Tickets</a></li>
</ul>
</div>
</nav>
</header>
<!--Main Page Wrapper-->
<main class="main">
<h2 class="hidden">Tickets Page Wrapper</h2>
<button type="button"><i class="fas fa-bars"></i></button>
<form action="#">
<!--Pricing-->
<section class="pricing">
<div class="container-two">
<h3 class="ticket-h-three">Select Your Ticket</h3>
<p class="ticket-step"><span>♦</span> <span>STEP 1</span>Please select the day(s) you want to attend.</p>
<div>
<table>
<thead>
<tr>
<td>Ticket</td>
<td colspan="2">1-Day Ticket</td>
<td>2-Day Ticket</td>
<td>Partners/Sponsors</td>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Date</th>
<td>21.Apr (Tue)</td>
<td>22.Apr (Wed)</td>
<td>21.-22. Apr (Tue-Wed)</td>
<td>21.-22. Apr (Tue-Wed)</td>
</tr>
<tr>
<th scope="row">Regular</th>
<td>$499 <br> <input type="radio"></td>
<td>$499 <br> <input type="radio"></td>
<td>$699 <br> <input type="radio"></td>
<td>$0 <br> <input type="radio"></td>
</tr>
<tr>
<th scope="row">Bundle</th>
<td>$1098 <br> <input type="radio"></td>
<td>$1098 <br> <input type="radio"></td>
<td>$1497 <br> <input type="radio"></td>
<td>$0 <br> <input type="radio"></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!--Meal-->
<section class="meal container-two">
<i class="fas fa-square-full fa-2x"></i>
<i class="fas fa-chevron-down fa-xs"></i>
<h3 class="ticket-h-three">Select Your Meal</h3>
<p class="ticket-step"><span>♦</span> <span>STEP 2</span>Please select your lunch for registered day(s). Meal comes at no further cost.</p>
<table class="meal-menu">
<thead>
<tr>
<td colspan="6">21.Apr (Tue)</td>
</tr>
</thead>
<tbody>
<tr>
<td>meal 1 <input type="radio"></td>
<td>meal 2 <input type="radio"></td>
<td>meal 3 <input type="radio"></td>
<td>meal 4 <input type="radio"></td>
<td>meal 5 <input type="radio"></td>
<td>meal 6 <input type="radio"></td>
</tr>
</tbody>
</table>
<table class="meal-menu">
<thead>
<tr>
<td colspan="6">22.Apr (Wed)</td>
</tr>
</thead>
<tbody>
<tr>
<td>meal 1 <input type="radio"></td>
<td>meal 2 <input type="radio"></td>
<td>meal 3 <input type="radio"></td>
<td>meal 4 <input type="radio"></td>
<td>meal 5 <input type="radio"></td>
<td>meal 6 <input type="radio"></td>
</tr>
</tbody>
</table>
</section>
<button type="submit">Submit Preferences</button>
</form>
</main>
<!--Footer-->
<footer class="footer other-footer">
<h2 class="hidden">Ticket Page Footer</h2>
<div class="container">
<a href="#"></a>
<div>
<span>2020 Smashing Magazine. Some Rights Reserved.</span>
<p>With a commitment to quality content for the design community. <a href="#">Smashing Media AG</a> 2011-2019. <br> Hosted on <a href="#">Netlify</a>.</p>
</div>
</div>
</footer>
</div>
</body>
</html>