2017-12-29 01:14:15 +01:00
|
|
|
<div id="headerdiv">
|
2017-10-22 15:29:45 +02:00
|
|
|
<div class="logowrapper">
|
2017-11-09 17:43:34 +01:00
|
|
|
<img class="logo" src="/data/images/logo.png" />
|
2017-10-22 15:29:45 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="tabrow">
|
2018-01-03 01:03:43 +01:00
|
|
|
<a class="tab <?php if ($HEADER_ACTIVE === 'home') echo 'tab_active'; ?>" href="/">Home</a>
|
|
|
|
<a class="tab <?php if ($HEADER_ACTIVE === 'euler') echo 'tab_active'; ?>" href="/blog/1/Project_Euler_with_Befunge">Project Euler</a>
|
|
|
|
<a class="tab <?php if ($HEADER_ACTIVE === 'blog') echo 'tab_active'; ?>" href="/blog">Blog</a>
|
|
|
|
<a class="tab <?php if ($HEADER_ACTIVE === 'programs') echo 'tab_active'; ?>" href="/programs">Programs</a>
|
|
|
|
<a class="tab <?php if ($HEADER_ACTIVE === 'about') echo 'tab_active'; ?>" href="/about">About</a>
|
2017-10-22 15:29:45 +02:00
|
|
|
<div class="tab_split" ></div>
|
2017-12-28 22:53:41 +01:00
|
|
|
<a class="tab tab_github" href="https://github.com/Mikescher/">Github</a>
|
2017-10-22 15:29:45 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|