Design will work now

Former-commit-id: e4e6c424faff81c4834b22fd4aa5b920f38ec260
This commit is contained in:
unknown 2018-02-26 15:53:19 +01:00
parent 19dc06644a
commit a5be761a52

View file

@ -17,26 +17,25 @@
<div class="inner">
<h1>c3woc</h1>
<p>Das C3 Waffel Operation Center.<br/>Wir machen Waffeln.</p>
</div>
</div>
</div>
</div>
<nav>
<ul class="nav navbar-nav">
<li{% if this._path == '/' %} class="active"{% endif
%}><a href="{{ '/'|url }}">Welcome</a></li>
%}><a href="{{ '/'|url }}#Cyber">Welcome</a></li>
{% for href, title in [
['/blog', 'Blog'],
['/projects', 'Projects'],
['/about', 'About']
] %}
<li{% if this.is_child_of(href) %} class="active"{% endif
%}><a href="{{ href|url }}#{{ title }}">{{ title }}</a></li>
%}><a href="{{ href|url }}#Cyber">{{ title }}</a></li>
{% endfor %}
</ul>
</nav>
</header>
<div id="main">
<article id="{{ this.title }}">
<article id="Cyber">
<span class="image main"><img src="images/pic01.jpg" alt="" /></span>
<div class="page">
{% block body %}{% endblock %}