36 lines
1.1 KiB
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 %}
|