Files
barta-india.in/src/components/Footer.astro
2024-01-18 14:09:40 +00:00

45 lines
2.2 KiB
Plaintext

<main>
<div class="mt-20">
<section class="container-fluid bg-[#780a0a]">
<div class="container mx-auto grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-4 p-4">
<div class="flex flex-col border-2 rounded-xl p-2 justify-center">
<img class="w-[150px]" src="/img/barta_logo.png" alt="Barta Logo" />
<p class="text-white text-justify">Barta India (barta-india.in) is your trusted online news hub, delivering timely and reliable updates on global events. Explore breaking news, in-depth analyses, and engaging stories covering diverse topics from politics to technology. Stay well-informed with Barta India - your window to the world.</p>
</div>
<div class="flex flex-col border-2 rounded-xl p-2 text-white ">
<h2 class="text-xl font-bold border-b-2 border-white pb-2 mb-3">Category Link</h2>
<div class="flex flex-col space-y-5">
<a href="/national">National</a>
<a href="/politics">Politics</a>
<a href="/local">Local</a>
<a href="/article">Article</a>
<!-- <a href="/contact">Contact</a> -->
</div>
</div>
<div class="flex flex-col border-2 rounded-xl p-2 text-white ">
<h2 class="text-xl font-bold border-b-2 border-white pb-2 mb-3">Other's Link</h2>
<div class="flex flex-col space-y-8">
<a href="/terms-and-conditions">Terms & Conditions</a>
<a href="/privacy-policy">Privacy Policy</a>
<a href="/contact">Contact Us</a>
<!-- <a href="/article">Article</a> -->
<!-- <a href="/contact">Contact</a> -->
</div>
</div>
</div>
</section>
<div class="flex bg-[#780a0a] text-white justify-center place-items-center border-t-4 border-white py-4">
<a href="https://dwd.siliconpin.com/" target="_blank">Powered by <span class="font-bold">DWD Consultancy Services</span></a>
</div>
</div>
</main>
<!-- Google tag (gtag.js) -->
<script is:inline async src="https://www.googletagmanager.com/gtag/js?id=G-GXF4D64859"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GXF4D64859');
</script>