-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (63 loc) · 3.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html lang="en-us" itemscope itemtype="http://schema.org/Person">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Stuff from Casey Artner">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>artner.co</title>
<link rel="author" href="https://plus.google.com/+CaseyArtner"/>
<meta name="twitter:site" content="@ArtnerC">
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" href="/images/touch/chrome-touch-icon-192x192.png">
<meta name="theme-color" content="#3372DF">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="artner.co">
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png">
<meta name="msapplication-TileImage" content="/images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="stylesheet" href="/styles/h5bp.css">
<link rel="stylesheet" href="/styles/components/components.css">
<link rel="stylesheet" href="/styles/main.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
</head>
<body>
<header class="app-bar promote-layer">
<div class="app-bar-container">
<button class="menu"><img src="/images/hamburger.svg" alt="Menu"></button>
<h1 class="logo">Casey Artner</h1>
<section class="app-bar-actions">
</section>
</div>
</header>
<nav class="navdrawer-container promote-layer">
<h4>Navigation</h4>
<ul>
<li><a href="http://www.artner.co/about/">About</a></li>
<li><a href="https://www.codeeval.com/profile/ArtnerC" target="window">CodeEval</a></li>
<li><a href="https://github.com/ArtnerC" target="window"><span class="fa fa-github-square"></span> GitHub</a></li>
<li><a href="https://www.linkedin.com/in/artnerc" target="window"><span class="fa fa-linkedin-square"></span> LinkedIn</a></li>
</ul>
</nav>
<main>
<article class="post">
<h2 class="editorial-header post-title"><a href="http://www.artner.co/2014/10/first-post/">First Post</a></h2>
<span class="post-date">Oct 21, 2014</span>
<p>Hello! This is the initial upload of my new site. Hopefully I will start blogging and have meaningful things to say.</p>
<p>In the meantime, I am hacking away while searching for a place to put my coding, strategy, and design skills to work!</p>
<p>It’s a bit late now, so I’m going to sign off. Cheers!</p>
</article>
<p><br><br><hr>© Casey Artner. All Rights Reserved.</span></p>
</main>
<script src="/scripts/main.js"></script>
<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', 'UA-24202730-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>