Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/source/pages/templates/attributions.html

36 lines
1.1 KiB
HTML

{% set pageTitle = 'Tildes Issue Log - Attributions' %}
{% set toRoot = '.' %}
{% extends "base.html" %}
{% block body %}
<main id="main">
<section id="attributions">
<h2>Attributions</h2>
<h3>Fonts</h3>
<ul>
<li>
<a href="https://rsms.me/inter/">Inter</a>,
licensed under the
<a href="https://github.com/rsms/inter/blob/master/LICENSE.txt">SIL Open Font License 1.1</a>.
</li>
<li>
<p id="hasklig">
<a href="https://github.com/i-tu/Hasklig">Hasklig</a>,
licensed under the
<a href="https://github.com/adobe-fonts/source-code-pro/blob/release/LICENSE.md">SIL Open Font License 1.1</a>.
</p>
</li>
</ul>
<h3>Images</h3>
<ul>
<li>
<a href="https://mutant.tech/">Mutant Standard</a>,
licensed under the
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</li>
</ul>
</section>
</main>
{% endblock %}