Skip to content

Commit

Permalink
Footer path corrections and adds logo link (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Inaelise authored Apr 11, 2024
1 parent c8cb9c0 commit 3169676
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions pages/contact-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ <h3 class="text-2xl font-semibold mb-6">Subscribe to our newsletter</h3>
<!-- Section 3 ends here -->
<!-- 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" title="Go to home page" aria-label="Link to home page"><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 @@ -312,17 +313,17 @@ <h3 class="text-2xl font-semibold mb-6">Subscribe to our newsletter</h3>
</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 @@ -347,8 +348,8 @@ <h3 class="text-2xl font-semibold mb-6">Subscribe to our newsletter</h3>
</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 3169676

Please sign in to comment.