1
0
Fork 0
mirror of https://github.com/Findus23/lw1.at.git synced 2024-09-08 02:53:46 +02:00
lw1.at/templates/intro.html
2024-02-03 21:25:22 +01:00

22 lines
773 B
HTML

<header class="intro">
{% if lang=="en" %}
<h1 aria-label="he/him" class="hint--bottom">Lukas Winkler</h1>
{% else %}
<h1>Lukas Winkler</h1>
{% endif %}
{% if lang=="de" %}
<div class="introduction">
Hallo,<br>
ich bin ein Astrophysik PhD Student aus Österreich und ein Open Source Programmierer.<br>
Im meiner Freizeit schreibe ich mehr oder weniger nützliche Programme und Webseiten.
</div>
{% else %}
<div class="introduction">
Hi,<br>
I am an astrophysics PhD student from Austria and an Open Source programmer.<br>
When I have time for it, I write more or less useful programs and websites.
</div>
{% endif %}
</header>