Skip to content

Instantly share code, notes, and snippets.

View rniswonger's full-sized avatar
🖖

Ryan Niswonger rniswonger

🖖
View GitHub Profile
@rniswonger
rniswonger / Maban Website Contract.md
Created November 25, 2015 00:37 — forked from maban/Maban Website Contract.md
My boilerplate contract

Website Contract [month] [year]

Description of this Contract

This contract is not meant to trick or deceive you; the intention is purely to protect both parties. I have tried to keep the wording as plain as possible, but if anything is unclear, please let me know and I will be more than happy to clarify it with you. Also, until you sign it, please feel free to request to change bits of it to suit your requirements.

In short, [client name] is contracting me, [my name], to [description of my role] between [start date and finish date].

By signing this, you are confirming that you have the power and ability to enter into this contract on behalf of [client's company].

@rniswonger
rniswonger / config.json
Last active June 28, 2016 17:19 — forked from anonymous/config.json
Bootstrap Customizer Config - Minimum components for navbar w/dropdowns
{
"vars": {},
"css": [
"forms.less",
"responsive-utilities.less",
"navs.less",
"navbar.less",
"component-animations.less",
"dropdowns.less"
],
@rniswonger
rniswonger / rays.js
Last active November 16, 2016 00:27 — forked from alanedwardes/rays.js
Generates animated sun rays using HTML canvas
var rays = new Object({
canvas: false,
context: false,
offset: 0,
speed: 0.005,
animating: false,
color_1: '',
color_2: '',
mid_x: 0,