Skip to content

Commit

Permalink
Update news.html (#407)
Browse files Browse the repository at this point in the history
href links a updated on footer and link to logo is added
  • Loading branch information
Iseost authored Apr 11, 2024
1 parent 214faf8 commit e34e672
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pages/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ <h3 class="text-2xl font-[550]">Subscribe to our newsletter</h3>
<!-- Section 4 End -->
<!-- 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 @@ -441,17 +441,17 @@ <h3 class="text-2xl font-[550]">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 @@ -476,8 +476,8 @@ <h3 class="text-2xl font-[550]">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 e34e672

Please sign in to comment.