Refactor index.html to modularize sections, implement sticky navigation, and enhance CSS styles for improved UI responsiveness

This commit is contained in:
Mohammed Al-yaseen
2025-05-14 23:20:28 +03:00
parent 814fb97207
commit f62368672d
11 changed files with 830 additions and 939 deletions

14
components/footer.html Normal file
View File

@@ -0,0 +1,14 @@
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<div class="copyright-text-wrap">
<p class="mb-0">
<span class="copyright-text">Copyright © 2024 <a href="#">Mohammed</a> Company. All rights reserved.</span>
<span class="copyright-text">Design: <a href="https://templatemo.com" target="_blank">TemplateMo</a></span>
</p>
</div>
</div>
</div>
</div>
</footer>