aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-04-20 16:07:59 +0300
committerYaroslav <contact@yaroslavps.com>2020-04-20 16:07:59 +0300
commit9286a2b68546f968282eadf2c519ebef3def9b70 (patch)
tree3b60619e4fa8c08c014cc07ba100d00f7b9c098d /templates/index.html
parent47e3ed66840f46c5cd56dd668ff1e8f7f1187b36 (diff)
downloadyaroslavps.com-9286a2b68546f968282eadf2c519ebef3def9b70.tar.gz
yaroslavps.com-9286a2b68546f968282eadf2c519ebef3def9b70.zip
style changes; landing page
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html21
1 files changed, 19 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 64bea0c..20e0ead 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,7 +1,24 @@
{% extends "base.html" %}
{% block page %}
<div class="landing-page-container">
- <h2>Welcome to my site!</h2>
- <a href="/weblog">Go to weblog</a>
+ <h1>Yaroslav de la Peña Smirnov</h1>
+ <div class="links-container">
+ <a href="/weblog">Weblog</a>
+ <a href="/weblog/archive">Weblog archive</a>
+ </div>
+ <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>
+ <p>Welcome, my name is Yaroslav de la Peña Smirnov. I keep this site to
+ sometimes write about what I do or think on my weblog, or to remind myself
+ of how to do certain things. You can take a look around, maybe you'll find
+ something interesting or useful.</p>
+ <p>If you want to contact me, you can do so by email at:
+ <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a>
+ </p>
+ <p>Any spam will be ignored, and the respective addresses/domains banned,
+ of course.</p>
</div>
{% endblock %}