major change

This commit is contained in:
dev sp
2024-01-11 16:25:46 +00:00
parent e4daf09489
commit 634f248962
15 changed files with 161 additions and 35 deletions

View File

@@ -1,5 +1,35 @@
<main>
<div class="flex bg-[#780a0a] text-white justify-center place-items-center mt-20 py-4">
<a href="https://dwd.siliconpin.com/" target="_blank">Powered by <span class="font-bold">DWD Consultancy Services</span></a>
<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>

View File

@@ -2,8 +2,8 @@
<div>
<nav>
<div class="logo">
<!-- <img class="w-[50px] rounded-full drop-shadow-2xl p-0.5 animate-[spin_3s_ease]" src="/img/logo.svg" alt="" /> -->
<a href="/"><img class="w-[50px] border-2 border-white shadow-sm shadow-white rounded-full drop-shadow-2xl p-0.5 animate-[spin_3s_ease]" src="/img/barta.png" alt="Barta Logo" /></a>
<!-- <img class="w-[50px] rounded-full drop-shadow-2xl p-0.5 animate-[spin_3s_ease]" src="/img/logo.svg" alt="" /> animate-[bounce_3s_ease] -->
<a href="/"><img class=" border-2 rounded-md border-white shadow-md shadow-white drop-shadow-2xl " src="/img/barta_logo.png" alt="Barta Logo" /></a>
</div>
<div class="hamburger">
<div class="line1"></div>
@@ -17,7 +17,7 @@
<li><a href="/local">Local</a></li>
<li><a href="/article">Article</a></li>
<!-- <li><a href="/about-us">About</a></li> -->
<li><a href="/contact-us">Contact</a></li>
<li><a href="/contact">Contact</a></li>
<!-- <li><a href="/login">Login</a></li> -->
<!-- <li><a href="/sign-up">Signup</a></li> -->
@@ -76,7 +76,7 @@
}
.logo img {
height: 5rem;
width: 5rem;
width: 8rem;
}
/*Styling Links*/

View File

@@ -1,3 +0,0 @@
<div>
<img class="" src="/img/header-img.png" alt="">
</div>