Skip to content

Instantly share code, notes, and snippets.

View roachhd's full-sized avatar

Katie Ball roachhd

View GitHub Profile
@roachhd
roachhd / Terms-and-conditions.html
Created July 18, 2014 09:33
Roach Haus Website T's&C's
<h2> Web Site Terms and Conditions of Use </h2> <h3> 1. Terms </h3> <p> By accessing this web site, you are agreeing to be bound by these web site Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark law. </p> <h3> 2. Use License </h3> <ol type="a"> <li> Permission is granted to temporarily download one copy of the materials (information or software) on Roach Haus's web site for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not: <ol type="i"> <li>modify or copy the materials;</li> <li>use the materials for any commercial purpose, or for any public display (commercial or non-commercial);</li> <
anonymous
anonymous / UI-Kit.markdown
Created September 25, 2014 11:58
A Pen by A Non Ymous.
@roachhd
roachhd / index.html
Created October 4, 2014 12:26
Flatdoc index.html file for github pages -generates awesome simple FlatDoc style documentation. Please this in the gh-pages branch and it will pull README
<!doctype html>
<!--
Instructions:
- Save this file.
- Replace "USER" with your GitHub username.
- Replace "REPO" with your GitHub repo name.
- Replace "Your Project" with your project name.
- Upload this file (or commit to GitHub Pages).
@roachhd
roachhd / privacy.html
Last active August 29, 2015 14:07
roach haus basic app privacy policy
<p>Privacy Policy </p>
<p>Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information. The following outlines our privacy policy. </p>
<ul>
<li>Before or at the time of collecting personal information, we will identify the purposes for which information is being collected. </li>
<li>We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law. </li>
<li>We will only retain personal information as long as necessary for the fulfillment of those purposes.
-We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.</li>
<li>Personal data should be relevant to the purposes for which it is to be used, and, to the extent necess
@roachhd
roachhd / index.html
Last active August 29, 2015 14:07
FlatDoc template with large header image and larg button, legacy.js
<!doctype html>
<!--
Instructions:
- Save this file.
- Replace "USER" with your GitHub username.
- Replace "REPO" with your GitHub repo name.
- Replace "Your Project" with your project name.
- Upload this file (or commit to GitHub Pages).
@roachhd
roachhd / back-button.html
Created October 11, 2014 00:53
Back Button, uses browser history to go back to the last page.
<script>
function goBack() {
window.history.back()
}
</script>
<body>
<button onclick="goBack()">Go Back</button>
</body>
@roachhd
roachhd / markdown-example.md
Created October 11, 2014 05:28
markdown motherfuckers. daring fireball

GitHub Help Contact Support Return to GitHub Writing on GitHub / GitHub Flavored Markdown SearchArticle last updated on 09-Oct-14 GitHub Flavored Markdown GitHub uses "GitHub Flavored Markdown," or GFM, across the site--in issues, comments, and pull requests. It differs from standard Markdown (SM) in a few significant ways, and adds some additional functionality.

If you're not already familiar with Markdown, take a look at Markdown Basics. If you'd like to know more about features that are available in issues, comments, and pull request descriptions, such as task lists, read Writing on GitHub.

@roachhd
roachhd / Readme.md
Last active August 29, 2015 14:07
Bootswatch API demo

###a Bootswatch API demo

Check it out in action HERE

Awesome themes to get you started!

@roachhd
roachhd / app.js
Created October 15, 2014 08:38
Super single page site
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
var App, app, characters, client, navigation, _,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
_ = require('underscore');
characters = require('./characters');
navigation = require('./navigation');