From 9286a2b68546f968282eadf2c519ebef3def9b70 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 20 Apr 2020 16:07:59 +0300 Subject: style changes; landing page --- templates/index.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'templates/index.html') 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 %}
-

Welcome to my site!

- Go to weblog +

Yaroslav de la Peña Smirnov

+ + +

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.

+

If you want to contact me, you can do so by email at: + contact@yaroslavps.com +

+

Any spam will be ignored, and the respective addresses/domains banned, + of course.

{% endblock %} -- cgit v1.2.3