Skip to content

Instantly share code, notes, and snippets.

View smussah's full-sized avatar

Sadik Mussah smussah

  • United States
View GitHub Profile
@smussah
smussah / index.html
Created November 21, 2018 05:53
particles.js snow
<div id="particles-js"></div>
@smussah
smussah / checkbox-rocker-toggle-switch.markdown
Created November 20, 2018 05:19
Checkbox Rocker Toggle Switch
@smussah
smussah / fullscreen-html5-page-background-video.markdown
Created November 20, 2018 05:18
Fullscreen HTML5 Page Background Video
@smussah
smussah / index.html
Created November 20, 2018 05:17
Sign-Up/Login Form
<div class="form">
<ul class="tab-group">
<li class="tab active"><a href="#signup">Sign Up</a></li>
<li class="tab"><a href="#login">Log In</a></li>
</ul>
<div class="tab-content">
<div id="signup">
<h1>Sign Up for Free</h1>
@smussah
smussah / css-3d-solar-system.markdown
Created November 20, 2018 05:14
CSS 3D Solar System
@smussah
smussah / canvas-parallax-mountains.markdown
Created November 20, 2018 04:51
Canvas Parallax Mountains

Canvas Parallax Mountains

This pen is a modification of my previous Canvas Parallax Skyline pen, only with mountains this time! This one isn't totally optimized yet though. Still having trouble finding exactly when I can reset a point to the end of the canvas, with the least runoff on the edges. Right now I am overshooting both sides a little bit too much.

A Pen by Sadik Mussah on CodePen.

License.

@smussah
smussah / canvas-swarming-bugs.markdown
Last active November 20, 2018 04:49
Canvas Swarming Bugs

Canvas Swarming Bugs

The swarming bugs will latch on to and eat any food that gets within range. Click the screen to create more food. Using the lovely Sketch.js once again!

A Pen by Captain Anonymous on CodePen.

License.