This commit is contained in:
Micah Cowell 2016-05-03 18:28:44 -07:00
parent cf93e20294
commit c2ce8d5e56
5 changed files with 43 additions and 13 deletions

View File

@ -1,7 +1,6 @@
# My variables
name: Micah Cowell
description: cool web design
google_analytics: UA-39119359-12
description: Futuristic web design
google_verification: null

View File

@ -21,16 +21,6 @@
<link rel="icon" href="/assets/img/favicon.png">
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_verification }}', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>

5
assets/css/hire.scss Normal file
View File

@ -0,0 +1,5 @@
---
---
@import "reset";
@import "config";

36
hire/index.html Normal file
View File

@ -0,0 +1,36 @@
---
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Micah Cowell</title>
<meta name="description" content="Available For Hire">
<link rel="icon" href="/assets/img/favicon.png">
<link rel="stylesheet" type="text/css" href="/assets/css/hire.css">
</head>
<body>
<div class="hire">
<div class="header">
<p>Hello, my name is Micah.<br />Let's make something awesome.</p>
</div>
<div class="work">
</div>
</div>
</body>
</html>

View File

@ -1,4 +1,4 @@
---
---
layout: about
---