-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (83 loc) · 3.84 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!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">
<meta http-equiv="Content-Language" content="en">
<meta name="description" content="Developer and Speaker Thoughts">
<meta name="author" content="Al Zaudtke">
<meta property="og:title" content="Al Zaudtke">
<meta property="og:url" content="https://zaudtke.com">
<meta property="og:description" content="Developer and Speaker Thoughts">
<meta property="og:site_name" content="Al Zaudtke">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Al Zaudtke">
<meta name="twitter:description" content="Developer and Speaker Thoughts">
<meta name="twitter:url" content="https://zaudtke.com">
<meta name="twitter:site" content="@alzaudtke">
<title>Al Zaudtke</title>
<link rel="icon" href="/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600|PT+Serif:400,400italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/normalize.min.css">
<link rel="stylesheet" href="/css/skeleton.min.css">
<link rel="stylesheet" href="/css/site.min.css">
<link rel="stylesheet" href="/font-awesome-4.7.0/css/font-awesome.min.css">
<meta name="generator" content="Hexo 4.2.0"><link rel="alternate" href="/atom.xml" title="Al Zaudtke" type="application/atom+xml">
</head>
<body>
<div id="pagewrapper">
<nav id="topnav">
<a id="homelink" href="/">Al Zaudtke </a>
<a id="aboutlink" href="/about">About</a>
</nav>
<div class="hero-section" style="background:url('/images/hero.jpg') 50% no-repeat; background-size: cover; ">
<div class="hero-section-text">
<h1>Developer and Speaker Thoughts</h1>
<h5>...From Knoxville, TN</h5>
</div>
</div>
<article>
<div class="container">
<div class="blog-excerpt">
<!-- Title -->
<h4 class="blog-excerpt-title">
<a href="/to-do-revive-blog/">
To Do - Revive Blog
</a>
</h4>
<!-- Date and Author -->
<p class="blog-excerpt-meta">
<em>
Aug 31, 2017
</em>
</p>
<!-- Content -->
<p>Well it’s been just over 3 years since I launched this blog. In that time I wrote one post, yes, one post. That’s not good. I knew I wanted a static site. I went down the path, and got it all set up, but it just didn’t work for me. So the site sat idle. I also wasn’t happy with how it looked, and wanted something else. Lastly, I decided I didn’t need or want Bootstrap, so the search began.
<!-- Only display the Read More link if we are displaying an excerpt -->
<a href="/to-do-revive-blog/">
Read More
</a>
<hr/>
</div>
<nav>
<ul class="pager">
</ul>
</nav>
</div>
</article>
</div>
<footer>
<div>
<a href="https://twitter.com/AlZaudtke" target="_blank" rel="noopener"><i class="fa fa-inverse fa-twitter" aria-hidden="true"></i></a>
<a href="https://github.com/zaudtke" target="_blank" rel="noopener"><i class="fa fa-inverse fa-github" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/alzaudtke/" target="_blank" rel="noopener"><i class="fa fa-inverse fa-linkedin-square" aria-hidden="true"></i></a>
<a href="/atom.xml"><i class="fa fa-inverse fa-rss" aria-hidden="true"></i></a>
</div>
<div>
© <script>var now = new Date();document.write(now.getFullYear());</script> Al Zaudtke
</div>
</footer>
</body>
<!-- Disqus Comments -->
</html>