22 lines
1.1 KiB
HTML
22 lines
1.1 KiB
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> | <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> | <span>تنحل</span>
|
|
</a>
|
|
<span class="uil-trademark-circle fs-10 fw-light text-opacity-85"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end of .container-->
|
|
</section>
|