Last active
August 29, 2015 14:16
-
-
Save BeauBouchard/117c7aee90565b80d0e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!--[if lt IE 7 ]><html class="ie ie6" lang="en-US"> <![endif]--> | |
<!--[if IE 7 ]><html class="ie ie7" lang="en-US"> <![endif]--> | |
<!--[if IE 8 ]><html class="ie ie8" lang="en-US"> <![endif]--> | |
<!--[if (gte IE 9)|!(IE)]><!--> | |
<html lang="en-US"><!--<![endif]--> | |
<!-- ____ ____ _ _ --> | |
<!-- | _ \ | _ \ | | | | --> | |
<!-- | |_) | ___ __ _ _ _ | |_) | ___ _ _ ___| |__ __ _ _ __ __| | --> | |
<!-- | _ < / _ \/ _` | | | | | _ < / _ \| | | |/ __| '_ \ / _` | '__/ _` | --> | |
<!-- | |_) | __/ (_| | |_| | | |_) | (_) | |_| | (__| | | | (_| | | | (_| | --> | |
<!-- |____/ \___|\__,_|\__,_| |____/ \___/ \__,_|\___|_| |_|\__,_|_| \__,_| --> | |
<!-- If you care enough to look here, you are a colleague. --> | |
<!-- Take a look around, I recommend checking out my about page --> | |
<!-- Its located at http://bouchard.io --> | |
<!-- Take care. And I hope you enjoy your stay --> | |
<head> | |
<!-- TITLE --> | |
<title>Beau Bouchard </title> | |
<!-- META --> | |
<meta charset='UTF-8'> | |
<meta name='author' content='Beau Bouchard'> | |
<meta name='description' content='Beaubouchard.com serves to showcase projects and work for Beau Bouchard' /> | |
<meta name='keywords' content='Porfolio, Beau, Bouchard, Beau Bouchard, Database, PHP, Javascript' /> | |
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> | |
<!-- MOBILE META --> | |
<meta name='viewport' content='width=device-width, initial-scale=1.0'> | |
<!-- CSS --> | |
<link rel='stylesheet' href='/assets/css/bootstrap.css' type='text/css'> | |
<link rel='stylesheet' href='/assets/css/bootstrap-responsive.css' type='text/css'> | |
<link rel='stylesheet' href='/assets/css/font-awesome.min.css' type='text/css' > | |
<!-- Google Fonts --> | |
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Josefin+Slab' type='text/css'> | |
<link rel="stylesheet" href="http://beaubouchard.com/blog/wp-content/themes/Eerie%20black/style.css" type="text/css" media="screen" /> | |
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://beaubouchard.com/blog/xmlrpc.php?rsd" /> | |
<!-- OTHER --> | |
<link rel="pingback" href="http://beaubouchard.com/blog/xmlrpc.php" /> | |
<!-- JS --> | |
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | |
<!--[if lt IE 9]> | |
<script src='http://www.beaubouchard.com/assets/js/html5shiv.js'></script> | |
<![endif]--> | |
<!--[if IE]><link href="http://beaubouchard.com/blog/wp-content/themes/Eerie%20black/ie.css" type="text/css" rel="stylesheet" media="screen" /><![endif]--> | |
<!--[if lte IE 6]><link href="http://beaubouchard.com/blog/wp-content/themes/Eerie%20black/ie6.css" type="text/css" rel="stylesheet" media="screen" /><![endif]--> | |
<!-- MISC --> | |
<!-- Fav and touch icons --> | |
<link rel='apple-touch-icon-precomposed' sizes='144x144' href='../assets/ico/apple-touch-icon-144-precomposed.png'> | |
<link rel='apple-touch-icon-precomposed' sizes='114x114' href='../assets/ico/apple-touch-icon-114-precomposed.png'> | |
<link rel='apple-touch-icon-precomposed' sizes='72x72' href='../assets/ico/apple-touch-icon-72-precomposed.png'> | |
<link rel='apple-touch-icon-precomposed' href='./.assets/ico/apple-touch-icon-57-precomposed.png'> | |
<link rel='shortcut icon' href='../assets/ico/favicon.png'> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment