Skip to content

Instantly share code, notes, and snippets.

@synecdocheNORTH
synecdocheNORTH / beautiful-textual-map-of-the-usa-with-css.markdown
Created January 4, 2019 16:38
Beautiful Textual Map of the USA with CSS
@synecdocheNORTH
synecdocheNORTH / index.html
Created January 4, 2019 18:02
WebGL plane interactions | Curtains.js
<script id="simple-plane-vs" type="x-shader/x-vertex">
#ifdef GL_ES
precision mediump float;
#endif
// default mandatory variables
attribute vec3 aVertexPosition;
attribute vec2 aTextureCoord;
uniform mat4 uMVMatrix;

11/12: Paint on Mouse Move

Animated a little drawing I did with parallaxing and 3D transforms :) She paints in rainbow brush strokes wherever your mouse goes.

A Pen by Angela He on CodePen.

License.

Four Side Navigation

One of the early home navigation (and abandoned) styles for the Little & Big design and dev studio launch website.

This one didn't make the cut, but might be useful for someone else!

Watch this website! https://www.littleandbig.com.au/ We're launching on the 31st January 2019

A Pen by Allan Pooley on CodePen.

@synecdocheNORTH
synecdocheNORTH / index.pug
Last active January 4, 2019 21:43
Letter Super Nova
- var letters = [ "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
- var letters = [ "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"]
- var numRings= 100
section
.wrapper
//- each item in letters
//- div.el= item
@synecdocheNORTH
synecdocheNORTH / index.html
Created January 4, 2019 21:44
Parallax Self Portrait (Use Mouse on Desktop and Tilt on Mobile)
<html lang="en" class="loading">
<head>
<meta charset="utf-8">
<title>Ryan Brown Self Portrait</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" user-scalable="yes">
</head>
<body>
<div class="mobile-codepen-note">CodePen doesn't seem to support device tilt. Try viewing <a href="http://portraits.ryankbrown.com/self/" target="_blank">here</a></div>
<main>
@synecdocheNORTH
synecdocheNORTH / buddha-wise-words.markdown
Created January 4, 2019 21:57
Buddha wise words 🙏🏻

Buddha wise words 🙏🏻

As I was playing around with a javascript shortcut action for my ios devices, I thought that it might as well be turned into a pen also :-)

If you also want to experiment with coding javascript on iOS - take a look at this brilliant app: https://scriptable.app/

Click in left side to goto previous quote, click right side to goto next quote. Click the "Random" button for random quote. Click yellow tag to goto first quote with that tag. Click the "Copy" button to copy quote to clipboard,

Keyboard shortcuts: "left arrow" = Previous quote