-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
37 lines (33 loc) · 1.45 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
---
layout: default
title: 404
---
<section>
<div class="post">
<div class="post_side">
<header>
<div class="inner">
<h1 class="post-title entry-title">404</h1>
</div>
</header>
</div>
<div class="post_main">
<p></p>
<p>
You may have been led to believe that something exists at this URL, but it turns out this is not the case. :'(
</p>
<h3>Take heart — hope is not lost!</h3>
<p>
There may yet be a way to find what you were hoping to find. For starters, here are a few popular posts.
</p>
<ul>
<li><a href="/rapid-prototyping-toolbox-for-designers/">Rapid Prototyping Toolbox for Designers</a></li>
<li><a href="/3-rules-for-better-design-critique-a-cheatsheet-for-the-whole-team/">3 Rules for Better Design Critique</a></li>
<li><a href="/learning-to-ship-quicker/">Learning to Ship Quicker</a></li>
</ul>
<p>
You can also try <a href="/">perusing the blog post archives</a> or taking a look at <a href="/work">my work</a>. If all else fails, you can always <a href="#contact">drop me a line</a> and I can help point you in the right direction.
</p>
</div>
</div>
</section>