-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
628 lines (591 loc) · 22.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-155323725-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-155323725-1");
</script>
<title>The Symmetry Origins</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="Description"
content="TSOmovie - a screenplay for the action-musical, based on Muse songs. See info about the project, including fanmade promo clip."
/>
<link
href="https://fonts.googleapis.com/css?family=Cabin:400,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/glider-js@1/glider.min.css"
/>
<link href="assets/js/lightbox/lightbox.min.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/main.min.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
<link rel="icon" type="image/jpg" href="favicon.jpg" />
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">The Symmetry Origins</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="#banner" class="scrolly">Home</a></li>
<li><a href="#trailer" class="scrolly">Trailer</a></li>
<li>
<a href="#tso" class="scrolly">The Symmetry Origins</a>
</li>
<li>
<a href="#wos" class="scrolly">World of Symmetry</a>
</li>
<li>
<a href="#tga" class="scrolly">The Global Assault</a>
</li>
<li><a href="#gallery" class="scrolly">Gallery</a></li>
<li><a href="#team" class="scrolly">Team</a></li>
<li><a href="#creator" class="scrolly">Creator</a></li>
<li><a href="#cta" class="scrolly">Contact Us</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>The Symmetry Origins</h2>
<p>A screenplay for Muse action musical</p>
<ul class="actions special">
<li>
<a href="#trailer" class="button primary scrolly"
>Watch Trailer</a
>
</li>
</ul>
</div>
<a href="#tso" class="more scrolly">Learn More</a>
</section>
<!-- Trailer -->
<section class="wrapper style1 special">
<div class="inner">
<header data-aos="fade-up" id="trailer" class="section-header">
<h2>Trailer</h2>
</header>
<div class="video-container">
<a href="https://www.youtube.com/watch?v=W_vhX2Q_EZk" data-lightbox>
<img data-aos="fade-up" src="images/video-player.svg" alt="" />
</a>
</div>
<div data-aos="fade-up" class="testimonials">
<span> “</span>
<p>
It is a dark, neo-gothic script for energizing and dynamic action
musical, first of its kind
</p>
<span>”</span>
</div>
</div>
</section>
<section id="one" class="wrapper alt style2">
<!-- TSO -->
<section id="tso" class="spotlight">
<div data-aos="fade-up" class="image">
<img src="images/pic01.png" alt="" />
</div>
<div class="content">
<header data-aos="fade-up" class="section-header">
<h2>
Action-musical idea
</h2>
</header>
<h2 data-aos="fade-up" class="text-block-header">Prelude…</h2>
<p data-aos="fade-up" class="text-block">
The Symmetry Origins (or TSO / TSOmovie) is a screenplay for the
action-musical, based on Muse songs. Script is kept in fantasy
genre, the action takes place in our world, present times, and it
contains Muse songs from each album up to “Drones”. Script idea is
based on the song’s total adaptation, such as full synchronisation
between the music and the onscreen performance. The lyrics are
used as dialogues lines. Assumption is that the whole song is used
as an action background (for of the fighting, running, love etc.).
There is no synchronised dance thou. Despite the musical form of
the film, story is relatively dark, fulfilled with mystery. It
shows the struggle for power and two opposing sides, fighting for
their own agenda. “The Symmetry Origins” – a dark, neo-gothic
script for energizing and dynamic action musical, first of its
kind.
</p>
</div>
</section>
<!-- WOS -->
<section id="wos" class="spotlight">
<div data-aos="fade-up" data-aos="fade-up" class="image">
<img src="images/pic02.jpg" alt="" />
</div>
<div class="content">
<header
data-aos="fade-up"
data-aos="fade-up"
class="section-header"
>
<h2>
World of Symmetry
</h2>
</header>
<h2 data-aos="fade-up" data-aos="fade-up" class="text-block-header">
Prelude…
</h2>
<p data-aos="fade-up" data-aos="fade-up" class="text-block">
It seems that in our modern world there is no more space for
mysticism. In our daily routine we take little time for
reflection. So could you imagine your reaction for a repeating
visions? Visions of solace and brotherhood? Wingers are the people
endowed with angelic powers. In danger, they can summon mystic
wings, a bright breastplate and a flaming sword. Matthew is one of
them. He discovers and joins a large group of Wingers. Do they
manage to keep their hearts pure while owning such powers? Eric
repairs energy grids, recently overloaded after night time. One
morning, he discovers his sister has gone missing. Searching for
her he meets a group of scientists, who investigate grid
aberrations. Together they witness the impossible. Will they be
able to believe in what they see? Will Eric manage to use the full
potential of Nordic runes? TSO is a story of two opposite ideas
and their followers who act secretly, protecting their mystery. It
is a story, where love and passion intertwine with betrayal,
struggle for power and naivety that can be more dangerous than the
enemy themselves. It is the time when our world once more is
filled with mystic powers. Common people are terrified by the
steep rise in the number of missing loved ones, while official
representatives become more and more inquiring. Resistance is
growing against the Wingers. Will the two sides manage to overcome
those boundaries? Are Wingers able to stand against the power of
runes? Is the fact that two sides are guided by good intensions
enough to avoid the conflict? Or will we all witness the symmetry
origins?
</p>
</div>
</section>
<!-- TGA -->
<section id="tga" class="spotlight">
<div data-aos="fade-up" class="image">
<img src="images/gallery/gallery-img-02.png" alt="" />
</div>
<div class="content">
<header data-aos="fade-up" class="section-header">
<h2>
The Global Assault
</h2>
</header>
<h2 data-aos="fade-up" class="text-block-header">Promo clip</h2>
<p data-aos="fade-up" class="text-block">
done for the project. It is a fan made video, presenting what we
have in mind naming TSO the “action” musical. Video contains two
covers – “Assassin Grand Omega Bosses” and “Ashamed” – and the
action is synchronized with the music. In the beginning, we used
an originally composed track by Maja Krawczyk – “The Symmetry
Effect”. In full screenplay, where we use a lot more songs, there
are more traditional musical scenes, but with very small budget we
had to choose something to show you and we choose the action. In
the promo we see a scene written especially for it, which combines
several different scenes from the whole script. We see here two
sides of the conflict and how little ordinary people and even
brother of the kidnapped know about Wingers and their plans.
</p>
</div>
</section>
</section>
<!-- Gallery -->
<section id="gallery" class="wrapper style1 special">
<header data-aos="fade-up" class="section-header">
<h2>
Gallery
</h2>
</header>
<div data-aos="fade-up" class="gallery">
<div class="glider-contain">
<div class="glider">
<div class="card-image">
<a href="images/gallery/gallery-img-01.jpg">
<img
src="images/gallery/thumb-img-01.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-02.png">
<img
src="images/gallery/thumb-img-02.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-03.png">
<img
src="images/gallery/thumb-img-03.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-04.png">
<img
src="images/gallery/thumb-img-04.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-05.jpg">
<img
src="images/gallery/thumb-img-05.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-06.jpg">
<img
src="images/gallery/thumb-img-06.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-07.jpg">
<img
src="images/gallery/thumb-img-07.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-08.jpg">
<img
src="images/gallery/thumb-img-08.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-09.jpg">
<img
src="images/gallery/thumb-img-09.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-10.jpg">
<img
src="images/gallery/thumb-img-10.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-11.png">
<img
src="images/gallery/thumb-img-11.jpg"
alt="Slider Image"
/>
</a>
</div>
<div class="card-image">
<a href="images/gallery/gallery-img-12.png">
<img
src="images/gallery/thumb-img-12.jpg"
alt="Slider Image"
/>
</a>
</div>
</div>
<span role="button" aria-label="Previous" class="glider-prev"
><i class="fas fa-chevron-left"></i
></span>
<span role="button" aria-label="Next" class="glider-next"
><i class="fas fa-chevron-right"></i
></span>
<span role="tablist" class="dots"></span>
</div>
</div>
</section>
<!-- Team -->
<section id="team" class="wrapper style3 special">
<div class="inner">
<header data-aos="fade-up" class="section-header section-header__alt">
<h2>TSO TEAM</h2>
</header>
<ul data-aos="fade-up" class="features">
<li class="">
<img
src="images/team/team-11-marek.jpg"
class="team-image"
alt=""
/>
<div class="header-wrap">
<h3>
<a
href="https://www.facebook.com/Stowarzyszenie-AKCJA-357569917964466/"
target="_blank"
>Marek Dębski</a
>
</h3>
<p>Executive producers</p>
</div>
</li>
<li>
<img
src="images/team/team-22-mikołaj.jpg"
class="team-image"
alt=""
/>
<div class="header-wrap">
<h3>
<a
href="https://www.instagram.com/mikolajmongialo/"
target="_blank"
>Mikołaj Mongiało</a
>
</h3>
<p>“The Policeman”<br /></p>
</div>
</li>
<li>
<img
src="images/team/team-33-mirek.jpg"
class="team-image"
alt=""
/>
<div class="header-wrap">
<h3>
<a
href="https://miroslawsteckiewiczfotograf.wordpress.com/"
target="_blank"
>Mirek Steckiewicz</a
>
</h3>
<p>
Photographer
</p>
</div>
</li>
<li>
<img
src="images/team/team-44-kuba.jpg"
class="team-image"
alt=""
/>
<div class="header-wrap">
<h3>
<a href="https://vimeo.com/user24976837" target="_blank"
>Kuba Bastkowski</a
>
</h3>
<p>
Editor
</p>
</div>
</li>
<li>
<img
src="images/team/team-55-rafał.jpg"
class="team-image"
alt=""
/>
<div class="header-wrap">
<h3>
<a href="https://www.instagram.com/tac.love/" target="_blank"
>Rafał Skoczylas</a
>
</h3>
<p>
Tactical consulting
</p>
</div>
</li>
<li>
<img
src="images/team/team-66-maja.jpg"
class="team-image"
alt=""
/>
<div class="header-wrap">
<h3>
<a
href="https://www.youtube.com/c/MajaKrawczyk"
target="_blank"
>Maja Krawczyk</a
>
</h3>
<p>
Original music and covers
</p>
</div>
</li>
<li>
<img
src="images/team/team-77-alex.jpg"
class="team-image"
alt=""
/>
<div class="header-wrap">
<h3>
<a
href="https://www.talenthouse.com/alex-projector"
target="_blank"
>Alex Projector</a
>
</h3>
<p>
Logo designer
</p>
</div>
</li>
<li>
<img
src="images/team/team-88-mateusz.jpg"
class="team-image"
alt=""
/>
<div class="header-wrap">
<h3>
<a
href="https://www.facebook.com/mkwiatkowski.film"
target="_blank"
>Mateusz Kwiatkowski</a
>
</h3>
<p>
Director of photography
</p>
</div>
</li>
</ul>
</div>
</section>
<!-- Creator -->
<section id="creator" class="spotlight">
<div data-aos="fade-up" class="image">
<img src="images/gallery/gallery-img-11.png" alt="" />
</div>
<div class="content">
<header data-aos="fade-up" class="section-header">
<h2>
Creator
</h2>
</header>
<h2 data-aos="fade-up" class="text-block-header">J.M. Gopek</h2>
<p data-aos="fade-up" class="text-block">
Fan of Muse born in 1984, a graduate of sociology in Szczecin’s
University. Since 2009 involved in environmental protection tasks
along with implementation of national and international projects on
the subject. Author and coordinator of international projects
supporting the Lviv Oblast, founded by a “The Polish Aid”, Polish
Ministry of Foreign Affairs support programme. Coordinator of the
partnership activities in “ROKWOOD”, founded within the 7th
Framework Program. Co-author and Coordination of research and
development project in the “Biostrateg II” programme, Poland. Since
1999 an active RPG player, since 2001 the Game Master. Amateur
Goalkeeper.
</p>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style2">
<div class="inner">
<header data-aos="fade-up">
<h2>Liked what you saw?</h2>
<p>
Or You're also huge Muse fan? Contact with us, we are open for
cooperation, conversation and project development.
</p>
</header>
<ul data-aos="fade-up" class="actions stacked">
<li><a href="mailto:[email protected]?Subject=Hello%20TSO" target="_top" class="button primary fit">Drop an email</a></li>
<li>
<a
href="https://facebook.com/tsomovie/"
target="_blank"
class="button fit"
>Read more</a
>
</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer data-aos="fade-up" id="footer">
<ul class="icons">
<li>
<a
href="https://twitter.com/jmgopek"
class="social-links"
target="_blank"
>
<span class="icon icon-twitter"></span>
<span class="label">Twitter</span></a
>
</li>
<li>
<a
href="https://facebook.com/tsomovie/"
class="social-links"
target="_blank"
>
<span class="icon icon-facebook"></span>
<span class="label">Facebook</span></a
>
</li>
<li>
<a
href="https://instagram.com/j.m.gopek"
class="social-links"
target="_blank"
>
<span class="icon icon-instagram"></span>
<span class="label">Instagram</span></a
>
</li>
</ul>
<ul class="copyright">
<li>© Symmetry Origins</li>
<li>
Design & Code :
<a href="https://github.com/space11" target="_blank">Space</a>
</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/glider-js@1/glider.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="assets/js/lightbox/lightbox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>