aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-02-14 02:14:08 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-02-14 02:14:08 +0300
commit1443584652f42ab783828e9f8862fc7b6a38e083 (patch)
tree5b7f53bb649675b11b9f6e661b882a126c0faf59 /templates/base.html
parent00cb1734afbbb200b2510e41df9e1f7bc631425b (diff)
downloadyaroslavps.com-1443584652f42ab783828e9f8862fc7b6a38e083.tar.gz
yaroslavps.com-1443584652f42ab783828e9f8862fc7b6a38e083.zip
Small homepage update
Mostly career-related stuff, resúmé.
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 9156a8c..9a6874f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -69,6 +69,11 @@
<li>
<a href="https://sr.ht/~yaroslav/" title="sourcehut"><span class="icon"><img alt="srht-icon" src="/svg/icons/srht.svg"/></span> sourcehut</a>
</li>
+ <li>
+ <a href="/files/resume{% if lang != "en" %}_{{ lang }}{% endif %}.pdf">
+ {{ trans(key="resume", lang=lang) }}
+ </a>
+ </li>
</ul>
<!-- <p> -->
<!-- The text content in this site is -->
@@ -77,7 +82,7 @@
<!-- <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. -->
<!-- </p> -->
<p>
- © 2018—2022 Yaroslav de la Peña Smirnov.
+ © 2018—2023 Yaroslav de la Peña Smirnov.
</p>
<!-- <br> -->
<!-- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a> -->