-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtickets.html
156 lines (146 loc) · 7.13 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
<!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="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<title>STEM-Conference-main</title>
</head>
<body>
<header>
<div class=" d-none d-md-flex top-social justify-content-right justify-content-end bg-dark">
<ul class="row mr-5">
<li><a href="#"><i class="text-light fab fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="text-light fab fa-twitter" aria-hidden="true"></i></a></li>
<li><a class="text-light" href="#">Logout</a></li>
<li><a class="text-light" href="#">Mypage</a></li>
</ul>
</div>
<!-- A grey horizontal navbar that becomes vertical on small screens -->
<nav class="navbar navbar-expand-md navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collNav">
<a class="navbar-brand mr-auto" href="./index.html">
<img src="./images/logo.jpeg" alt="logo">
</a>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html ">Main</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./tickets.html">Tickets</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<form action="#">
<div class="container-fluid bg-lighter">
<h2>Select Tickets</h2>
<hr>
<p class="steps"><strong class="primary">• STEP 1</strong> Please select the day when you want to join New STEM Education Pradigm 2020</p>
<div class="table-border table-responsive">
<fieldset>
<table class="table table-bordered m-0 bg-white">
<thead class="thead-light">
<tr>
<th>Ticket</th>
<th class="text-center">1-Day-Ticket</th>
<th class="text-center" colspan="2">2-Day-Ticket</th>
<th class="text-center">R.I. mermbers</th>
</tr>
</thead>
<tbody>
<tr>
<th>Date</th>
<td class="text-center">16.Jul (Thu)</td>
<td class="text-center">17.Jul Fri)</td>
<td class="text-center">16-17.Jul (Thu-Fri)</td>
<td class="text-center">16-17.Jul (Thu-Fri)</td>
</tr>
<tr>
<th>Normal</th>
<td class="text-center"><label for="dates1">£50.00</label><br><input type="radio" name="dates" id="dates1"></td>
<td class="text-center"><label for="dates1">£50.00</label><br><input type="radio" name="dates" id="dates3"></td>
<td class="text-center"><label for="dates1">£75.00</label><br><input type="radio" name="dates" id="dates4"></td>
<td class="text-center"><label for="dates1">£0.00</label><br><input type="radio" name="dates" id="dates5"></td>
</tr>
<tr>
<th>Students</th>
<td class="text-center"><label for="dates1">£10.00</label><br><input type="radio" name="dates" id="dates6"></td>
<td class="text-center"><label for="dates1">£10.00</label><br><input type="radio" name="dates" id="dates7"></td>
<td class="text-center"><label for="dates1">£15.00</label><br><input type="radio" name="dates" id="dates8"></td>
<td class="text-center"><label for="dates1">£0.00</label><br><input type="radio" name="dates" id="dates9"></td>
</tr>
</tbody>
</table>
</fieldset>
</div>
<div>
<p class="h4 text-center text-white chevronbox "><i class="fa fa-chevron-down" aria-hidden="true"></i></p>
</div>
</div>
<div>
<h2>Select select your lunch</h2>
<hr>
<p class="steps"><strong class="primary">• STEP 2</strong> Lunch is included. Please select your preference.</p>
<fieldset class="lunch">
<legend>Menu Day 1</legend>
<div class="lunch-sel">
<span>
<label for="menu-d1-1">Menu 1</label>
<input type="radio" name="menu-d1" id="menu-d1-1">
</span>
<span>
<label for="menu-d1-2">Menu 2</label>
<input type="radio" name="menu-d1" id="menu-d1-2">
</span>
<span>
<label for="menu-d1-3">Menu 3</label>
<input type="radio" name="menu-d1" id="menu-d1-3">
</span>
</div>
</fieldset>
<fieldset class="lunch">
<legend> Menu Day 2</legend>
<div class="lunch-sel">
<span>
<label for="menu-d2-1">Menu 1</label>
<input type="radio" name="menu-d2" id="menu-d2-1">
</span>
<span>
<label for="menu-d2-2">Menu 2</label>
<input type="radio" name="menu-d2" id="menu-d2-2">
</span>
<span>
<label for="menu-d2-3">Menu 3</label>
<input type="radio" name="menu-d2" id="menu-d2-3">
</span>
</div>
</fieldset>
</div>
<div class="submitdiv">
<input type="submit" value="Submit">
</div>
</form>
</main>
<footer>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>