relative paths fa lyfe

This commit is contained in:
Tommy Parnell
2015-11-21 01:17:34 -05:00
parent 44ea73b985
commit 657be09098

View File

@@ -8,21 +8,21 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Tommy James Parnell Web Applications Developer">
<meta name="author" content="Tommy James Parnell">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="shortcut icon" href="img/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/bundle.css">
<link rel="stylesheet" href="css/bundle.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta name="google-site-verification" content="G4psmFLJd9nwPIr3OFJoSdrwqodMweq1oipofawZIdc">
<script type="text/javascript" src="/GAnalytics.js"></script>
<script type="text/javascript" src="GAnalytics.js"></script>
</head>
<body>
<header class="header">
@@ -288,7 +288,7 @@
<script defer src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script defer src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.min.js"></script>
<script async src="/js/bowr.js"></script>
<script async src="js/bowr.js"></script>
</body>