-
-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Layout remodelled using bulma, css minified. Added responsive hamburg…
…er menu on mobile.
- Loading branch information
Vicky
committed
Mar 26, 2017
1 parent
7b198da
commit c1bd334
Showing
15 changed files
with
386 additions
and
574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,40 @@ | ||
{{ partial "header.html" . }} | ||
|
||
<div class="container-fluid"> | ||
<div class="main"> | ||
<div class="page-head-box fade-in one"> | ||
<h1 class="list-title">404</h1> | ||
<div class="section"><!-- Parent section --> | ||
|
||
<div class="hero fade-in one"><!-- Begin hero 404 --> | ||
<div class="hero-body has text centered"> | ||
<h1 class="title bold-title is-1">404</h1> | ||
</div> | ||
</div><!-- End hero 404 --> | ||
|
||
<div class="blognav"> | ||
<div class="container fade-in two"><!-- Begin Nav bar --> | ||
<hr> | ||
<a href="/">Main</a> | | ||
<a href="/#about">About</a> | | ||
{{ if .Site.Params.showprojects }} | ||
<a href="/#projects">Projects</a> | | ||
{{ end }} | ||
{{ if .Site.Params.showallposts }} | ||
<a href="/#blog">Back to blog</a> | | ||
{{ else }} | ||
<a href="/blog">Back to blog</a> | | ||
{{ end }} | ||
<a href="/#contact">Contact</a> | ||
<nav class="nav-center"> | ||
<a class="nav-item" href="/">Main</a> | | ||
<a class="nav-item" href="/#about">About</a> | | ||
{{ if .Site.Params.showprojects }} | ||
<a class="nav-item" href="/#projects">Projects</a> | | ||
{{ end }} | ||
{{ if .Site.Params.showallposts }} | ||
<a href="/#blog">Blog</a> | | ||
{{ else }} | ||
<a href="/blog">Blog</a> | | ||
{{ end }} | ||
<a class="nav-item" href="/#workwithme">Work With Me</a> | | ||
<a class="nav-item" href="/#contact">Contact</a> | ||
{{ if .Site.RSSLink }} | ||
<a class="nav-item" href="{{ .Site.RSSLink }}"><i class="fa fa-rss"></i></a> | ||
{{ end }} | ||
</nav> | ||
<hr> | ||
</div> | ||
</div> | ||
|
||
<div class="content fade-in two"> | ||
</div><!-- End Nav bar --> | ||
|
||
<div class="container markdown"> | ||
<div class="container markdown fade-in two"><!-- Begin blurb --> | ||
Oops! Either you've found a bug (in which case, <a href="{{ .Site.Params.email }}">please tell me</a>) or you're just making things up. This page doesn't exist! | ||
</div> | ||
|
||
<div class="blognav"> | ||
<hr> | ||
</div> | ||
</div><!-- End blurb --> | ||
|
||
|
||
|
||
{{ partial "footer.html" . }} | ||
</div> | ||
</div> | ||
</div> | ||
</div><!-- End parent section --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.