generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
classes.html
324 lines (286 loc) · 9.78 KB
/
classes.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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Gymnastic club in Sweden">
<meta name="keywords" content="Gymnastic, gymnastic studios, sweden">
<link rel="stylesheet" href="assets/css/style.css">
<title>Strong Gymnastic Studios</title>
</head>
<body>
<nav>
<ul id="menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="classes.html">Classes</a>
</li>
<li>
<a href="about.html">About us</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
<section id="header-image">
<a href="index.html">
<h1 id="logo">Strong Gymnastic Studios</h1>
</a>
<div id="read-about">
<div id="mens-gymnastic">
<h2>Mens Gymnastic</h2>
<p>
Men's gymnastics is available in squad gymnastics and artistic gymnastics.
<br>
Artistic gymnastics is practiced alone with bars and rings, while group gymnastics competes together
with
carpet and treads.
<br>
</p>
<h3>See below for training times.</h3>
</div>
<div id="womans-gymnastic">
<h2>Womans Gymnastic</h2>
<p>
Women's gymnastics is available in group, artistic or rhythmic gymnastics.
<br>
In artistic gymnastics, bars and rings are involved. In rhythmic we learn the branches, bands and
dance.
<br>
</p>
<h3>See below for training times.</h3>
</div>
<div id="kids-gymnastic">
<h2>Kids / Yought Gymnastic</h2>
<p>
Gymnastics is available for different ages, kids 6-9 and yought 10-15. You can choose between
styles:
<br>
Group, Artistic or Rhythmic Gymnastics. In artistic gymnastics, bars and rings are involved. In
rhythmic we learn the branches, bands and dance.
We have different ages in our groups.
<br>
</p>
<h3>see below for training times.</h3>
</div>
</div>
</section>
<div id="know-more">
<p>
For more questions, do not hesitate to call or email us.
All questions are warmly welcome!
</p>
<div id="classes-sign-up">
<p>To book free trial</p>
<a href="#form-section">Sign upp here!</a>
</div>
</div>
<section id="info-times">
<h2>Artistic Style Times:</h2>
<p>Men and Women</p>
<div id="practice-times-artistic">
<table>
<tr>
<th>Day of week</th>
<th>Men</th>
<th>Woman</th>
</tr>
<tr>
<td>Monday</td>
<td>19:00-21:00</td>
<td>19:00-21:00</td>
</tr>
<tr>
<td>Tuesday</td>
<td>X</td>
<td>18:00-19:00</td>
</tr>
<tr>
<td>Wendnesday</td>
<td>19:00-21:00</td>
<td>X</td>
</tr>
<tr>
<td>Thursday</td>
<td>X</td>
<td>18:00-19:30</td>
</tr>
<tr>
<td>Friday</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>Saturday</td>
<td>10:00-12:00</td>
<td>09:00-11:00</td>
</tr>
<tr>
<td>Sunday</td>
<td>09:00-10:30</td>
<td>09:00-10:30</td>
</tr>
</table>
<h2>Rhythmic Style Times:</h2>
<p>Woman and Yought</p>
<table>
<tr>
<th>Day of week</th>
<th>Yought</th>
<th>Woman</th>
</tr>
<tr>
<td>Monday</td>
<td>18:00-19:00</td>
<td>19:00-20:00</td>
</tr>
<tr>
<td>Tuesday</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>Wendnesday</td>
<td>X</td>
<td>18:00-19:00</td>
</tr>
<tr>
<td>Thursday</td>
<td>18:00-19:00</td>
<td>X</td>
</tr>
<tr>
<td>Friday</td>
<td>17:30-18:30</td>
<td>17:30-18:30</td>
</tr>
<tr>
<td>Saturday</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>Sunday</td>
<td>14:00-15:00</td>
<td>09:00-10:00</td>
</tr>
</table>
<h2>Team Style Times:</h2>
<p>Men & Women, Yought & Kids</p>
<table>
<tr>
<th>Day of week</th>
<th>Men
<br>
Woman
<br>
times
</th>
<th>Yought
<br>
Kids
<br>
times
</th>
</tr>
<tr>
<td>Monday</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>Tuesday</td>
<td>20:00-21:30</td>
<td>19:00-20:30</td>
</tr>
<tr>
<td>Wendnesday</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>Thursday</td>
<td>20:00-21:30</td>
<td>19:00-20:30</td>
</tr>
<tr>
<td>Friday</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>Saturday</td>
<td>10:00-12:00</td>
<td>10:00-11:00</td>
</tr>
<tr>
<td>Sunday</td>
<td>13:00-15:00</td>
<td>12:00-13.00</td>
</tr>
</table>
</div>
</section>
<section id="form-section">
<form class="join-us-form" action="thankyou.html" method="get">
<h2>Sign up!
<br>
for more info about Strong Gymnast Studios.
</h2>
<label for="fname">First Name</label>
<br>
<input id="fname" name="first_name" type="text" class="text-input" required>
<br>
<label for="lname">Last Name</label>
<br>
<input id="lname" name="last_name" type="text" class="text-input" required>
<br>
<label for="email">Email Address</label>
<br>
<input type="email" id="email" name="email_address" class="text-input" required>
<br>
<label for="group">Choose Gymnastic Gruop</label>
<br>
<input type="text" id="group" name="gymnastic_gruop" class="text-input" list="age" required>
<datalist id="age">
<option value="Men">Male over 16</option>
<option value="Women">Female over 16</option>
<option value="Kids">Kids 6-9</option>
<option value="Kids">Kids 10-15</option>
<option value="Trial Class">For all</option>
</datalist>
<p>You like to book a trial class?
<br>
Choose Trial Class in menu above and we will get back to you!
</p>
<input type="submit" value="Join us!" class="join-us-button">
</form>
<div id="circle-image"></div>
</section>
<footer id="contact">
<h2>Strong Gymnastic Studios</h2>
<div id="find-us">
<h3>Tel: 08-722 22 22</h3>
<h3>Mail: [email protected]</h3>
<h3>Adress: Kyrkogatan 30, 172 32 Sundbyberg</h3>
<h3>Follow us on social media!</h3>
</div>
<ul>
<li>
<a href="https://facebook.com" target="_blank" rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)"><i class="fa-brands fa-facebook"></i></a>
</li>
<li>
<a href="https://instagram.com" target="_blank" rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)"><i class="fa-brands fa-instagram"></i></a>
</li>
</ul>
</footer>
<!-- font awesome script-->
<script src="https://kit.fontawesome.com/f56f5ae272.js" crossorigin="anonymous"></script>
</body>
</html>