summaryrefslogtreecommitdiffstats
path: root/_default.template.html
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-20 13:16:21 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-20 13:16:21 +0200
commitc4983a2ccfa01430d56a7a2d8d60d30681c88e50 (patch)
treee13efc262f4b4756201927f06b0d9daa46dbfa45 /_default.template.html
parent9c2fb035c9b49c27a2b56e31e8a1aa41ffa6e477 (diff)
downloadmksite-alpine-c4983a2ccfa01430d56a7a2d8d60d30681c88e50.tar.bz2
mksite-alpine-c4983a2ccfa01430d56a7a2d8d60d30681c88e50.tar.xz
tempate: move navigation bar up and to the right of logo
Diffstat (limited to '_default.template.html')
-rw-r--r--_default.template.html22
1 files changed, 14 insertions, 8 deletions
diff --git a/_default.template.html b/_default.template.html
index e416d37..f932699 100644
--- a/_default.template.html
+++ b/_default.template.html
@@ -8,24 +8,30 @@
</head>
<body>
<header>
+ <div class="left" style="padding: 10pt;">
<span class="icon-alpine-logo"></span>
- <div class="right">
+ </div>
+ <div id="pagenav">
+ <nav>
+ <a href="/" class="{{pagestate.index}}">home</a>
+ <a href="/downloads" class="{{pagestate.downloads/index}}">downloads</a>
+ <a href="/about" class="{{pagestate.about/index}}">about</a>
+ <a href="/community" class="{{pagestate.community/index}}">community</a>
+ </nav>
+ </div>
+ <div class="right" style="padding: 10pt;" id="sitenav">
<span>Small Simple Secure</span>
- <nav>
+ <nav id="#sitenav">
<span class="right">
<a href="http://wiki.alpinelinux.org">wiki</a>
<a href="http://git.alpinelinux.org">git</a>
<a href="http://bugs.alpinelinux.org">bugs</a>
+ <a href="http://alpinelinux.org/forum">forums</a>
</span>
</nav>
</div>
+ <p/>
</header>
- <nav>
- <a href="/" class="{{pagestate.index}}">home</a>
- <a href="/downloads" class="{{pagestate.downloads/index}}">downloads</a>
- <a href="/about" class="{{pagestate.about/index}}">about</a>
- <a href="/community" class="{{pagestate.community/index}}">community</a>
- </nav>
<div class="hidden">
<article>{{{content}}}</article>
</div>