Skip to content

Instantly share code, notes, and snippets.

View richardmax's full-sized avatar

Richard Max richardmax

View GitHub Profile
@richardmax
richardmax / index.html
Created October 8, 2018 11:58
One Page Navigation CSS Menu
<div class="ct" id="t1">
<div class="ct" id="t2">
<div class="ct" id="t3">
<div class="ct" id="t4">
<div class="ct" id="t5">
<ul id="menu">
<a href="#t1"><li class="icon fa fa-bolt" id="uno"></li></a>
<a href="#t2"><li class="icon fa fa-keyboard-o" id="dos"></li></a>
<a href="#t3"><li class="icon fa fa-rocket" id="tres"></li></a>
<a href="#t4"><li class="icon fa fa-dribbble" id="cuatro"></li></a>
@richardmax
richardmax / index.html
Created September 27, 2018 14:30
three js test
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<div id="container"></div>
<div id="info"><a href="https://threejs.org" target="_blank">three.js css3d</a> - periodic table. <a href="https://plus.google.com/113862800338869870683/posts/QcFk5HrWran" target="_blank">info</a>.</div>
<div id="menu">
<button id="table">TABLE</button>
<button id="sphere">SPHERE</button>
<button id="helix">HELIX</button>
<button id="grid">GRID</button>
</div>
@richardmax
richardmax / index.html
Created September 27, 2018 14:30
three.js css3d - periodic table. info.
<div id="container"></div>
<div id="menu">
<button id="table">TABLE</button>
<button id="sphere">SPHERE</button>
<button id="helix">HELIX</button>
<button id="grid">GRID</button>
</div>
@richardmax
richardmax / index.html
Created September 26, 2018 15:30
Pastel Hexagon Party
<div class="wrapper">
<div class="background background_1"></div>
<div class="background background_2"></div>
<div class="background background_3"></div>
<div class="background background_4"></div>
<div class="row row_1">
<div class="hexagon ring ring_1"><span></span></div>
<div class="hexagon ring ring_1"><span></span></div>
<div class="hexagon ring ring_1"><span></span></div>
@richardmax
richardmax / hexagon-grid.markdown
Created September 26, 2018 14:26
Hexagon grid
@richardmax
richardmax / _Stay_standalone.md
Last active April 25, 2016 19:25 — forked from irae/_Stay_standalone.md
Stay Standalone: Prevent links in standalone web apps opening Mobile Safari

#Stay Standalone

A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.