-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (49 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Andrew Ladd's Blog</title>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@" />
<meta name="twitter:title" content="Andrew Ladd's Blog" />
<meta name="twitter:description" content="A software developer's thoughts and experiences">
<meta name="description" content="A software developer's thoughts and experiences">
<link rel="icon" href="/assets/favicon.png">
<link rel="apple-touch-icon" href="/assets/touch-icon.png">
<link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet">
<link rel="stylesheet" href="/assets/core.css">
<link rel="canonical" href="/">
<link rel="alternate" type="application/atom+xml" title="Andrew Ladd's Blog" href="/feed.xml" />
</head>
<body>
<aside class="logo">
<a href="/about">
<img src="/assets/face.jpg" class="gravatar"> </a>
<span class="logo-prompt">About the Author</span>
</aside>
<main>
<section>
<h3>8 ¬</h3>
<ul>
<li>
<div class="post-date">
<span>1</span>
</div>
<div class="title">
<a href="/notes/markdown-demo"></a>
</div>
</li>
</ul>
</section>
</main>
<div class="footer">
<span class="block">Made with words using
<a href="http://jekyllrb.com/">Jekyll</a> · </> on
<a href="https://github.com/andrewladd" title="Hosted on GitHub">GitHub</a>
</span>
<span class="block">© 2016 Andrew Ladd</span>
</div>
</body>
</html>