Skip to content

Commit

Permalink
Update index.html (#428)
Browse files Browse the repository at this point in the history
href links updated on home page (index)
  • Loading branch information
Iseost authored Apr 11, 2024
1 parent 4d827bb commit 155a09c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ <h3 class="text-2xl font-semibold mb-6">
</main>
<!-- Footer -->
<footer class="bg-[#363732] text-white p-20 h-auto max-w-full">
<img src="/assets/images/SVGs/headerLogo.svg" alt="The logo for MFL" />
<a href="./index.html"><img src="/assets/images/SVGs/headerLogo.svg" alt="The logo for MFL" /></a>
<!--News and sign up-->
<div class="flex justify-between items-start">
<div class="flex flex-col items-baseline pt-20">
Expand All @@ -751,17 +751,17 @@ <h3 class="text-2xl font-semibold mb-6">
</div>
<!-- Links and button-->
<div class="flex flex-col gap-16">
<a href="/pages/about-page.html">About Us</a>
<a href="/pages/news.html">News</a>
<a href="/pages/event.html">Events</a>
<a href="./pages/about-page.html">About Us</a>
<a href="./pages/news.html">News</a>
<a href="./pages/event.html">Events</a>
</div>
<div class="flex flex-col gap-16">
<a href="/pages/gallery-page.html">Gallery</a>
<a href="/pages/our-work.html">Our work</a>
<a href="/pages/contact-page.html">Contact Us</a>
<a href="./pages/gallery-page.html">Gallery</a>
<a href="./pages/our-work.html">Our work</a>
<a href="./pages/contact-page.html">Contact Us</a>
</div>
<div class="flex flex-col">
<a class="alt-button uppercase font-sans text-2xl px-8" href="/pages/support-page.html">donate</a>
<a class="alt-button uppercase font-sans text-2xl px-8" href="./pages/support-page.html">donate</a>

<div class="flex flex-col items-center p-2 mt-12">
<p class="uppercase">follow us</p>
Expand All @@ -786,8 +786,8 @@ <h3 class="text-2xl font-semibold mb-6">
</div>
<!--PP, TC and ©-->
<div class="flex justify-center mt-32">
<a class="underline pr-6 font-semibold" href="/pages/privacy-policy.html">Privacy Policy</a>
<a class="underline pl-6 font-semibold" href="/pages/terms-and-conditions.html">Terms and Conditions</a>
<a class="underline pr-6 font-semibold" href="./pages/privacy-policy.html">Privacy Policy</a>
<a class="underline pl-6 font-semibold" href="./pages/terms-and-conditions.html">Terms and Conditions</a>
</div>
<div class="flex justify-center p-6 font-se">&copy;Musikkforandrerliv</div>
</footer>
Expand Down

0 comments on commit 155a09c

Please sign in to comment.