Skip to content

Commit

Permalink
finished 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
jclaw committed Apr 30, 2017
1 parent c22f013 commit 4ca03b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 404.html
Expand Up @@ -3,9 +3,11 @@
title: Page not found
sitemap: false
---
<div class="full-page">
<div>
<br>
<h3 class="centered-text">Sorry, we can't find what you're looking for.<br> (404)</h3>
<div class="row"><img class="large-6 columns centered" src="/public/404.jpg"></div>
<div class="row"><img class="small-6 large-4 centered-column" src="/public/404.jpg"></div>
<br>
<a class="centered-text" style="display: block" href="#">Go to the TEDx Tufts homepage</a>
<br>
</div>
5 changes: 5 additions & 0 deletions scss/home.scss
Expand Up @@ -131,3 +131,8 @@ button, .button {
img.no-resize{

}

.centered-column {
margin: 0 auto;
display: block;
}

0 comments on commit 4ca03b7

Please sign in to comment.