39 lines
1.1 KiB
Django/Jinja
39 lines
1.1 KiB
Django/Jinja
{% with %}
|
||
{% set headerid = "home-jumbotron" %}
|
||
{% set title = "Ricard Illa's page" %}
|
||
{% set subtitle = "My shamelessly self-referential page about me and myself" %}
|
||
{% include "header.j2" %}
|
||
{% endwith %}
|
||
|
||
<p>
|
||
I am yet another random nerd on the internet. I am a computer nerd, a music
|
||
nerd and a food nerd. I have an unhealthy tendency to dive down too many rabbit
|
||
holes.
|
||
</p>
|
||
<p>
|
||
Despite my original background being on biochemistry and bioinformatics, I am
|
||
currently employed as a data engineer.
|
||
</p>
|
||
<p>
|
||
I am a free/libre and open source advocate and a DIY obsessive and a
|
||
post-leftist solarpunk. I highly value technological sovereignty and personal
|
||
privacy.
|
||
</p>
|
||
<p>
|
||
I am a fan of music in general and of heavy experimental stuff
|
||
in particular.
|
||
</p>
|
||
<p>
|
||
I feel the most comfortable within *nix systems and find
|
||
functional programming the most enjoyable.
|
||
</p>
|
||
<p>
|
||
<a href="../preferences">Here</a>’s a list of random
|
||
trivial preferences of mine.
|
||
</p>
|
||
|
||
{% with %}
|
||
{% set note = "obvious disclaimer: any opinions expressed here are solely my own" %}
|
||
{% include "footer.j2" %}
|
||
{% endwith %}
|