39 lines
1.5 KiB
Django/Jinja
39 lines
1.5 KiB
Django/Jinja
{% extends 'base.jinja' %}
|
|
{% block title %}Credits{% endblock %}
|
|
{% block main %}{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="credit-box">
|
|
<div class="credit-text">
|
|
<div class="credit-dev">
|
|
<div>
|
|
<h3>Developed by Esby</h3>
|
|
<ul>
|
|
<li>'they' pronouns</li>
|
|
<li>Aristide Majnheld - Bismarck</li>
|
|
<li><a href="https://octodon.social/@esbylion">@esbylion@octodon.social</a></li>
|
|
<li><a href="mailto:eorzeasongbook@gmail.com">eorzeasongbook@gmail.com</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="credit-pic">
|
|
<img src="{{ url_for('static', filename='aristide.png') }}" alt="Song Index" />
|
|
</div>
|
|
</div>
|
|
<div class="credit-text">
|
|
<div>
|
|
<h3>Made with</h3>
|
|
<ul>
|
|
<li>Jinja, Flask, Python, sqlite, VS Code, Gunicorn, Docker, Caddy, HTMX, sox, pyexcel_odsr, LibreOffice Calc, Audacity, MusicBee</li>
|
|
<li>Many other motif hunters - with special thanks to those who have suggested connections here, and to Rides1283man for their <a href="https://docs.google.com/spreadsheets/d/1OhgnhVCPrLDYxmtE1gvo6Opg4qbNRTe-hBwkxrB2dXs/edit#gid=2146091280">Compendium</a>.</li>
|
|
<li>Osar'a Johve - Bismarck ♥</li>
|
|
</ul>
|
|
<p>Shout-outs to No Stress and Rainbow Connection</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{% endblock %}
|
|
{% block main2 %}{% endblock %} |