forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sticky footer issue (kubernetes#10681)
* Fix sticky footer issue * Fix merge conflict * Aesthetic changes to 404 page
- Loading branch information
1 parent
14768b1
commit c39ce8d
Showing
7 changed files
with
54 additions
and
10 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,5 +1,28 @@ | ||
{{ define "main" }} | ||
<section> | ||
<p>Sorry, this page was not found. :(</p> | ||
</section> | ||
<div class="container-404"> | ||
<h4> | ||
Perhaps you were looking for: | ||
</h4> | ||
|
||
<br /> | ||
<br /> | ||
|
||
<ul> | ||
<li> | ||
<a href="/docs"> | ||
The Kubernetes documentation | ||
</a> | ||
</li> | ||
<li> | ||
<a href="/blog"> | ||
The Kubernetes blog | ||
</a> | ||
</li> | ||
<li> | ||
<a href="/community"> | ||
The Kubernetes community | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
{{ end }} |
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 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.