Skip to content

Instantly share code, notes, and snippets.

View techonomics69's full-sized avatar
:octocat:
Focusing

Christian Anderson techonomics69

:octocat:
Focusing
View GitHub Profile
@techonomics69
techonomics69 / index.html
Created September 15, 2020 12:20
personalee.vip
<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
<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
@techonomics69
techonomics69 / index.pug
Created September 15, 2020 10:46
Services Section
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
We couldn’t find that file to show.
@techonomics69
techonomics69 / designer.html
Last active February 21, 2020 23:26
designer
<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">
<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">
@techonomics69
techonomics69 / index.html
Created December 16, 2019 12:21
Single div CSS Tesla Cybertruck
<div id="cybertruck"></div>
@techonomics69
techonomics69 / index.html
Created December 16, 2019 12:21
Single div CSS Tesla Cybertruck
<div id="cybertruck"></div>
@techonomics69
techonomics69 / index.html
Created August 13, 2019 12:04
Paper Clip Toggle Switch
<input type="checkbox" id="toggle">
<label class="switch pristine" for="toggle">
<div class="handle"></div>
</label>