aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-03-13 18:28:40 +0300
committerYaroslav <contact@yaroslavps.com>2020-03-13 18:28:40 +0300
commit3caa2027c4c0d77c2706aac5356ce4aa666379a1 (patch)
treef400a270fd3b1a6b874ff8a40a05768df881b683 /templates/base.html
parentf3908a51aa9654f7049a5a5f74f89439d076924e (diff)
downloadyaroslavps.com-3caa2027c4c0d77c2706aac5356ce4aa666379a1.tar.gz
yaroslavps.com-3caa2027c4c0d77c2706aac5356ce4aa666379a1.zip
style/layout changes; gitignore
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index f689bf3..43b0b77 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -14,6 +14,7 @@
<div class="main-container">
<div class="header-container">
<h1><a href="/">Yaroslav de la Peña Smirnov</a></h1>
+ <hr>
</div>
{% block page %}
<div class="content-container">
@@ -21,8 +22,23 @@
{% endblock %}
</div>
<div class="sidebar-container">
- <p>Hello, my name is Yaroslav de la Peña Smirnov. Welcome to my weblog.</p>
- <a href="/weblog/archive">Archive</a>
+ <p>Hello, my name is Yaroslav de la Peña Smirnov, welcome to my
+ weblog. Sometimes I write software, sometimes I might write my mind
+ here. </p>
+ <div class="links-container">
+ <a href="https://github.com/Yaroslav-95" title="GitHub"><span class="icon"></span></a>
+ <a href="https://git.yaroslavps.com/yaroslav" title="Git server"><span class="icon"></span></a>
+ <a href="/rss.xml" title="RSS feed"><span class="icon"></span></a>
+ </div>
+ <h3>Navigation</h3>
+ <ul class="navigation-list">
+ <li><a href="/">Landing page</a></li>
+ <li><a href="/weblog/">Weblog ~</a></li>
+ <li><a href="/weblog/archive">Weblog archive</a></li>
+ </ul>
+ <h3>Contact</h3>
+ <p>If you want to tell me something, you can contact me by email at:</p>
+ <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a>
</div>
{% endblock %}
</div>