-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
460 lines (381 loc) · 19.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="International Dance, LLC. - Inspiring generations of dancers since 1962 through award winning passion and excellence." />
<meta name="color-scheme" content="light dark" />
<link rel="canonical" href="https://internationaldance.llc/" />
<meta property="og:image:width" content="1333" />
<meta property="og:image:height" content="2000" />
<meta property="og:description"
content="Inspiring generations of dancers since 1962 through award winning passion and excellence." />
<meta property="og:title" content="International Dance" />
<!-- <meta property="og:url" content="https://international.dance" />
<meta property="og:image" content="https://international.dance/assets/images/social/og-image.jpg" /> -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/social/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/social/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="194x194" href="/assets/images/social/favicon-194x194.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/assets/images/social/android-chrome-192x192.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/social/favicon-16x16.png" />
<link rel="mask-icon" href="/assets/images/social/safari-pinned-tab.svg" color="#333333" />
<meta name="msapplication-TileColor" content="#333333" />
<meta name="msapplication-TileImage" content="/assets/images/social/mstile-144x144.png" />
<meta name="theme-color" content="#333333" />
<!-- https://dev.to/masakudamatsu/favicon-nightmare-how-to-maintain-sanity-3al7 -->
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/assets/images/social/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" type="text/css" href="/assets/css/reset.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/layout.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css />
<link rel=" stylesheet" type="text/css" href="/assets/css/swiper.css" />
<style>
:root {
--swiper-pagination-color: rgba(255, 255, 255, 1);
--swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1);
}
.swiper {
user-select: none;
box-sizing: border-box;
overflow: hidden;
width: 100%;
height: 100%;
padding: 0px 0px;
}
.swiper-slide {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
position: relative;
box-sizing: border-box;
overflow: hidden;
}
.swiper-slide-bg-image {
position: absolute;
left: -10%;
top: -10%;
width: 120%;
height: 120%;
z-index: 0;
}
.swiper-slide-content {
width: 100%;
height: 100%;
display: flex;
position: relative;
z-index: 1;
box-sizing: border-box;
transform: translate3d(0, 0, 0);
}
.swiper-slide-3f38 {
background-color: rgba(51, 51, 51, 1);
}
.swiper-slide-bg-image-7cef {
object-fit: contain;
}
.swiper-slide-content-fc83 {
align-items: center;
justify-content: flex-end;
flex-direction: column;
padding: 48px 48px;
gap: 24px;
}
.swiper-slide-text-852c {
color: rgba(255, 255, 255, 1);
text-align: left;
font-size: 48px;
line-height: 1.5;
font-weight: bold;
}
.swiper-slide-block-c5c2 {
display: flex;
box-sizing: border-box;
max-width: 640px;
align-items: center;
justify-content: flex-start;
flex-direction: row;
gap: 0px;
padding: 0px 0px;
}
.swiper-slide-text-71b7 {
color: rgba(255, 255, 255, 1);
text-align: center;
font-size: 18px;
line-height: 1.5;
}
</style>
<title>International Dance</title>
</head>
<body>
<app-container>
<header>
<app-promo>
<a href="https://app.thestudiodirector.com/internationaldance/portal.sd?page=Login" target="_new"
role="button">Enroll Today!</a>
</app-promo>
<app-message>
<a href="https://app.thestudiodirector.com/internationaldance/portal.sd?page=Login">Free trial class!</a> (new
students only)
</app-message>
<app-social>
<a href="https://www.facebook.com/internationaldancellc" target="_new">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<title>Facebook Page</title>
<desc>Link to International Dance Facebook Page</desc>
<path
d="M288 192v-38.1c0-17.2 3.8-25.9 30.5-25.9H352V64h-55.9c-68.5 0-91.1 31.4-91.1 85.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z">
</path>
</svg>
</a>
<a href="https://twitter.com/intdnc" target="_new">
<svg viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg">
<title>Twitter Page</title>
<desc>Link to International Dance Twitter Page</desc>
<path
d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" />
</svg>
</a>
<a href="https://www.instagram.com/internationaldancellc/" target="_new">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<title>Instagram Page</title>
<desc>Link to International Dance Instagram Page</desc>
<circle cx="255.25" cy="256.21" r="70.68"></circle>
<path
d="M338,54.63H174c-62.72,0-114,51.31-114,114V343.33c0,62.73,51.32,114,114,114H338c62.72,0,114-51.31,114-114V168.67C452,105.94,400.68,54.63,338,54.63ZM255.77,364.07A107.95,107.95,0,1,1,363.71,256.13,107.95,107.95,0,0,1,255.77,364.07Zm109.67-192A25.56,25.56,0,1,1,391,146.5,25.56,25.56,0,0,1,365.44,172.06Z">
</path>
</svg>
</a>
<a href="https://www.pinterest.com/internationaldancellc/" target="_new">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<title>Pinterest Page</title>
<desc>Link to International Dance Pinterest Page</desc>
<path
d="M264.59,47c-114.38,0-173,82.12-173,149.57,0,41.06,14.67,79.19,49.86,90.92,5.86,2.93,11.73,0,11.73-5.87,0-2.93,2.93-14.66,5.87-20.53s0-8.79-2.94-14.66c-8.8-11.73-14.66-26.4-14.66-46.92,0-61.59,46.92-114.38,120.24-114.38,64.53,0,99.72,41.06,99.72,93.85,0,70.38-32.26,129-76.25,129-26.4,0-44-20.53-38.13-46.93,5.87-29.32,20.53-64.52,20.53-85s-11.73-35.19-32.26-35.19c-26.4,0-46.93,26.39-46.93,61.59,0,23.46,8.8,38.12,8.8,38.12S167.8,354.94,164.87,375.47c-8.8,38.13,0,88,0,90.92s2.93,2.93,5.87,0,32.26-41.06,44-79.19c2.93-11.73,17.6-67.45,17.6-67.45,8.79,14.66,32.26,29.33,58.65,29.33,76.25,0,129-70.39,129-164.24C420,114.45,358.44,47,264.59,47Z">
</path>
</svg></a>
<a href="#">
<label>
<input type="checkbox" role="switch" />
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Toggle Light/Dark Mode</title>
<desc>Click to switch between light and dark mode</desc>
<path
d="M12.6128994,2.20970461 L12.7071068,2.29289322 L15.415,5 L18,5 C18.5128358,5 18.9355072,5.38604019 18.9932723,5.88337887 L19,6 L19,8.585 L21.7071068,11.2928932 C22.0675907,11.6533772 22.0953203,12.2206082 21.7902954,12.6128994 L21.7071068,12.7071068 L19,15.414 L19,18 C19,18.5128358 18.6139598,18.9355072 18.1166211,18.9932723 L18,19 L15.414,19 L12.7071068,21.7071068 C12.3466228,22.0675907 11.7793918,22.0953203 11.3871006,21.7902954 L11.2928932,21.7071068 L8.585,19 L6,19 C5.48716416,19 5.06449284,18.6139598 5.00672773,18.1166211 L5,18 L5,15.415 L2.29289322,12.7071068 C1.93240926,12.3466228 1.90467972,11.7793918 2.20970461,11.3871006 L2.29289322,11.2928932 L5,8.584 L5,6 C5,5.48716416 5.38604019,5.06449284 5.88337887,5.00672773 L6,5 L8.584,5 L11.2928932,2.29289322 C11.6533772,1.93240926 12.2206082,1.90467972 12.6128994,2.20970461 Z M12,7 L12,17 C14.7614237,17 17,14.7614237 17,12 C17,9.23857625 14.7614237,7 12,7 Z" />
</svg>
</label>
</a>
</app-social>
</header>
<nav>
<app-logo></app-logo>
<label for="toggle">☰</label>
<input type="checkbox" id="toggle" />
<menu>
<li><a href="#">ABOUT</a></li>
<li><a href="#">CLASSES</a></li>
<li><a href="#">POLICY</a></li>
<li><a href="#">CONTACT</a></li>
<li><a href="#">login</a></li>
</menu>
</nav>
<main>
<section class="intro">
<!-- <sub-section>
<h1>Welcome!</h1>
<p class="tagline">International Dance has been inspiring generations of dancers since 1962 through award winning passion and excellence.</p>
</sub-section> -->
<sub-section>
<app-seal></app-seal>
<!-- <div style="transform: translate(-320.524px, -173.782px) rotate(180deg);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url("//static.showit.co/1200/EwEsUuxLSEiL3_xJumf6cQ/72835/lines.png");">
</div>
<div style="transform: translate(-398.401px, -137.367px) rotate(312deg);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url("//static.showit.co/800/fSy9bSmFT4K3gp5Ov_1nZw/72835/paint-daubs-pink.png");">
</div>
<div style="transform: translate(-9.73469px, -81.3027px) rotate(-83deg);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url("//static.showit.co/1200/ozPwSvkWTh2Ekce--IW0RQ/72835/paint-splotch-c-white.png");">
</div> -->
</sub-section>
</section>
<section class="about">
<h2>ABOUT</h2>
<p>Founded in 1962 as the "School of International Dance by Prima Ballerina <a href="">Christina Heimlich</a>, International Dance has inspired dancers for generations.</p>
<p>Today, Miss Heimlich's legacy and mantel are taken to new heights with International Dance alumni, Shenandoah University Graduate, and current International Dance Owner, CEO, and Director <a href="">Elizabeth (Banks) Hawkins</a>.</p>
<p>Miss Elizabeth, instructors, and staff value and convey award-winning passion, discipline, and excellence with everything they do. Worthy investments that enrich student lives, families, and the community, through the art of dance.</p>
<p>The thriving Alexandria (<a href="#">soon to be Annandale</a>) VA premier school of dance offers <em>non-competitive</em> classical ballet, pointe, tap, jazz, modern, lyrical, folk, creative movement, and character dance instruction, year-round, for all ages.</p>
</section>
<section class="events">
<h2>EVENTS</h2>
<h4>CALENDAR</h4>
<p>Event <a href="">calendar</a> link</p>
<h4>PERFORMANCES</h4>
<p>Description of annual performances such as recitals</p>
<p>List of future and past performance <a href="">links</a>to photo galleries</p>
<h4>WORKSHOPS/INTENSIVES</h4>
<p>Description (who, what, when, where, why, how) of workshops and intensives</p>
<p>List of current/future workshops/intensives and <a href="">links</a></p>
<h4>MASTER CLASSES</h4>
<p>Description (who, what, when, where, why, how) of master classes</p>
<p>List of current/future master classes and <a href="">links</a></p>
<h4>PRIVATE LESSONS</h4>
<p>Description (who, what, when, where, why, how) of private lessons</p>
<h4>COMMUNITY/OUTREACH</h4>
<p>Description (who, what, when, where, why, how) of community and outreach programs</p>
<h4>CHARITY</h4>
<p>Description (who, what, when, where, why, how) of charity initiatives</p>
<h4>SPONSORSHIPS</h4>
<p>Description (who, what, when, where, why, how) of sponsorships</p>
<h4>STUDIO RENTAL</h4>
<p>Description (who, what, when, where, why, how) of renting the studio</p>
</section>
<section class="classes">
<h2>CLASSES</h2>
<h3>SCHEDULE</h3>
<h3>TUITION</h3>
</section>
<section class="staff">
<h2>Instructors and Staff</h2>
<!-- <figure>
<img src="pic_trulli.jpg" alt="Trulli" style="width:100%">
<figcaption>Fig.1 - Trulli, Puglia, Italy.</figcaption>
</figure> -->
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide swiper-slide-3f38">
<img class="swiper-slide-bg-image swiper-slide-bg-image-7cef" data-swiper-parallax="10%"
src="https://cdn.studio.swiperjs.com/monthly-maryellen-677/188a82ba634f7117f57d.jpg" />
<div class="swiper-slide-content swiper-slide-content-fc83">
<div class="swiper-slide-text swiper-slide-text-852c" data-swiper-parallax="-100">
Elizabeth Hawkins
</div>
<div class="swiper-slide-block swiper-slide-block-c5c2" data-swiper-parallax="-200">
<div class="swiper-slide-text swiper-slide-text-71b7" data-swiper-parallax="-100">
International Dance alumni, Shenandoah University Graduate, and
current International Dance Owner, CEO, and Director Elizabeth
(Banks) Hawkins.
</div>
</div>
</div>
</div>
<div class="swiper-slide swiper-slide-4737">
<img class="swiper-slide-bg-image swiper-slide-bg-image-7cef" data-swiper-parallax="10%"
src="https://cdn.studio.swiperjs.com/monthly-maryellen-677/f0057ec094e42b66da1d.jpg" />
<div class="swiper-slide-content swiper-slide-content-fc83">
<div class="swiper-slide-text swiper-slide-text-852c" data-swiper-parallax="-100">
Rebecca Collier
</div>
<div class="swiper-slide-block swiper-slide-block-c5c2" data-swiper-parallax="-200">
<div class="swiper-slide-text swiper-slide-text-71b7" data-swiper-parallax="-100">
Assistant Director/Instructor
</div>
</div>
</div>
</div>
<div class="swiper-slide swiper-slide-3f38">
<img class="swiper-slide-bg-image swiper-slide-bg-image-7cef" data-swiper-parallax="10%"
src="https://cdn.studio.swiperjs.com/monthly-maryellen-677/7e1b71989e7bbdf57f2d.jpg" />
<div class="swiper-slide-content swiper-slide-content-fc83">
<div class="swiper-slide-text swiper-slide-text-852c" data-swiper-parallax="-100">
Misha Mlejova
</div>
<div class="swiper-slide-block swiper-slide-block-c5c2" data-swiper-parallax="-200">
<div class="swiper-slide-text swiper-slide-text-71b7" data-swiper-parallax="-100">
Instructor
</div>
</div>
</div>
</div>
<div class="swiper-slide swiper-slide-3f38">
<img class="swiper-slide-bg-image swiper-slide-bg-image-7cef" data-swiper-parallax="10%"
src="https://cdn.studio.swiperjs.com/monthly-maryellen-677/4585d512728065ceb5b1.jpg" />
<div class="swiper-slide-content swiper-slide-content-fc83">
<div class="swiper-slide-text swiper-slide-text-852c" data-swiper-parallax="-100">
First Last Name
</div>
<div class="swiper-slide-block swiper-slide-block-c5c2" data-swiper-parallax="-200">
<div class="swiper-slide-text swiper-slide-text-71b7" data-swiper-parallax="-100">
Instructor's Assistant
</div>
</div>
</div>
</div>
<div class="swiper-slide swiper-slide-3f38">
<img class="swiper-slide-bg-image swiper-slide-bg-image-7cef" data-swiper-parallax="10%"
src="https://cdn.studio.swiperjs.com/monthly-maryellen-677/70ad59e52771340cc4da.jpg" />
<div class="swiper-slide-content swiper-slide-content-fc83">
<div class="swiper-slide-text swiper-slide-text-852c" data-swiper-parallax="-100">
Sara Moorman
</div>
<div class="swiper-slide-block swiper-slide-block-c5c2" data-swiper-parallax="-200">
<div class="swiper-slide-text swiper-slide-text-71b7" data-swiper-parallax="-100">
Front Office Manager / Enrolment Coordinator
</div>
</div>
</div>
</div>
<div class="swiper-slide swiper-slide-3f38">
<img class="swiper-slide-bg-image swiper-slide-bg-image-7cef" data-swiper-parallax="10%"
src="https://cdn.studio.swiperjs.com/monthly-maryellen-677/500bddefa5984b91179e.jpg" />
<div class="swiper-slide-content swiper-slide-content-fc83">
<div class="swiper-slide-text swiper-slide-text-852c" data-swiper-parallax="-100">
First Last Name
</div>
<div class="swiper-slide-block swiper-slide-block-c5c2" data-swiper-parallax="-200">
<div class="swiper-slide-text swiper-slide-text-71b7" data-swiper-parallax="-100">
Position Title
</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script>
var swiper = new Swiper(".swiper", {
observer: true,
observeParents: true,
watchSlidesProgress: true,
autoplay: { enabled: true },
grabCursor: true,
pagination: { el: ".swiper-pagination" },
parallax: { enabled: true },
speed: 600,
keyboard: { enabled: true },
rewind: true,
});
</script>
</section>
</main>
<aside>
<p>Paragraph content in ASIDE.</p>
</aside>
<footer>
<app-author>©D7460N</app-author>
<app-version>0.0001</app-version>
</footer>
</app-container>
<script src="assets/js/scripts.js"></script>
</body>
</html>