-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (90 loc) · 3.61 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.47.1" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Neddy70 </title>
<meta name="description" content="A simple blog / website to capture my tech journey, along with a place to note down a few things as I go.">
<meta name="author" content="Neddy70">
<meta property="og:title" content="Neddy 70" />
<meta property="og:description" content="A simple blog / website to capture my tech journey, along with a place to note down a few things as I go." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://neddy70.github.io/" />
<meta property="og:updated_time" content="2018-04-27T16:45:32+10:00"/>
<link href="https://neddy70.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Neddy70" />
<link rel="canonical" href="https://neddy70.github.io/">
<link rel="shortcut icon" type="image/png" href="/favicon-128x128.png">
<link href="/css/font.css" rel="stylesheet" type="text/css">
<link href="/css/kube.min.css" rel="stylesheet" type="text/css">
<link href="/css/kube.legenda.css" rel="stylesheet" type="text/css">
<link href="/css/highlight.css" rel="stylesheet" type="text/css">
<link href="/css/master.css" rel="stylesheet" type="text/css">
<link href="/css/kube.demo.css" rel="stylesheet" type="text/css">
<link href="/css/custom.css" rel="stylesheet" type="text/css">
<script src="/js/jquery-2.1.4.min.js" type="text/javascript">
</script>
<script type="text/javascript" src="/js/tocbot.min.js"></script>
</head>
<body class="page-kube">
<header> <div class="show-sm">
<div id="nav-toggle-box">
<div id="nav-toggle-brand">
<a href="/">Neddy70</a>
</div><a data-component="toggleme" data-target="#top" href="#" id="nav-toggle"><i class="kube-menu"></i></a>
</div>
</div>
<div class="hide-sm" id="top">
<div id="top-brand">
<a href="/" title="home"><img alt="Neddy70" height="128" src="/img/common/logo.png" width="128"></a>
</div>
<nav id="top-nav-main">
<ul>
<li><a href="/blog/" >Blog</a></li>
<li><a href="/launch_school/" >Launch School</a></li>
<li><a href="/mac_admin/" >Mac Admin</a></li>
</ul>
</nav>
<nav id="top-nav-extra">
<ul>
</ul>
</nav>
</div>
</header>
<main>
<div id="main">
<div id="hero">
<h1>Neddy 70</h1>
<p>A simple blog / website to capture my tech journey, along with a place to note down a few things as I go.</p>
</div>
</div>
</main>
<footer> <footer id="footer">
<nav>
<ul>
<li>
<a href="/about/">About</a>
</li>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="https://twitter.com/_NeddySmith"><img alt="T" height="28" src="/img/common/twitter.png" width="28"></a>
</li>
<li>
<a href="https://github.com/neddy70"><img alt="T" height="28" src="/img/common/github.png" width="28"></a>
</li>
</ul>
</nav>
<p>© Licence MIT. Powered by: <a href="https://gohugo.io/">Hugo</a>, Theme by: <a href="https://github.com/jeblister/kube">Kube</a></p>
</footer>
</footer>
<script src="/js/kube.js" type="text/javascript">
</script>
<script src="/js/kube.legenda.js" type="text/javascript">
</script>
<script src="/js/master.js" type="text/javascript">
</script>
</body>
</html>