{# SPDX-License-Identifier: CC0-1.0 koszko.org website "about author" page (english). Copyright (C) 2021,2022 Wojtek Kosior #} {% 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 %}