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