This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
43 lines (42 loc) · 2.42 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
---
layout: default
title: "404: Page not found"
permalink: 404.html
---
<body class="single">
<div id="page">
<div id="aside" style="background-image: url({{ site.baseurl_img }}cover.jpg)" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<nav role="navigation">
<ul>
<li><a href="{{ site.baseurl }}"><i class="icon-home">🏠</i></a></li>
</ul>
</nav>
<div class="page-title">
<img src="http://devdutt.ga/images/avatar.jpg" alt="Devdutt Shenoi">
<h2>{{ page.title }}</h2>
</div>
<div id="main-content">
<div class="post">
<div class="entry padding">
The above image was taken by...
<div markdown="0">
<a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px;" href="https://unsplash.com/@joshuaearle?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Joshua Earle">
<span style="display:inline-block;padding:2px 3px;">
<svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-1px;fill:white;" viewBox="0 0 32 32">
<title>unsplash-logo</title>
<path d="M20.8 18.1c0 2.7-2.2 4.8-4.8 4.8s-4.8-2.1-4.8-4.8c0-2.7 2.2-4.8 4.8-4.8 2.7.1 4.8 2.2 4.8 4.8zm11.2-7.4v14.9c0 2.3-1.9 4.3-4.3 4.3h-23.4c-2.4 0-4.3-1.9-4.3-4.3v-15c0-2.3 1.9-4.3 4.3-4.3h3.7l.8-2.3c.4-1.1 1.7-2 2.9-2h8.6c1.2 0 2.5.9 2.9 2l.8 2.4h3.7c2.4 0 4.3 1.9 4.3 4.3zm-8.6 7.5c0-4.1-3.3-7.5-7.5-7.5-4.1 0-7.5 3.4-7.5 7.5s3.3 7.5 7.5 7.5c4.2-.1 7.5-3.4 7.5-7.5z">
</path>
</svg>
</span>
<span style="display:inline-block;padding:2px 3px;">Joshua Earle</span>
</a>
</div>
<div>
<p>Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.url }}">Head back home</a> to try finding it again.</p>
</div>
</div>
</div>
</div>
</div>
</div>