A Pen by Brian Bauska on CodePen.
🏠
- https://sayhello bauska.org/
- @bbauska
- brian.bauska
- https://www.snapchat.com/brianbauska2019
- in/brian-bauska-89240679
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="cover"> | |
| <div class="hi">This is fully responsive & mobile friendly YouTube video background scaled with 16/9 aspect ratio. Actually bunch of videos - js loads randomly 1 of 4 with different start/end times, then it loops through all the vids.<br><br> Click <span>here</span> to <em>un</em>mute & <span>here</span> to see another vid (<em>0</em> of <em>0</em>). Check all of them! They're quite awesome. ;]</div> | |
| </div> | |
| <div class="tv"> | |
| <div class="screen mute" id="tv"></div> | |
| </div> |
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="search"> | |
| <svg class="search-svg" viewBox="0 0 320 70" | |
| data-init="M160,3 L160,3 a27,27 0 0,1 0,54 L160,57 a27,27 0 0,1 0,-54 M197,67 181.21,51.21" | |
| data-mid="M160,3 L160,3 a27,27 0 0,1 0,54 L160,57 a27,27 0 0,1 0,-54 M179.5,49.5 179.5,49.5" | |
| data-active="M27,3 L293,3 a27,27 0 0,1 0,54 L27,57 a27,27 0 0,1 0,-54 M179.5,49.5 179.5,49.5"> | |
| <path class="search-svg__path" d="M160,3 L160,3 a27,27 0 0,1 0,54 L160,57 a27,27 0 0,1 0,-54 M197,67 181.21,51.21" /> | |
| </svg> | |
| <input type="text" class="search-input" /> | |
| <div class="search-close"></div> | |
| </div> |
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="banner">You can zoom in and click and drag to explore the scene.</div> | |
| <a href="https://www.isladjan.com/about/" class="btn btn-left" target="_blank">My Works</a> | |
| <button class="btn btn-right" id="fullscreenBtn">Go Fullscreen</button> | |
| <div class="webgl"></div> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "three": "https://unpkg.com/three@0.161.0/build/three.module.js", | |
| "three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/" |
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 id="green-filter"></div> | |
| <div id="top-gradient" class="gradient"></div> | |
| <div id="bottom-gradient" class="gradient"></div> | |
| <div id="logo-wrapper"> | |
| <div id="logo"> | |
| <div id="logo-border" class="absolute-centered"></div> | |
| <div id="logo-border-inner" class="absolute-centered"></div> | |
| <div id="logo-text"> | |
| <div id="hulu-text" class="zen-dots-font">hulu</div> | |
| <div id="originals-text" class="jakarta-sans-font">ORIGINALS</div> |