Skip to content

Instantly share code, notes, and snippets.

View Protohominid's full-sized avatar

Protohominid

View GitHub Profile
@Protohominid
Protohominid / .gitignore
Created May 17, 2018 20:31 — forked from redoPop/.gitignore
Template .gitignore file for WordPress projects
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

@Protohominid
Protohominid / index.html
Created February 17, 2013 22:51
A CodePen by Protohominid. Responsive Nav with SASS & JQuery - http://cdpn.io/xBHsA This is a mashup of a couple responsive nav systems I like. I'm not a programmer by training so I'm hoping someone can look at this javascript and give me some feedback. Is it performant? It seems to work well on my iOS6 devices, but it doesn't work in the Xcode …
<nav class="main-nav" id="main-nav" role="navigation">
<ul id="main-nav-ul" class="main-nav-ul">
<li><a href="#">Home</a></li>
<li><a href="#">About</a>
<ul class="sub-menu">
<li><a href="#">Menu Item with Longer Name</a></li>
<li><a href="#">Another Link</a></li>
</ul>
</li>
<li><a href="#">Services</a>