Skip to content

Instantly share code, notes, and snippets.

View roachhd's full-sized avatar

Lachlan Seward roachhd

View GitHub Profile
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav>
<ul>
<li>
<a href="#">Home</a>
</li>
@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 / 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 / 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 / header-images.html
Last active August 29, 2015 14:07
Selection of awesome website header images, free licence.
<img="https://farm7.staticflickr.com/6190/6108516713_f61e5ae4c3_b_d.jpg">
<img="https://farm7.staticflickr.com/6196/6115404878_af30d48ffe_b_d.jpg">
@roachhd
roachhd / markdown-example.md
Created October 11, 2014 05:28
markdown motherfuckers. daring fireball
@roachhd
roachhd / twiiter-share-url.html
Last active August 29, 2015 14:07
a collection tweet, share, like etc buttons for various social neteorks for Roach Haus
<a href="https://twitter.com/share" class="twitter-share-button" data-via="mektball">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- regular size tweet button that says the title and page URL asking with @mektball good generic button -->
@roachhd
roachhd / images.md
Created October 12, 2014 00:32
Images in markdown

Preview Image

@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!

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.