A Pen by christian anderson on CodePen.
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://unpkg.com/[email protected]/build/three.min.js"></script> | |
| <script src="https://unpkg.com/[email protected]/examples/js/utils/BufferGeometryUtils.js"></script> | |
| <script src="https://unpkg.com/[email protected]/examples/js/controls/OrbitControls.js"></script> | |
| <script> | |
| var noise = ` | |
| // | |
| // Description : Array and textureless GLSL 2D/3D/4D simplex | |
| // noise functions. | |
| // Author : Ian McEwan, Ashima Arts. | |
| // Maintainer : stegu |
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://unpkg.com/[email protected]/build/three.min.js"></script> | |
| <script src="https://unpkg.com/[email protected]/examples/js/utils/BufferGeometryUtils.js"></script> | |
| <script src="https://unpkg.com/[email protected]/examples/js/controls/OrbitControls.js"></script> | |
| <script> | |
| var noise = ` | |
| // | |
| // Description : Array and textureless GLSL 2D/3D/4D simplex | |
| // noise functions. | |
| // Author : Ian McEwan, Ashima Arts. | |
| // Maintainer : stegu |
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
| section.c-section | |
| h2.c-section__title | |
| span Our Services | |
| ul.c-services | |
| li.c-services__item | |
| h3 Responsive Web Design | |
| p | |
| | We leverage the concept of mobile-first design. Through our work, we focus on designing an experience that works across different screen sizes. | |
| li.c-services__item | |
| h3 UX Auditing |
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 rel="import" href="../../salesforce/s1-elements/scaffold/s1AppScaffold.html"> | |
| <link rel="import" href="../../salesforce/s1-elements/scaffold/s1PageContainer.html"> | |
| <link rel="import" href="../../salesforce/s1-elements/s1StagedNavigationStageLeft.html"> | |
| <link rel="import" href="../../salesforce/s1-elements/s1StagedNavigationNotifications.html"> | |
| <link rel="import" href="../../salesforce/s1-elements/s1AnchorLightDefault.html"> | |
| <link rel="import" href="../../salesforce/s1-elements/s1ListWithLabels.html"> | |
| <link rel="import" href="../../salesforce/s1-elements/s1AnchorDark.html"> | |
| <link rel="import" href="../../salesforce/s1-elements/s1IndicatorDotsLightBackground.html"> | |
| <link rel="import" href="../../salesforce/s1-elements/s1ButtonGroups.html"> | |
| <link rel="import" href="../../salesforce/s1-elements/scaffold/s1DetailView.html"> |
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 = "hero-image"> | |
| <svg class="hero-image-svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
| viewBox="0 0 1920 1080" xml:space="preserve"> | |
| <g id="content"> | |
| <g id="light" class=""> | |
| <g class="st2"> | |
| <polygon class="st3" points="823.3,331 12.6,1080 1756.7,1080.1 1602,658.7"/> | |
| </g> | |
| <g class="st4"> |
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="cybertruck"></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 id="cybertruck"></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
| <input type="checkbox" id="toggle"> | |
| <label class="switch pristine" for="toggle"> | |
| <div class="handle"></div> | |
| </label> |