aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: c96bf15cfa9a1ca854be63a50ae734618f637ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% extends "base.html" %}
{% block page %}
  <div class="landing-page-container">
    <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="/feed.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>
  </div>
{% endblock %}