-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
133 lines (79 loc) · 3.3 KB
/
404.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Alex Scott">
<meta name="description" content="getup8 blog">
<meta name="generator" content="Hugo 0.17" />
<title>404 Page not found · GetUp8</title>
<link rel="shortcut icon" href="http://www.getup8.com/images/favicon.ico">
<link rel="stylesheet" href="http://www.getup8.com/css/style.css">
<link rel="stylesheet" href="http://www.getup8.com/css/highlight.css">
<link rel="stylesheet" href="http://www.getup8.com/css/custom.css">
<link rel="stylesheet" href="http://www.getup8.com/fontawesome/css/font-awesome.min.css">
<link href="http://www.getup8.com/index.xml" rel="alternate" type="application/rss+xml" title="GetUp8" />
</head>
<body>
<nav class="main-nav">
<a href='http://www.getup8.com/'> <span class="arrow-left">←</span>Home</a>
<a href='http://www.getup8.com/about'>About</a>
<a class="button" href="http://www.getup8.com/index.xml">RSS Feed</a>
</nav>
<section class="wrapper home">
<article class="post">
<header>
<h1>404 - Page not found</h1>
<h3>The content you're looking for doesn't seem to exist.</h3>
</header>
<ul class="post-list readmore">
<h3>Read more</h3>
<li>
<a href='http://www.getup8.com/post/python-setup/'>
<aside class="date">Nov 9</aside>
<h1>Getting Setup for Python Development on Mac OS X</h1>
<h2>Set up your Mac for easy Python development</h2>
</a>
</li>
<li>
<a href='http://www.getup8.com/post/power_of_one_and_zero/'>
<aside class="date">Oct 19</aside>
<h1>The Power of One (and Zero)</h1>
<h2>How simple binary tracking of a task can be a huge motivator, especially with a little competition.</h2>
</a>
</li>
<li>
<a href='http://www.getup8.com/post/blogging-in-hugo/'>
<aside class="date">Aug 30</aside>
<h1>Blogging in Hugo</h1>
<h2>A guide to getting set up on Hugo and deploying to GitHub Pages.</h2>
</a>
</li>
</ul>
</article>
<footer>
<div class="social">
<a class="symbol" href="https://www.facebook.com/alexscott">
<i class="fa fa-facebook"></i>
</a>
<a class="symbol" href="https://github.com/getup8">
<i class="fa fa-github"></i>
</a>
<a class="symbol" href="https://instagram.com/getup8">
<i class="fa fa-instagram"></i>
</a>
<a class="symbol" href="https://medium.com/@getup8">
<i class="fa fa-medium"></i>
</a>
<a class="symbol" href="https://twitter.com/@getup8">
<i class="fa fa-twitter"></i>
</a>
</div>
<p class="small">
© Copyright 2016 Alex Scott
</p>
</footer>
</section>
</body>
</html>