draft
This commit is contained in:
parent
0c581ece64
commit
ffeda211d3
3 changed files with 33 additions and 66 deletions
|
@ -43,19 +43,36 @@
|
|||
<div id="sidebar">
|
||||
|
||||
<!-- Logo -->
|
||||
<h1 id="logo"><a href="/">{{ SITENAME }}</a></h1>
|
||||
<h1 id="logo">
|
||||
<a href="/">{{ SITENAME }}</a>
|
||||
</h1>
|
||||
{{ SITESUBTITLE }}
|
||||
<!-- Text -->
|
||||
<section class="box text-style1">
|
||||
<div class="inner">
|
||||
<p>
|
||||
<strong>Ut scelerisque nec sapien ut sollicitudin:</strong><br />{{SITESUBTITLE}}
|
||||
</p>
|
||||
</div>
|
||||
<div class="inner"><ul>
|
||||
{% for text, url in HOSTS %}
|
||||
<li><a href="{{ url }}">{{ text }}</a></li>
|
||||
{% endfor %}
|
||||
</ul></div>
|
||||
<div class="inner"><ul>
|
||||
{% for text, url in SITES %}
|
||||
<li><a href="{{ url }}">{{ text }}</a></li>
|
||||
{% endfor %}
|
||||
</ul></div>
|
||||
<div class="inner"><ul>
|
||||
{% for text, url in GIT %}
|
||||
<li><a href="{{ url }}">{{ text }}</a></li>
|
||||
{% endfor %}
|
||||
</ul></div>
|
||||
<div class="inner"><ul>
|
||||
{% for text, url in SOCIAL %}
|
||||
<li><a href="{{ url }}">{{ text }}</a></li>
|
||||
{% endfor %}
|
||||
</ul></div>
|
||||
</section>
|
||||
<!-- Nav -->
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="#">Nam euismod dui</a></li>
|
||||
<li><a href="#">Integer eget eros</a></li>
|
||||
<li><a href="#">Proin vehicula tortor</a></li>
|
||||
|
@ -79,23 +96,8 @@
|
|||
</header>
|
||||
<ul>
|
||||
<li><a class="icon fa-envelope" href="#"> eMail</a></li>
|
||||
<li><a class="icon fa-twitter" href="#"> Twitter</a></li>
|
||||
<li><a class="icon fa-facebook" href="#"> Facebook</a></li>
|
||||
<li><a class="icon fa-github" href="#"> Github</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Copyright -->
|
||||
<ul id="copyright">
|
||||
<li>Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
|
||||
which takes great advantage of <a href="http://python.org">Python</a>.</li>
|
||||
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
||||
<li>Modified under a <a href="https://creativecommons.org/licenses/by/3.0/">CC:BY</a> license.</li>
|
||||
</ul>
|
||||
|
||||
</div><!-- /#menu -->
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue