Initial commit

This commit is contained in:
ThePetrovich 2026-08-17 22:42:04 +08:00
commit 97e799fd52
61 changed files with 2252 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{% load static i18n %}{% comment %}
Layout-identical across every YKSA service. Do not restyle here; change it in
all of them or, better, in yksa-web-kit once that exists.
{% endcomment %}
<footer class="bg-dark text-bg-dark mt-auto">
<div class="container pb-4 pt-4">
<div class="row">
<div class="col-6 small">
<div>{% blocktrans %}Copyright © 2026 Sakha Aerospace Systems, LLC{% endblocktrans %}</div>
</div>
<div class="col-6 text-end small">
<a class="text-decoration-none" href="{% url 'privacy-policy' %}">{% trans "Privacy Policy" %}</a>
&ndash;
<a class="text-decoration-none" href="{% url 'cookie-policy' %}">{% trans "Cookie Policy" %}</a>
</div>
</div>
</div>
</footer>