aboutsummaryrefslogtreecommitdiff
path: root/src/koszko_org_website/templates/en/author.html.jinja
blob: e3a01c369cac92628b83ec148a9c1829b31728be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{#
SPDX-License-Identifier: CC0-1.0

koszko.org website "about author" page (english).

Copyright (C) 2021,2022 Wojtek Kosior <koszko@koszko.org>
#}
{% extends "__campaign_base.html.jinja" %}

{% block title %} Campaign author {% endblock %}

{% block content %}
  {{ header(1, 'About campaign author') }}

  {% call section() %}
    {% call para() %}
      My name is Wojciech Kosior. I am (as one could easily guess) a software
      freedom proponent and (as you might not yet know) a catholic. In 2021 I
      {% call link('https://www.gnu.org/education/how-i-fought-to-graduate-without-using-non-free-software.html') -%}
        successfully defended
      {%- endcall %}
      my BSc thesis in infomatics at
      {{ link('https://en.wikipedia.org/wiki/AGH_University_of_Science_and_Technology', 'AGH') }}
      in Kraków, Poland. I am now striving to make people care more about their
      digital freedom.
    {% endcall %}

    {% call para() %}
      You can find more information on
      {{ link(same_lang_url('koszko.html'), 'my personal page') }}.
    {% endcall %}
  {% endcall %}
{% endblock %}