Skip to content

Instantly share code, notes, and snippets.

View cluzier's full-sized avatar
🏠
Working from home

Conner Luzier cluzier

🏠
Working from home
View GitHub Profile
@cluzier
cluzier / index.html
Created June 20, 2019 13:54
thinking..
<!--
hardships, breakups, whatever it may be, are all part of life. people come and go but those who stay are the ones worth saying 'i love you' to. dont take anyone for granted, live life to the fullest.
to the one who broke my heart. i still love you.
-->
<h1>
<a class="typewrite"
data-type='[ "i love you",
"i like you",
@cluzier
cluzier / index.html
Created June 20, 2019 13:50
"M" Stamp Icon
<div class="wrapper">
<div id="circ">
<p>DESIGN IT • MAKE IT HOME • PLAN IT • DESIGN IT • BUILD IT •
</div>
<div class="M">M</div>
</div>
@cluzier
cluzier / random_color_array.js
Created February 13, 2019 15:50 — forked from mucar/random_color_array.js
Javascript Random Color Array
var colorArray = ['#FF6633', '#FFB399', '#FF33FF', '#FFFF99', '#00B3E6',
'#E6B333', '#3366E6', '#999966', '#99FF99', '#B34D4D',
'#80B300', '#809900', '#E6B3B3', '#6680B3', '#66991A',
'#FF99E6', '#CCFF1A', '#FF1A66', '#E6331A', '#33FFCC',
'#66994D', '#B366CC', '#4D8000', '#B33300', '#CC80CC',
'#66664D', '#991AFF', '#E666FF', '#4DB3FF', '#1AB399',
'#E666B3', '#33991A', '#CC9999', '#B3B31A', '#00E680',
'#4D8066', '#809980', '#E6FF80', '#1AFF33', '#999933',
'#FF3380', '#CCCC00', '#66E64D', '#4D80CC', '#9900B3',
'#E64D66', '#4DB380', '#FF4D4D', '#99E6E6', '#6666FF'];
@cluzier
cluzier / 404-page-not-found.markdown
Created December 12, 2018 00:26
404 Page Not Found
@cluzier
cluzier / index.html
Created December 12, 2018 00:24
Parallax Practice
<div id="parallax-container">
<div style="background-image: url(https://cdn2.hubspot.net/hubfs/1951013/Parallax/SkyBG.png);">
</div>
<div style="background-image: url(https://cdn2.hubspot.net/hubfs/1951013/Parallax/Clouds1.png);">
</div>
<div style="background-image: url(https://cdn2.hubspot.net/hubfs/1951013/Parallax/Clouds2.png);">
</div>
<div style="background-image: url(https://www.superrb.com/frontend/img/parallax/mountains-foreground-layer-6.png);">
</div>
<div class="mountains" style="background-image: url(http://plasticdetox.me/static/media/bg6.8ab073ae.png)";>
@cluzier
cluzier / earth-pure-css.markdown
Created December 12, 2018 00:24
Earth Pure CSS
@cluzier
cluzier / 500-internal-error.markdown
Created November 15, 2018 16:00
500 Internal Error
@cluzier
cluzier / index.html
Last active June 19, 2018 22:06
three.js planet with moon
<div id="canvas"></div>
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
</div>