Skip to content

Instantly share code, notes, and snippets.

@pheXion
pheXion / config.rb
Created August 13, 2014 16:36
compass config
# Require any additional compass plugins here.
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
# You can select your preferred output style here (can be overridden via the command line):
@pheXion
pheXion / index.html
Created December 18, 2013 14:58
HTML: Base Bootstrap
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="A description about your site" />
<meta name="keywords" content="keywords, separated, by, comma" />
<meta name="author" content="pheXion.com" />
<title>Untitled Document</title>
<link rel="shortcut icon" href="favicon.ico" />
@pheXion
pheXion / index.html
Created December 18, 2013 14:54
HTML: Base Bootstrap
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="A description about your site" />
<meta name="keywords" content="keywords, separated, by, comma" />
<meta name="author" content="pheXion.com" />
<title>Untitled Document</title>
<link rel="shortcut icon" href="favicon.ico" />
@pheXion
pheXion / index.html
Created December 18, 2013 14:52
HTML: Base Bootstrap
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="A description about your site" />
<meta name="keywords" content="keywords, separated, by, comma" />
<meta name="author" content="pheXion.com" />
<title>Untitled Document</title>
<link rel="shortcut icon" href="favicon.ico" />
@pheXion
pheXion / gist:8011270
Last active December 31, 2015 16:09
HTML: Base HTML 2
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="Fluid IT Solutions for Modern Organizations" />
<meta name="keywords" content="keywords, separated, by, comma" />
<title>FluidIT solutions</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="css/main.css" />