Skip to content

Commit

Permalink
Update about-page.html (#425)
Browse files Browse the repository at this point in the history
Links updated on footer and link to logo added
  • Loading branch information
Iseost authored Apr 11, 2024
1 parent 919b611 commit 02bc066
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pages/about-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h5 class="text-2xl font-semibold mb-6">Subscribe to our newsletter</h5>
</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 @@ -475,17 +475,17 @@ <h5 class="text-2xl font-semibold mb-6">Subscribe to our newsletter</h5>
</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 @@ -510,8 +510,8 @@ <h5 class="text-2xl font-semibold mb-6">Subscribe to our newsletter</h5>
</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 02bc066

Please sign in to comment.