Skip to content

Instantly share code, notes, and snippets.

View infyloop's full-sized avatar

infyloop

View GitHub Profile
@infyloop
infyloop / gist:2843461
Created May 31, 2012 13:35
Sample HTML page with Twitter's Bootstrap, Ryan Fait's Sticky Footer, and a full-width footer
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="Martin Bean" />
<title>Twitter&rsquo;s Bootstrap with Ryan Fait&rsquo;s Sticky Footer</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<style>
html, body {
height: 100%;
@infyloop
infyloop / .gitignore
Created September 21, 2012 05:50 — forked from eykd/.gitignore
Full stack BDD testing with Behave+Mechanize+Django
*.pyc
bin/
include/
lib/