Skip to content

Commit

Permalink
Merge pull request #911 from abhinav-m22/footer-link
Browse files Browse the repository at this point in the history
Added link to about section in footer of index
  • Loading branch information
akshitagupta15june committed Jun 27, 2023
2 parents b19c529 + a83b125 commit 1ad28c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h1 class="text-xs uppercase font-semibold tracking-widest">Menu</h1>
</div>
</div>

<div class="contentSection flex flex-col items-center pt-12 md:py-0 bg-gray-100">
<div class="contentSection flex flex-col items-center pt-12 md:py-0 bg-gray-100" id="mentalHealthComponent">

<!-- Mental Health Problems -->
<div class="mentalHealthVideo my-8 lg:w-3/4" id="mentalhealth">
Expand Down Expand Up @@ -475,7 +475,7 @@ <h1 class="text-indigo-600 text-center mb-10 uppercase font-semibold">

<div class="footer">
<div class='footer-list'>
<ul><a href="#" class="footer-items">About</a></ul>
<ul><a href="#mentalHealthComponent" class="footer-items">About</a></ul>

<ul><a href="Blogs/Blog.html" class="footer-items">Blogs</a></li>
</div>
Expand Down

0 comments on commit 1ad28c7

Please sign in to comment.