-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (223 loc) · 9.41 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Aldi Duzha" />
<meta name="description" content="Free Bulma Event Participation Template, part of Awesome Bulma Templates" />
<meta name="keywords" content="bulma, bulma-css, event, participation, template, free, awesome" />
<link rel="canonical" href="https://aldi.github.io/bulma-event-participation-template/index.html" />
<title>Event Participation Form - Free Bulma Template</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css" />
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma-checkradio@1.1.1/dist/css/bulma-checkradio.min.css"
/>
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<section class="hero is-fullheight is-dark">
<div class="hero-body">
<div class="container has-text-centered">
<figure class="image is-96x96 has-text-centered m-0-auto">
<img src="media/event_logo_gold.webp" alt="Logo" />
</figure>
<h1 class="title is-3">Our company celebrates 50 years!</h1>
<p>
We invite you to our Press Conference & VIP Cocktail on <strong>January 1st 2021</strong> at Tae Kwon Do,
VIP hall.<br />
We’re so pleased to welcome you to our celebration of linking people together.
</p>
<p class="is-subtitle mt-3">Select below the talks that you will participate in.</p>
<div class="columns is-vcentered">
<div class="column is-full-mobile">
<section class="panel">
<p class="panel-heading">Program</p>
<div class="panel-block">
<table class="table table is-fullwidth">
<thead>
<tr class="has-text-white">
<th>Time</th>
<th>Talk</th>
<th class="has-text-centered">Select</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:00</td>
<td>Grand Opening</td>
<td class="is-icon">
<div class="field">
<input
class="is-checkradio is-info"
type="checkbox"
id="grandopening"
name="grandopening"
/>
<label for="grandopening"></label>
</div>
</td>
</tr>
<tr>
<td>9:45</td>
<td>Launching of the theme MAKING HISTORY TOGETHER</td>
<td class="is-icon">
<div class="field">
<input
class="is-checkradio is-info"
type="checkbox"
id="makinghistory"
name="makinghistory"
/>
<label for="makinghistory"></label>
</div>
</td>
</tr>
<tr>
<td>10:00</td>
<td>The Founders Speech</td>
<td class="is-icon">
<div class="field">
<input
class="is-checkradio is-info"
type="checkbox"
id="foundersspeech"
name="foundersspeech"
/>
<label for="foundersspeech"></label>
</div>
</td>
</tr>
<tr>
<td>10:15</td>
<td>Brand</td>
<td class="is-icon">
<div class="field">
<input class="is-checkradio is-info" type="checkbox" id="brand" name="brand" />
<label for="brand"></label>
</div>
</td>
</tr>
<tr>
<td>10:25</td>
<td>Brand - SkinCare</td>
<td class="is-icon">
<div class="field">
<input class="is-checkradio is-info" type="checkbox" id="skincare" name="skincare" />
<label for="skincare"></label>
</div>
</td>
</tr>
<tr>
<td>11:00</td>
<td>Brand - Digital</td>
<td class="is-icon">
<div class="field">
<input class="is-checkradio is-info" type="checkbox" id="digital" name="digital" />
<label for="digital"></label>
</div>
</td>
</tr>
<tr>
<td>12:20</td>
<td>Brand - Color & Fragrance</td>
<td class="is-icon">
<div class="field">
<input
class="is-checkradio is-info"
type="checkbox"
id="colorandfragrance"
name="colorandfragrance"
/>
<label for="colorandfragrance"></label>
</div>
</td>
</tr>
<tr>
<td>13:00</td>
<td>HALL OF FAME / GRAND CLOSING</td>
<td class="is-icon">
<div class="field">
<input
class="is-checkradio is-info"
type="checkbox"
id="grandclosing"
name="grandclosing"
/>
<label for="grandclosing"></label>
</div>
</td>
</tr>
<tr>
<td>14:00</td>
<td>Press Conference & VIP Cocktail</td>
<td class="is-icon">
<div class="field">
<input class="is-checkradio is-info" type="checkbox" id="vipcoctail" name="vipcoctail" />
<label for="vipcoctail"></label>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="has-text-right" style="vertical-align: middle">Select All</td>
<td class="is-icon">
<div class="field">
<input class="is-checkradio" type="checkbox" id="select-all" name="select-all" />
<label for="select-all"></label>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</div>
<div class="column has-text-centered">
<p>
<button class="button is-medium is-info is-outlined" type="submit" value="Submit">
<span class="icon">
<i class="fa fa-paper-plane"></i>
</span>
<span>Confirm Participation </span>
</button>
</p>
<p class="mt-2">
If you cannot attend our event, click
<a href="https://aldiduzha.com" target="_blank"><strong>HERE</strong></a
>.
</p>
</div>
</div>
</div>
<div class="hero-foot">
<div class="container has-text-centered">
<p class="footer-text">
<a class="has-text-grey" href="https://www.aldiduzha.com?utm_source=Github"
>Designed with <i class="fa fa-heart fa-fw" style="font-size: 10px; color: red"></i> by Aldi Duzha</a
>
</p>
</div>
</div>
</section>
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<script>
$(document).ready(function () {
$('#select-all').click(function (event) {
if (this.checked) {
$(':checkbox').each(function () {
this.checked = true;
});
} else {
$(':checkbox').each(function () {
this.checked = false;
});
}
});
});
</script>
</body>
</html>