Initial commit
This commit is contained in:
commit
97e799fd52
61 changed files with 2252 additions and 0 deletions
18
yksa_web/templates/yksa/includes/_footer.html
Normal file
18
yksa_web/templates/yksa/includes/_footer.html
Normal 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>
|
||||
–
|
||||
<a class="text-decoration-none" href="{% url 'cookie-policy' %}">{% trans "Cookie Policy" %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue