Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
This commit is contained in:
commit
a4a5c7daa5
1389 changed files with 241399 additions and 0 deletions
25
templates/partials/header.stpl
Normal file
25
templates/partials/header.stpl
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<header>
|
||||
<a href="/" class="branding"></a>
|
||||
<div class="menuToggle"></div>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/" id="Home">Home</a></li>
|
||||
<li><a href="/git/explore/repos/" id="Git">Git</a></li>
|
||||
<li><a href="#" id="Projects">Projects ▼</a>
|
||||
<ul>
|
||||
<li><a href="/projects/hfge/">HFGE</a></li>
|
||||
<li><a href="/blog/flow-web-a-program-that-will-allow-you-to-generate-static-website/">flow-web</a></li>
|
||||
<li><a href="/blog/flow-rbp-a-library-for-packing-rectangles-into-two-dimensional-finite-bins/">flow-rbp</a></li>
|
||||
<li><a href="/blog/flow-texpack-a-program-that-will-allow-you-to-generate-texture-atlas/">flow-texpack</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#" id="Screenshots">Screenshots ▼</a>
|
||||
<ul>
|
||||
<li><a href="/projects/hfge/screenshots/">HFGE</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/blog/" id="Blog">Blog</a></li>
|
||||
<li><a href="/contact/" id="Contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
Loading…
Reference in a new issue