Staak presents Winter Tidings, a magical message sending service. Enter the enchanted forest, summon the woodland spirits and form a one-of-a-kind snowflake to carry your festive message anywhere in the world.
Created
June 22, 2018 09:35
-
-
Save sharmer156/67d12c55151e899b8530a282dacd13de to your computer and use it in GitHub Desktop.
Winter Tidings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="portrait"> | |
| <div id="world"></div> | |
| <div id="container" class="start"></div> | |
| <audio id="audio" preload loop> | |
| <source src="https://s3.amazonaws.com/winter-tidings/assets/audio/forest-lullaby-soundtrack.mp3" type="audio/mpeg"> | |
| </audio> | |
| <audio id="soundeffects" preload src="https://s3.amazonaws.com/winter-tidings/assets/audio/sound-effects.mp3"></audio> | |
| </div> | |
| <script async src="https://www.googletagmanager.com/gtag/js?id=UA-6600215-50"></script> | |
| <script> | |
| function gtag() { | |
| dataLayer.push(arguments) | |
| } | |
| window.dataLayer = window.dataLayer || [], gtag("js", new Date), gtag("config", "UA-6600215-50") | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://winter-tidings.s3.amazonaws.com/codepen/app.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body.running { | |
| background: #102132 !important; | |
| } | |
| #container { | |
| width: 376px; | |
| height: 667px; | |
| position: absolute; | |
| top:0; | |
| right:0; | |
| bottom:0; | |
| left:0; | |
| margin: auto; | |
| } | |
| body.start { | |
| background: url('https://s3.amazonaws.com/winter-tidings/assets/images/holder-bg.jpg'); | |
| background-position: center center; | |
| background-size: cover; | |
| } | |
| canvas { | |
| width: 375px; | |
| height: 667px; | |
| position: absolute; | |
| top:0; | |
| right:0; | |
| bottom:0; | |
| left:0; | |
| margin: auto; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link href="https://www.wintertidings.com/static/styles/main.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment