Skip to content

Instantly share code, notes, and snippets.

View denvis's full-sized avatar

Dennis Panzner denvis

View GitHub Profile
@denvis
denvis / gist:8802605
Created February 4, 2014 12:17
git version tag file hook
Version file hook
normal repo
cd .git/hooks
nano pre-commit
#!/bin/sh
git describe --always --tag > version.txt
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
@denvis
denvis / index.html
Last active December 24, 2015 15:59
html-start-bootstrap
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>