-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
775 lines (709 loc) · 37.5 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
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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
<!DOCTYPE html>
<html>
<title>Dance Out Loud</title>
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great|Raleway|Dancing+Script" rel="stylesheet">
<style>
@font-face {
font-family: playlist-caps;
src: url("fonts/Playlist Caps.otf") format("opentype");
}
@font-face {
font-family: playlist-script;
src: url("fonts/Playlist Script.otf") format("opentype");
}
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
height: 100%;
line-height: 1.5;
}
/* Full height image header */
.bgimg-1 {
background-size: cover;
background-position:center;
background-image: url("https://static.wixstatic.com/media/b80d9e_9693ef49f1bd4b43b9bcf6d73e64f180~mv2.jpg/v1/fill/w_1286,h_382,al_c,q_85,usm_0.66_1.00_0.01/b80d9e_9693ef49f1bd4b43b9bcf6d73e64f180~mv2.webp");
min-height: 387px;
}
.trialpass-img {
background-size: cover;
background-position:center;
background-image: url("https://static.wixstatic.com/media/b80d9e_27fbcf98bf5440cca05e4a900dcbab3e~mv2.jpg/v1/fill/w_280,h_208,al_c,q_80,usm_0.66_1.00_0.01/b80d9e_27fbcf98bf5440cca05e4a900dcbab3e~mv2.webp");
}
.bgimg-class-1, .bgimg-class-2, .bgimg-class-3 {
background-size: cover;
background-position:center;
height:300px;
}
.bgimg-class-1 {
background-image: url("https://static.wixstatic.com/media/b80d9e_c566cbe19ee3473995242da5949dd338~mv2.jpg/v1/fill/w_515,h_873,al_c,q_85,usm_0.66_1.00_0.01/b80d9e_c566cbe19ee3473995242da5949dd338~mv2.webp");
}
.bgimg-class-2 {
background-image: url("https://static.wixstatic.com/media/b80d9e_51b96b18b72b46eb96c7c5cac28d2f44~mv2.jpg/v1/fill/w_515,h_846,al_c,q_85,usm_0.66_1.00_0.01/b80d9e_51b96b18b72b46eb96c7c5cac28d2f44~mv2.webp");
}
.bgimg-class-3 {
background-image: url("https://static.wixstatic.com/media/b80d9e_2a19bfed261545c29d3150f52e080df0~mv2.jpg/v1/fill/w_1286,h_351,al_r,q_85,usm_0.66_1.00_0.01/b80d9e_2a19bfed261545c29d3150f52e080df0~mv2.webp");
}
.w3-bar .w3-button {
padding: 16px;
}
.strip-centre{max-width:1200px; margin:0 auto}
.strip-centre-small{max-width:600px; margin:0 auto}
.anchor{
display: block;
position: relative;
top: -95px;
visibility: hidden;
}
.class{display:none}
.w3-hover-opacity-none:hover {opacity: 1!important}
.font-logo {font-family:amatic sc, cursive; line-height:60%; font-size:35px}
.font-bold {font-family:playlist-caps,fantasy; line-height:110%}
.font-chunky {font-family:raleway,fantasy; line-height:110%}
.font-cursive {font-family:playlist-script,fantasy; line-height:110%}
.color-1, .color-hover-1:hover {background-color:#ffa8be!important; color:#ffffff!important;}
.color-text-1, .color-text-hover-1:hover {color:#ff8abd!important;}
.color-2, .color-hover-2:hover {background-color:#9ec6df !important; color:#000000!important;}
.color-text-2, .color-text-hover-2:hover {color:#9ec6d9 !important;}
.color-3, .color-hover-3:hover {background-color:#757575!important; color:#ffffff!important;}
.color-text-3, .color-text-hover-3:hover {color:#757575!important;}
.color-text-4, .color-text-hover-4:hover {color:#53555a!important;}
.color-text-5, .color-text-hover-5:hover {color:#2e2e2e!important;}
</style>
<body style="margin-top:95px">
<!-- Navbar (sit on top) -->
<div class="w3-top w3-card-2 w3-white">
<div class="w3-bar strip-centre w3-display-container" id="myNavbar">
<div >
<a href="#home" class="w3-mobile w3-bar-item w3-wide" style='margin-bottom:-0px'>
<img src='images/crown-circle-pink.png' style='height:100px'/>
</a>
<div class="w3-bar-item font-logo color-text-5 w3-center w3-margin-top">
<b>
Dance Out
<span class='color-text-1'>Loud</span>
</b>
<br />
<span class='font-cursive' style='font-size:14px'>Move. Play. Learn.</span>
</div>
<!-- Right-sided navbar links -->
<div class="w3-display-right w3-hide-small color-text-3">
<a href="index" class="w3-bar-item w3-button">Home</a>
<a href="about" class="w3-bar-item w3-button">About</a>
<a href="classes" class="w3-bar-item w3-button">Classes</a>
<a href="terms" class="w3-bar-item w3-button">Term Times</a>
<a href="locations" class="w3-bar-item w3-button">Locations</a>
<a href="contact" class="w3-bar-item w3-button">Contact</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="fa fa-bars w3-padding-right w3-padding-left"></i>
</a>
</div>
</div>
</div>
<!-- Sidenav on small screens when clicking the menu icon -->
<nav class="w3-sidenav w3-black w3-card-2 w3-animate-top w3-hide-large w3-hide-medium" style="display:none" id="mySidenav">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-large w3-padding-16">Close ×</a>
<a href="#about" onclick="w3_close()">ABOUT</a>
<a href="#team" onclick="w3_close()">TEAM</a>
<a href="#work" onclick="w3_close()">WORK</a>
<a href="#pricing" onclick="w3_close()">PRICING</a>
<a href="#contact" onclick="w3_close()">CONTACT</a>
</nav>
<!-- Header with full-height image -->
<header class="bgimg-1 w3-display-container">
<div class="w3-display-right" style='margin-right:200px'>
<div class="w3-padding-large w3-text-white w3-center" style="height:80%">
<div class="w3-left-align">
<span class="w3-jumbo font-bold" style="letter-spacing: 0.05em">
<span class="color-text-4">Experience</span><br>
<span class="color-text-2">the</span>
<span class="color-text-1">Magic...</span>
</span><br>
</div>
</div>
</div>
</header>
<div class='color-1 w3-row w3-padding-large'>
<!-- text -->
<div class='w3-col m8 s12 w3-center color-text-4' style='font-size:15px'>
<span class='w3-text-white font-cursive' style='font-size:52px'>
Look... A special offer!
</span>
<p>HELLO, SOUTHAMPTON! Help us celebrate our grand, glittery opening!</p>
<p>For a very limited time, we are offering a special gift to any little one who loves to dance:</p>
<p><b>An UNLIMITED 14 day trial pass at no cost to you!</b></p>
<p>Watch your child dance, sing and grow in our beautiful classes with the use of gorgeous props set to music that inspires the imagination</p>
<p>Quick! We only have 50 passes to give away. Expires 20th June 2017</p>
</div>
<!-- pass -->
<div class='w3-rest w3-padding-large'>
<a href='./free-trial-landing'>
<div class='w3-display-container trialpass-img w3-card-4 w3-round' style='height:208px; width:280px'>
<div class='w3-display-middle w3-center w3-margin w3-white w3-opacity w3-xlarge' style='margin:0px!important'>
<b>GET YOUR FREE 14 TRIAL PASS HERE</b>
</div>
</div>
</a>
</div>
</div>
<!-- Classes -->
<div class="color-3 w3-padding-16">
<div class="w3-row-padding">
<div class="w3-third w3-padding-8">
<div class="bgimg-class-1 w3-card-2 w3-round-large w3-center">
<div class="w3-round color-hover-1 w3-hover-opacity-none w3-white w3-opacity w3-center w3-padding-jumbo w3-round-large" style="height:100%">
<span class="w3-xxlarge font-chunky">
Dance With Me<br>
1.5 - 3yrs
</span>
<p class="w3-padding-large">A fun, interactive class for our youngest dancers</p>
<a href="#class" class="w3-button w3-border w3-dark-grey w3-hover-white w3-padding-large w3-margin-top">Learn More</a>
</div>
</div>
</div>
<div class="w3-third w3-padding-8">
<div class="bgimg-class-2 w3-card-2 w3-round-large w3-center">
<div class="w3-round color-hover-1 w3-hover-opacity-none w3-white w3-opacity w3-center w3-padding-jumbo w3-round-large" style="height:100%">
<span class="w3-xxlarge font-chunky">
Fairy Ballet<br>
3 - 5yrs
</span>
<p class="w3-padding-large">Fairies fly and create wonderful dance magic!</p>
<a href="#class" class="w3-button w3-border w3-dark-grey w3-hover-white w3-padding-large w3-margin-top">Learn More</a>
</div>
</div>
</div>
<div class="w3-third w3-padding-8">
<div class="bgimg-class-3 w3-card-2 w3-round-large w3-center">
<div class="w3-round color-hover-1 w3-hover-opacity-none w3-white w3-opacity w3-center w3-padding-jumbo w3-round-large" style="height:100%">
<span class="w3-xxlarge font-chunky">
Tutu Ballet<br>
5 - 7yrs
</span>
<p class="w3-padding-large">Leap and twirl with abandon like a real ballerina!</p>
<a href="#class" class="w3-button w3-border w3-dark-grey w3-hover-white w3-padding-large w3-margin-top">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<div class='w3-row-padding' style='margin-left:100px'>
<div class='w3-half w3-text-black'>
<div class='w3-center w3-padding-xxlarge'>
<span class='color-text-2' style='font-size:40px'>
<span class='font-bold' style='font-size:50px'>More</span> than a <span class='font-cursive' style='font-size:52px'>dance class</span>
</span>
<p>Dance Out Loud will take your child on a special journey of dance magic as they grow in <b>confidence</b>, <b>creativity</b> and <b>joy</b> with each class. </p>
<p>Our programmes were specially designed for growing bodies and minds by former medical doctor and real-life ballerina Haylee Solomons using the stages of child development. This unique <b>recipe</b> ensures our children blossom as <b>resilient humans</b>, and as <b>beautiful dancers!</b></p>
<p>Join us as we embark on our wonderful adventures together!</p>
</div>
</div>
<div class='w3-half'>
<img src='https://static.wixstatic.com/media/b80d9e_9175ab193821418ea152a39d5e5675dc~mv2.jpg/v1/fill/w_443,h_448,al_c,q_80,usm_0.66_1.00_0.01/b80d9e_9175ab193821418ea152a39d5e5675dc~mv2.webp' style='height:448px' />
</div>
</div>
<img src='https://static.wixstatic.com/media/b80d9e_e63f9e1a869c4a69bcc3d894b8f9999a~mv2.jpg/v1/fill/w_1295,h_427,al_c,q_85,usm_0.66_1.00_0.01/b80d9e_e63f9e1a869c4a69bcc3d894b8f9999a~mv2.webp' style='width:100%' />
<!-- note from miss haylee section -->
<div class="w3-display-container">
<div class="w3-center w3-padding-xxlarge w3-border" style='margin-left:20%; margin-right:20%'>
<img class="w3-margin w3-circle" src="https://static.wixstatic.com/media/b80d9e_d83d87513f5e4ebdae0286ad54647f81~mv2.jpg/v1/fill/w_189,h_195,al_c,q_80,usm_0.66_1.00_0.01/b80d9e_d83d87513f5e4ebdae0286ad54647f81~mv2.webp"></img>
<h2 class='color-text-1 font-bold w3-jumbo w3-padding-xxlarge'>A note from Miss Haylee</h2>
<div class="w3-padding-jumbo">
<p>Welcome!</p>
<p>Dance Out Loud is a precious boutique dance school just for our youngest dancers that I created after years of hard work studying and teaching dance to both children and adults. I wanted to create a magical, creative place where little ones could experience the joy of twirling and jumping across the floor, just as I remember from when I was a child.</p>
<p>My own mother tears up thinking back to the days when her little dancer used to practice her wobbly pique steps down the hallway, and she still owns the very first pair of tiny ballet shoes that I refused to take off all those years ago (I even slept in them!)</p>
<p>I hope Dance Out Loud creates beautiful memories for you and your children.</p>
</div>
</div>
</div>
<!-- free trial 2 -->
<div class='color-3 w3-row w3-padding-large'>
<!-- text -->
<div class='w3-col m8 s12 w3-center w3-text-white w3-padding' style='font-size:52px'>
<span class='font-bold'>Watch your child</span> <span class='font-cursive'>sparkle</span> as<br> they take their <span class='font-bold'>first ballet<br> steps</span> with us.
</div>
<!-- pass -->
<div class='w3-rest w3-padding-large'>
<a href='./free-trial-landing'>
<div class='w3-display-container trialpass-img w3-card-4 w3-round' style='height:208px; width:280px'>
<div class='w3-display-middle w3-center w3-margin w3-white w3-opacity w3-xlarge' style='margin:0px!important'>
<b>GET YOUR FREE 14 TRIAL PASS HERE</b>
</div>
</div>
</a>
</div>
</div>
<div class='w3-white' style='height:800px'>
</div>
<!-- terms section -->
<a class="anchor" id="terms"></a>
<div class="w3-white w3-padding-16">
<div class="w3-center">
<h2 class="font-cursive w3-jumbo w3-padding-jumbo w3-centered">Term Times</h2>
<div class="w3-row-padding color-text-3 ">
<div class="w3-third w3-center">
<i class="fa fa-leaf w3-jumbo" aria-hidden="true"></i>
<h2 class="w3-xxlarge font-bold">Autumn '17</h2>
<table class="w3-padding-jumbo" style="width:100%">
<tr><th>Term Begins</th><td>11th Septempber</td></tr>
<tr><th>Holidays</th><td>23 Oct - 29 Oct</td></tr>
<tr><th>Term Ends</th><td>17th December</td></tr>
</table>
</div>
<div class="w3-third">
<i class="material-icons w3-jumbo">local_florist</i>
<h2 class="w3-xxlarge font-bold">Spring '18</h2>
<table class="w3-padding-jumbo" style="width:100%">
<tr><th>Term Begins</th><td>11th Septempber</td></tr>
<tr><th>Holidays</th><td>23 Oct - 29 Oct</td></tr>
<tr><th>Term Ends</th><td>17th December</td></tr>
</table>
</div>
<div class="w3-third">
<i class="material-icons w3-jumbo">wb_sunny</i>
<h2 class="w3-xxlarge font-bold">Summer '18</h2>
<table class="w3-padding-jumbo" style="width:100%">
<tr><th>Term Begins</th><td>11th Septempber</td></tr>
<tr><th>Holidays</th><td>23 Oct - 29 Oct</td></tr>
<tr><th>Term Ends</th><td>17th December</td></tr>
</table>
</div>
</div>
</div>
</div>
<!-- about section -->
<div class="w3-display-container" style="margin-top:-85px">
<img class="w3-circle w3-display-topmiddle" src="https://static.wixstatic.com/media/b80d9e_d83d87513f5e4ebdae0286ad54647f81~mv2.jpg/v1/fill/w_189,h_195,al_c,q_80,usm_0.66_1.00_0.01/b80d9e_d83d87513f5e4ebdae0286ad54647f81~mv2.webp"></img>
<div style="padding-top:85px"></div>
<div class="w3-row w3-center color-1">
<div class="w3-half color-1">
<h2 class="w3-xxlarge font-cursive w3-padding-xxlarge">About Haylee</h2>
<div class="w3-padding-jumbo">
<p>Haylee has been dancing since she was 4</p>
<p>With a host of different styles, from ballet and jazz to ice dancing she has the knowledge to help your little dancers shine!</p>
<p>Haylee is also a qualified medical doctor, so she can help in al of your child's developement as dancing is more than just about having great fun, it's about growing into wonderful people too.</p>
</div>
</div>
<div class="w3-half color-2">
<h2 class="w3-xxlarge font-cursive w3-padding-xxlarge">Dance Out <span class="color-text-1">Loud</span></h2>
<div class="w3-padding-jumbo">
<p>Welcome!</p>
<p>Dance Out Loud is a precious boutique dance school just for our youngest dancers that I created after years of hard work studying and teaching dance to both children and adults. I wanted to create a magical, creative place where little ones could experience the joy of twirling and jumping across the floor, just as I remember from when I was a child.</p>
<p>My own mother tears up thinking back to the days when her little dancer used to practice her wobbly pique steps down the hallway, and she still owns the very first pair of tiny ballet shoes that I refused to take off all those years ago (I even slept in them!)</p>
<p>I hope Dance Out Loud creates beautiful memories for you and your children.</p>
</div>
</div>
</div>
</div>
<!-- classes section -->
<a class="anchor" id="classes"></a>
<!-- individual class section -->
<div class="color-3 w3-padding-16 class" id="class1">
<div class="w3-center">
<h2 class="font-cursive w3-jumbo w3-padding-jumbo">Dance With Me</h2>
<div class="strip-centre-small">
Experiencing joy and laughter as you dance together in this special class. Specially created for developing minds and bodies we explore valuable building blocks to set the stage for a lifetime of activity.
</div>
<!-- timetable -->
<div class="w3-row w3-margin-top">
<!-- Location column -->
<div class="w3-half w3-padding">
<div class="w3-container w3-margin-bottom">
<h2 class="w3-xxlarge font-cursive">Southampton CBD</h2>
<table class="w3-table w3-centered" style="width:100%">
<tr>
<th style="width:14%">Mon</th>
<th style="width:14%">Tue</th>
<th style="width:14%">Wed</th>
<th style="width:14%">Thu</th>
<th style="width:14%">Fri</th>
<th style="width:14%">Sat</th>
<th style="width:14%">Sun</th>
</tr>
<tr>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>9.30am</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>3.30pm</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
</tr>
</table>
</div>
<div class="w3-container w3-margin-bottom">
<h2 class="w3-xxlarge font-cursive">West End</h2>
<table class="w3-table w3-centered" style="width:100%">
<tr>
<th style="width:14%">Mon</th>
<th style="width:14%">Tue</th>
<th style="width:14%">Wed</th>
<th style="width:14%">Thu</th>
<th style="width:14%">Fri</th>
<th style="width:14%">Sat</th>
<th style="width:14%">Sun</th>
</tr>
<tr>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>3.30pm</td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>9.30am</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
</tr>
</table>
</div>
<div class="w3-container w3-margin-bottom">
<h2 class="w3-xxlarge font-cursive">Woolston</h2>
<table class="w3-table w3-centered" style="width:100%">
<tr>
<th style="width:14%">Mon</th>
<th style="width:14%">Tue</th>
<th style="width:14%">Wed</th>
<th style="width:14%">Thu</th>
<th style="width:14%">Fri</th>
<th style="width:14%">Sat</th>
<th style="width:14%">Sun</th>
</tr>
<tr>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>3.30pm</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1' id="l1t2" onclick="timeClick('l1t2')">9.30am</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
</tr>
</table>
</div>
</div>
<div class="w3-half w3-padding-jumbo">
<div class="w3-card-2 color-1 w3-round w3-padding-large w3-left-align" style="width:450px; margin-top:60px">
<h2 class="w3-xxlarge font-cursive">Overview</h2>
<table>
<tr><th>Ages</th><td>18 months to 3 years old</td></tr>
<tr><th>Duration</th><td>Each class is 30 minutes long</td></tr>
<tr><th>Fees</th><td>7.50 per class (whole terms only)</td></tr>
</table>
<br>
<h2 class="w3-xxlarge font-cursive">What to Bring</h2>
<ul><li>A bottle of water,</li><li>a healthy snack for after class,</li><li>and your biggest smiles!</li></ul>
</div>
</div>
</div>
</div>
</div>
<div class="color-3 w3-padding-16 class" id="class2">
<div class="w3-center">
<h2 class="font-cursive w3-jumbo w3-padding-jumbo">Fairy Ballet</h2>
<div class="strip-centre-small">
Experiencing joy and laughter as you dance together in this special class. Specially created for developing minds and bodies we explore valuable building blocks to set the stage for a lifetime of activity.
</div>
<!-- timetable -->
<div class="w3-row w3-margin-top">
<!-- Location column -->
<div class="w3-half w3-padding">
<div class="w3-container w3-margin-bottom">
<h2 class="w3-xxlarge font-cursive">Southampton CBD</h2>
<table class="w3-table w3-centered" style="width:100%">
<tr>
<th style="width:14%">Mon</th>
<th style="width:14%">Tue</th>
<th style="width:14%">Wed</th>
<th style="width:14%">Thu</th>
<th style="width:14%">Fri</th>
<th style="width:14%">Sat</th>
<th style="width:14%">Sun</th>
</tr>
<tr>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>9.30am</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>3.30pm</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
</tr>
</table>
</div>
<div class="w3-container w3-margin-bottom">
<h2 class="w3-xxlarge font-cursive">West End</h2>
<table class="w3-table w3-centered" style="width:100%">
<tr>
<th style="width:14%">Mon</th>
<th style="width:14%">Tue</th>
<th style="width:14%">Wed</th>
<th style="width:14%">Thu</th>
<th style="width:14%">Fri</th>
<th style="width:14%">Sat</th>
<th style="width:14%">Sun</th>
</tr>
<tr>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>3.30pm</td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>9.30am</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
</tr>
</table>
</div>
<div class="w3-container w3-margin-bottom">
<h2 class="w3-xxlarge font-cursive">Woolston</h2>
<table class="w3-table w3-centered" style="width:100%">
<tr>
<th style="width:14%">Mon</th>
<th style="width:14%">Tue</th>
<th style="width:14%">Wed</th>
<th style="width:14%">Thu</th>
<th style="width:14%">Fri</th>
<th style="width:14%">Sat</th>
<th style="width:14%">Sun</th>
</tr>
<tr>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>3.30pm</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1' id="l1t2" onclick="timeClick('l1t2')">9.30am</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
</tr>
</table>
</div>
</div>
<div class="w3-half w3-padding-jumbo">
<div class="w3-card-2 color-1 w3-round w3-padding-large w3-left-align" style="width:450px; margin-top:60px">
<h2 class="w3-xxlarge font-cursive">Overview</h2>
<table>
<tr><th>Ages</th><td>3 to 5 years old</td></tr>
<tr><th>Duration</th><td>Each class is 30 minutes long</td></tr>
<tr><th>Fees</th><td>7.50 per class (whole terms only)</td></tr>
</table>
<br>
<h2 class="w3-xxlarge font-cursive">What to Bring</h2>
<ul><li>A bottle of water,</li><li>a healthy snack for after class,</li><li>and your biggest smiles!</li></ul>
</div>
</div>
</div>
</div>
</div>
<div class="color-3 w3-padding-16 class" id="class3">
<div class="w3-center">
<h2 class="font-cursive w3-jumbo w3-padding-jumbo">Tutu Ballet</h2>
<div class="strip-centre-small">
Experiencing joy and laughter as you dance together in this special class. Specially created for developing minds and bodies we explore valuable building blocks to set the stage for a lifetime of activity.
</div>
<!-- timetable -->
<div class="w3-row w3-margin-top">
<!-- Location column -->
<div class="w3-half w3-padding">
<div class="w3-container w3-margin-bottom">
<h2 class="w3-xxlarge font-cursive">Southampton CBD</h2>
<table class="w3-table w3-centered" style="width:100%">
<tr>
<th style="width:14%">Mon</th>
<th style="width:14%">Tue</th>
<th style="width:14%">Wed</th>
<th style="width:14%">Thu</th>
<th style="width:14%">Fri</th>
<th style="width:14%">Sat</th>
<th style="width:14%">Sun</th>
</tr>
<tr>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>9.30am</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>3.30pm</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
</tr>
</table>
</div>
<div class="w3-container w3-margin-bottom">
<h2 class="w3-xxlarge font-cursive">West End</h2>
<table class="w3-table w3-centered" style="width:100%">
<tr>
<th style="width:14%">Mon</th>
<th style="width:14%">Tue</th>
<th style="width:14%">Wed</th>
<th style="width:14%">Thu</th>
<th style="width:14%">Fri</th>
<th style="width:14%">Sat</th>
<th style="width:14%">Sun</th>
</tr>
<tr>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>3.30pm</td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>9.30am</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
</tr>
</table>
</div>
<div class="w3-container w3-margin-bottom">
<h2 class="w3-xxlarge font-cursive">Woolston</h2>
<table class="w3-table w3-centered" style="width:100%">
<tr>
<th style="width:14%">Mon</th>
<th style="width:14%">Tue</th>
<th style="width:14%">Wed</th>
<th style="width:14%">Thu</th>
<th style="width:14%">Fri</th>
<th style="width:14%">Sat</th>
<th style="width:14%">Sun</th>
</tr>
<tr>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1'>3.30pm</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white w3-button w3-white color-hover-1' id="l1t2" onclick="timeClick('l1t2')">9.30am</td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
<td class='w3-border w3-border-white'></td>
</tr>
</table>
</div>
</div>
<div class="w3-half w3-padding-jumbo">
<div class="w3-card-2 color-1 w3-round w3-padding-large w3-left-align" style="width:450px; margin-top:60px">
<h2 class="w3-xxlarge font-cursive">Overview</h2>
<table>
<tr><th>Ages</th><td>5 to 7 years old</td></tr>
<tr><th>Duration</th><td>Each class is 30 minutes long</td></tr>
<tr><th>Fees</th><td>7.50 per class (whole terms only)</td></tr>
</table>
<br>
<h2 class="w3-xxlarge font-cursive">What to Bring</h2>
<ul><li>A bottle of water,</li><li>a healthy snack for after class,</li><li>and your biggest smiles!</li></ul>
</div>
</div>
</div>
</div>
</div>
<!-- locations section -->
<a class="anchor" id="locations"></a>
<div class="color-1 w3-padding-16">
<div class="w3-center">
<h2 class="font-cursive w3-jumbo w3-padding-jumbo">Locations</h2>
<div class="strip-centre">
<div class="w3-bar color-3 font-bold w3-xxlarge w3-center">
<button class="w3-bar-item w3-button tablink color-2" onclick="openVenue(event,'southampton')">Southampton</button>
<button class="w3-bar-item w3-button tablink" onclick="openVenue(event,'woolston')">Woolston</button>
<button class="w3-bar-item w3-button tablink" onclick="openVenue(event,'west-end')">West End</button>
</div>
<div id="southampton" class="venue w3-container" style="display:block">
<p>This is some information about Southampton</p>
<iframe class="w3-card-2 w3-round" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d80492.08317159954!2d-1.4705326375848073!3d50.9167316503262!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48738957be152909%3A0xa78c5a6a4cda71f0!2sSouthampton%2C+UK!5e0!3m2!1sen!2sau!4v1489050301503" width="100%" height="450" frameborder="0" style="border:0; max-width:600px" allowfullscreen></iframe>
</div>
<div id="woolston" class="venue w3-container" style="display:none">
<p>This is some information</p>
<iframe class="w3-card-2 w3-round" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d10066.285533782455!2d-1.381545810051618!3d50.894642822623815!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4874713c690c2b69%3A0x260eae2ecb82df81!2sWoolston%2C+Southampton%2C+UK!5e0!3m2!1sen!2sau!4v1489050678491" width="100%" height="450" frameborder="0" style="border:0; max-width:600px" allowfullscreen></iframe>
</div>
<div id="west-end" class="venue w3-container" style="display:none">
<p>This is some information about West End</p>
<iframe class="w3-card-2 w3-round" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2514.800357822592!2d-1.3340346844202955!3d50.92740997954397!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48747223c3863bc3%3A0xa12b75b061a63b9c!2sHilldene+Centre!5e0!3m2!1sen!2sau!4v1489050347143" width="100%" height="450" frameborder="0" style="border:0; max-width:600px" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<!-- contact section -->
<a class="anchor" id="contact"></a>
<div class="color-3 w3-padding-16">
<div class="w3-center">
<h2 class="font-cursive w3-jumbo w3-padding-jumbo">Contact Us!</h2>
<div class="w3-row">
<div class="w3-half">
<div class="w3-pading-jumbo w3-right w3-left-align">
<h3>Address</h3>
<p><i class="fa fa-map-marker w3-text-white w3-xlarge"></i> Southampton, UK</p>
<p><i class="fa fa-phone w3-text-white w3-xlarge"></i> <a href="tel:07123456789">07123456789</a></p>
<p><i class="fa fa-envelope-o w3-text-white w3-xlarge"></i> <a href="mailto:hello@danceoutloud.co">hello@danceoutloud.co</a></p>
</div>
</div>
<div class="w3-half">
<form id="contact-form" class="w3-container w3-padding-16"
action="https://docs.google.com/forms/d/e/1FAIpQLSe2XsH5_aY_2S2BhLZ4G_Hb5nGQqFdFY_Fh87Q3WQNvwSF9hA/formResponse"
target="hidden_iframe" method="POST" onsubmit="submitted=true">
<div class="w3-group">
<label class="w3-label">Name</label>
<input class="w3-input" type="text" name="entry.2005620554" required>
</div>
<div class="w3-group">
<label class="w3-label">Email</label>
<input class="w3-input" type="text" name="entry.1045781291" required>
</div>
<div class="w3-group">
<label class="w3-label">Message</label>
<input class="w3-input" type="text" name="entry.839337160" required>
</div>
<button id="send" type="submit" class="w3-button w3-right w3-theme">Send</button>
</form>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {contactSubmitted()}"></iframe>
</div>
</div>
</div>
</div>
<script>
function openClass(className) {
var i;
var x = document.getElementsByClassName("class");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
document.getElementById(className).style.display = "block";
}
function openVenue(evt, venueName) {
var i, x, tablinks;
x = document.getElementsByClassName("venue");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < x.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" color-2", "");
}
document.getElementById(venueName).style.display = "block";
evt.currentTarget.className += " color-2";
}
</script>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64">
<a href="#home" class="w3-button"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<i class="fa fa-facebook-official w3-hover-text-indigo"></i>
<i class="fa fa-flickr w3-hover-text-red"></i>
<i class="fa fa-instagram w3-hover-text-purple"></i>
<i class="fa fa-twitter w3-hover-text-light-blue"></i>
<i class="fa fa-linkedin w3-hover-text-indigo"></i>
</div>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
<script>
// Toggle between showing and hiding the sidenav when clicking the menu icon
var mySidenav = document.getElementById("mySidenav");
function w3_open() {
if (mySidenav.style.display === 'block') {
mySidenav.style.display = 'none';
} else {
mySidenav.style.display = 'block';
}
}
// Close the sidenav with the close button
function w3_close() {
mySidenav.style.display = "none";
}
</script>
</body>
</html>