aboutsummaryrefslogtreecommitdiff
path: root/src/koszko_org_website/templates/en/__footer.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/koszko_org_website/templates/en/__footer.html.jinja')
-rw-r--r--src/koszko_org_website/templates/en/__footer.html.jinja27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/koszko_org_website/templates/en/__footer.html.jinja b/src/koszko_org_website/templates/en/__footer.html.jinja
new file mode 100644
index 0000000..5d1791f
--- /dev/null
+++ b/src/koszko_org_website/templates/en/__footer.html.jinja
@@ -0,0 +1,27 @@
+{#
+SPDX-License-Identifier: CC0-1.0
+
+Footer text of the koszko.org website pages (english).
+
+Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
+#}
+
+{% call para(ensure_containing_section=false) %}
+ This site utilizes styling from {{ link('https://purecss.io/', 'PureCSS') }}
+ and {{ link('https://github.com/necolas/normalize.css', 'Normalize CSS') }}
+ available under
+ {{ link('/static/yahoo-bsd-license.txt', 'Yahoo\'s BSD License') }} and
+ {{ link('/static/normalize-mit-license.txt', 'an X11-style license') }},
+ respectively.
+{% endcall %}
+
+{% block extra_footer_copyright_info %}
+{% endblock %}
+
+{% call para(ensure_containing_section=false) %}
+ The rest is made by {{ link(same_lang_url('koszko.html'), 'Wojtek') }},
+ available
+ {{ link('https://git.koszko.org/koszko-org-website/', 'here') }}
+ under the terms of
+ {{ link('/static/cc0-1.0.txt', 'CC0') }}.
+{% endcall %}