aboutsummaryrefslogtreecommitdiff
path: root/src/koszko_org_website/templates/en/author.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/koszko_org_website/templates/en/author.html.jinja')
-rw-r--r--src/koszko_org_website/templates/en/author.html.jinja33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/koszko_org_website/templates/en/author.html.jinja b/src/koszko_org_website/templates/en/author.html.jinja
new file mode 100644
index 0000000..e3a01c3
--- /dev/null
+++ b/src/koszko_org_website/templates/en/author.html.jinja
@@ -0,0 +1,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 %}