summaryrefslogtreecommitdiff
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, 0 insertions, 33 deletions
diff --git a/src/koszko_org_website/templates/en/author.html.jinja b/src/koszko_org_website/templates/en/author.html.jinja
deleted file mode 100644
index e3a01c3..0000000
--- a/src/koszko_org_website/templates/en/author.html.jinja
+++ /dev/null
@@ -1,33 +0,0 @@
-{#
-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 %}