Skip to content

Commit d6f9c9b

Browse files
committedDec 16, 2014
update layout
1 parent eec0d4c commit d6f9c9b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+856
-2662
lines changed
 

‎.gitignore

+41-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
1-
_site/*
2-
*Thumbs.db
1+
# Ignore docs files
2+
_gh_pages
3+
_site
4+
.ruby-version
5+
6+
# Numerous always-ignore extensions
7+
*.diff
8+
*.err
9+
*.orig
10+
*.log
11+
*.rej
12+
*.swo
13+
*.swp
14+
*.zip
15+
*.vi
16+
*~
17+
18+
# OS or Editor folders
19+
.DS_Store
20+
._*
21+
Thumbs.db
22+
.cache
23+
.project
24+
.settings
25+
.tmproj
26+
*.esproj
27+
nbproject
28+
*.sublime-project
29+
*.sublime-workspace
30+
.idea
31+
32+
# Komodo
33+
*.komodoproject
34+
.komodotools
35+
36+
# grunt-html-validation
37+
validation-status.json
38+
validation-report.json
39+
40+
# Folders to ignore
41+
node_modules

‎404.html

+7-49
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,10 @@
11
---
2-
layout: page
2+
layout: default
3+
title: "404: Page not found"
4+
permalink: 404.html
35
---
4-
<!----------------------------------------------------------------
5-
_ _ _ _
6-
__| | |__ _ _| | | Ascii arts included in this page:
7-
/ _` | '_ \| | | | | | - R2D2, provided by: http://www.chris.com/
8-
| (_| | |_) | |_| | | | - Texts, generated from: http://www.network-science.de/ascii/
9-
\__,_|_.__/ \__, |_|_| http://github.com/dbtek/dbyll
10-
-------------|___/------------------------------------------------>
116

12-
<style>
13-
pre {
14-
background: none;
15-
border: none;
16-
}
17-
</style>
18-
19-
<pre>
20-
21-
444444444 000000000 444444444
22-
4::::::::4 00:::::::::00 4::::::::4
23-
4:::::::::4 00:::::::::::::00 4:::::::::4
24-
4::::44::::4 0:::::::000:::::::0 4::::44::::4
25-
4::::4 4::::4 0::::::0 0::::::0 4::::4 4::::4
26-
4::::4 4::::4 0:::::0 0:::::0 4::::4 4::::4
27-
4::::4 4::::4 0:::::0 0:::::0 4::::4 4::::4
28-
4::::444444::::4440:::::0 000 0:::::04::::444444::::444
29-
4::::::::::::::::40:::::0 000 0:::::04::::::::::::::::4
30-
4444444444:::::4440:::::0 0:::::04444444444:::::444
31-
4::::4 0:::::0 0:::::0 4::::4
32-
4::::4 0::::::0 0::::::0 4::::4
33-
4::::4 0:::::::000:::::::0 4::::4
34-
44::::::44 00:::::::::::::00 44::::::44
35-
4::::::::4 00:::::::::00 4::::::::4
36-
4444444444 000000000 4444444444
37-
38-
,-----. _ _ _ _ _ _ _
39-
,'_/_|_\_`. | |_| |__ (_)___ ___| |__ ___ _ _| | __| | _ __ ___ | |_
40-
/<<::8[O]::>\ | __| '_ \| / __| / __| '_ \ / _ \| | | | |/ _` | | '_ \ / _ \| __|
41-
_|-----------|_ | |_| | | | \__ \ \__ \ | | | (_) | |_| | | (_| | | | | | (_) | |_
42-
:::| | ====-=- | |::: \__|_| |_|_|___/ |___/_| |_|\___/ \__,_|_|\__,_| |_| |_|\___/ \__|
43-
:::| | -=-==== | |:::
44-
:::\ | ::::|()|| /::: _
45-
::::| | ....|()|| |:::: | |__ __ _ _ __ _ __ ___ _ __ _____ _____ _ __
46-
| |_________| | | '_ \ / _` | '_ \| '_ \ / _ \ '_ \ / _ \ \ / / _ \ '__|
47-
| |\_______/| | | | | | (_| | |_) | |_) | __/ | | |_ | __/\ V / __/ |
48-
/ \ / \ / \ |_| |_|\__,_| .__/| .__/ \___|_| |_( ) \___| \_/ \___|_|
49-
`---' `---' `---' |_| |_| |/
50-
51-
52-
</pre>
7+
<div class="page">
8+
<h1 class="page-title">404: Page not found</h1>
9+
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.baseurl }}">Head back home</a> to try finding it again.</p>
10+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.