aboutsummaryrefslogtreecommitdiff
path: root/src/koszko_org_website/templates/en/__footer.html.jinja
blob: 5d1791fa145c7074d2f90feb81aab1a14120e3d5 (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
{#
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 %}