Skip to content

Commit

Permalink
little edits
Browse files Browse the repository at this point in the history
  • Loading branch information
RayyanNafees committed May 28, 2024
1 parent d175849 commit b537121
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
File renamed without changes.
13 changes: 7 additions & 6 deletions src/components/footer.astro
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
<div class="container">
<footer class="row row-cols-5 py-5 my-5 border-top text-center">
<div class="col-12 col-sm">
<p class="text-ddd">
There are no rights to any material used on the site, you can reuse it as you wish
You want without referring to us.
</p>

</div>

<div class="col-12 col-sm"></div>

<div class="col-12 col-sm">
<!-- <div class="col-12 col-sm">
<h5>Home Pages</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2">
Expand All @@ -19,7 +16,7 @@
<a href="/quran" class="nav-link p-0 text-ddd">The Qur'an</a>
</li>
</ul>
</div>
</div> -->

<div class="col-12 col-sm">
<h5>The Zikr</h5>
Expand Down Expand Up @@ -67,4 +64,8 @@
</ul>
</div>
</footer>
<footer class="text-center text-ddd">
There are no rights to any material used on the site, you can reuse it as you wish
You want without referring to us.
</footer>
</div>
2 changes: 1 addition & 1 deletion src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/">Homepage</a>
<a class="nav-link" aria-current="page" href="https://github.com/RayyanNafees/astro-zikr"> GitHub </a>
</li>
<li class="nav-item">
<a class="nav-link" href="/quran">The Quran</a>
Expand Down

0 comments on commit b537121

Please sign in to comment.