Skip to content

Instantly share code, notes, and snippets.

View roachhd's full-sized avatar

Lachlan Seward roachhd

View GitHub Profile
@roachhd
roachhd / README.md
Last active August 29, 2015 14:09
Animate.css cos I luv 😍 it

animate.css for blondes

Setting up some demos and cheatsheets for a blog post 😀


@roachhd
roachhd / Quick-Ref-git-commands.md
Created November 10, 2014 01:19
Quick Ref git commands
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
@roachhd
roachhd / Quick-Ref-CDNs.markdown
Last active August 29, 2015 14:09
My Fave CDN's

My Fav CDN's

####BootstrapCDN Bootstrap 3.3.0

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>

####Bootlint

@roachhd
roachhd / Quik-Ref-Fork-Me-Retina-Ribbons.markdown
Last active April 20, 2020 20:46
Fork Me retina ribbon quick snippets

Fork Me Retina Ribon Quick Snippets

Goodbye blurry Fork Me ribbons and hello Retina image. These great ribbons crafted by Aral and are super easy to slip into your open source project page.

Left or right positioning is as easy. left or right at img style="position: absolute; top: 0; right or left: 0 Colours are super easy too, just put your color selection (along with position choice) at the end of your img src link like this [email protected]

Avaliable colours: red green graphite orange grey white chocolate old-burgandy chardonnay dusk-blue tourquise cerulean

@roachhd
roachhd / Code-Comments-QUICK-REF-GUIDES.md
Last active August 29, 2015 14:08
Quick Reference: Code comments of all varieties

How to Write Comments

######HTML Writing comments in HTML, XHTML, and XML. Simply surround the text you want commented out with

<!-- YOUR TEXT HERE -->

If you want to stop your JavaScript from executing when placed in a HTML_file add // before the end -->

@roachhd
roachhd / README.md
Created November 7, 2014 13:08
Style Markdown FUCK YEAH!

Features

  • Ready-made CSS stylesheets for Markdown, just copy the assets folder you want
  • Bundled with generate-md, a small tool that converts a folder of Markdown documents into a output folder of HTML documents, preserving the directory structure
  • Use your own custom markup and CSS via --layout.
  • Support for relative paths to the assets folder via {{assetsRelative}} and document table of content generation via {{toc}}.
  • Support for generic metadata via a meta.json file

Quickstart