-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (69 loc) · 2.9 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.16" />
<meta charset="utf-8">
<base href="http://hirenthacker.com">
<title>Hiren Thacker</title>
<link rel="canonical" href="http://hirenthacker.com/">
<link href="http://hirenthacker.com/index.xml" rel="alternate" type="application/rss+xml" title="Hiren Thacker" />
<link rel="shortcut icon" href="http://hirenthacker.com/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="http://hirenthacker.com/css/poole.css">
<link rel="stylesheet" href="http://hirenthacker.com/css/syntax.css">
<link rel="stylesheet" href="http://hirenthacker.com/css/lanyon.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
</head>
<body class="theme-base-08" lang="en">
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<div class="sidebar" id="sidebar">
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="http://hirenthacker.com/">Home</a>
<a class="sidebar-nav-item" href="http://hirenthacker.com/posts">Blog</a>
</nav>
<div class="sidebar-item">
<p>
© 2014 Spencer Lyon. Powered by <a href="http://hugo.spf13.com">Hugo</a>. Design adapted from <a href="http://lanyon.getpoole.com">Lanyon</a>.
</p>
</div>
</div>
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="http://hirenthacker.com/" title="Home">Hiren Thacker</a>
</h3>
</div>
</div>
<div class="container content">
<h2>About me</h2>
<p>This is my <a href="https://drive.google.com/file/d/0BwHjSbVfkOO9WkNYSWJkeGkyWHM/view?usp=sharing">resume</a>.
This is my <a href="https://www.linkedin.com/in/hirenthacker">LinkedIn</a> profile.</p>
<h1 class="post-title">Recent Posts</h1>
<section id="main">
<ul id="list">
<article class="post">
<header>
<h2><a href='http://hirenthacker.com/posts/oldest/'> First Post</a> </h2>
<div class="meta">Tue, Jul 26, 2016</div>
</header>
Welcome to my blog! This is really just a barebones website to stand as a template for creating a blog that is statically generated by Hugo and hosted at on GitHub via GitHub Pages. I am using a slightly modified version of the Lanyon Jekyll theme.
<footer>
<a href='http://hirenthacker.com/posts/oldest/'><nobr>Read more →</nobr></a>
</footer>
</article>
</ul>
</section>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<div class="container content">
<footer>
<div>
<p class="right credit">
Fancy footer here. Link to <a href="http://hirenthacker.com/">Home Page</a>
</p>
</div>
</footer>
</div>
</body>
</html>