haikal/templates/welcome_footer.html
Marwan Alwali d9ef0a35c3 update
2025-03-20 01:46:42 +03:00

24 lines
916 B
HTML

<section class="footer pb-6 pb-md-11 pt-15">
<div class="container-medium">
<div class="row gy-3 justify-content-between">
<div class="row g-0 justify-content-between align-items-center h-100">
<div class="col-12 col-sm-auto text-center">
<span class="text-body"> © 2025 {{ _("All right reserved")}}</span>
<span class="fw-bold">Haikal</span>&nbsp;|&nbsp;<span class="fw-bold">هيكل</span>
</div>
<div class="col-12 col-sm-auto text-center">
<span class="fw-light text-opacity-85">{{ _("Powered by")}} </span>
<a class="mx-1 text-decoration-none text-body-highlight" href="https://tenhal.sa">
<span>TENHAL</span>&nbsp;|&nbsp;<span>تنحل</span>
</a>
<span class="uil-trademark-circle fs-10 fw-light text-opacity-85"></span>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>