Skip to content

Instantly share code, notes, and snippets.

View doc22940's full-sized avatar

Acampbell doc22940

View GitHub Profile
@doc22940
doc22940 / don-t-look-down.markdown
Created December 21, 2020 03:56
Don't Look Down
@doc22940
doc22940 / drag-and-drop-with-html5-and-es6.markdown
Created December 20, 2020 21:07
Drag and Drop with HTML5 and ES6
@doc22940
doc22940 / index.html
Created December 20, 2020 03:23
Parasites
<canvas id="c"></canvas>
<a target="__blank" data-text="Made with Verly.js" data-text2="Give Verly.js a star on Github" href="https://github.com/anuraghazra/Verly.js"></a>
@doc22940
doc22940 / background-image-gradient-overlay.markdown
Created December 19, 2020 23:09
Background image gradient overlay
@doc22940
doc22940 / css-responsive-house.markdown
Created December 19, 2020 17:03
CSS Responsive House
@doc22940
doc22940 / index.pug
Created December 19, 2020 14:07
Portfolio Landing Page Canvas Effect 1
link(
rel="stylesheet",
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
)
canvas#landing-canvas
.info-container
h1
| Hi, I'm
@doc22940
doc22940 / flickering-neon-sign.markdown
Created December 18, 2020 22:07
Flickering neon sign

Flickering neon sign

My first attempt at making a neon sign with an unsteady, flickering light and surrounding glow. Didn't want to go too overboard with the effect because it can be very eye straining.

A Pen by Acampbell on CodePen.

License.

@doc22940
doc22940 / codepen-challenge-paperboy.markdown
Last active December 18, 2020 22:07
Codepen Challenge: Paperboy

Codepen Challenge: Paperboy

A newspaper edition inspired by Paperboy and other retro game challenges from this month. Articles brought to you by Wikipedia. :)

A Pen by Acampbell on CodePen.

License.

@doc22940
doc22940 / index.html
Created December 18, 2020 18:24
Jeff the Bug in Flight Mode
<svg version="1.1" x="0px" y="0px" width="448px" height="500px" viewBox="0 0 448 500">
<path class="wing right"opacity="0.4" fill="#737A58" d="M243.58,216.823c0,0,132.164-157.88,142.095-183.511
c9.933-25.631,104.85,50.994,34.854,98.367C350.535,179.054,264.334,219.559,243.58,216.823z"/>
<path class="wing left"opacity="0.4" fill="#737A58" d="M208.092,235.668c0,0-136.666-154-147.333-179.334s-103.333,54-32,99.334
C100.092,201,187.426,239.001,208.092,235.668z"/>
<g class="bug-body">
<path fill="#8EAA3D" d="M204.521,193.741c0,0-101.253,180.717,9.944,212.317c111.198,31.601,114.813-106.652,76.844-160.967
c-37.97-54.313-60.57-47.4-58.763-66.164C234.355,160.165,204.521,193.741,204.521,193.741z"/>
<ellipse fill="#452A11" cx="215.5" cy="107.5" rx="118.5" ry="103.5"/>
<line fill="none" stroke="#000000" stroke-width="9" stroke-miterlimit="10" x1="255" y1="94" x2="225" y2="112"/>
@doc22940
doc22940 / index.html
Created December 18, 2020 18:23
Random Bokeh Dots
<div class="bokehs"></div>
<a href="http://una.im">More Image Effects on my Blog :)</a>