generated from dwd/boilarplate-astro-tailwind
major change
parent
e4daf09489
commit
634f248962
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 95 KiB |
|
@ -1,5 +1,35 @@
|
||||||
<main>
|
<main>
|
||||||
<div class="flex bg-[#780a0a] text-white justify-center place-items-center mt-20 py-4">
|
<div class="mt-20">
|
||||||
<a href="https://dwd.siliconpin.com/" target="_blank">Powered by <span class="font-bold">DWD Consultancy Services</span></a>
|
<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>
|
</div>
|
||||||
</main>
|
</main>
|
|
@ -2,8 +2,8 @@
|
||||||
<div>
|
<div>
|
||||||
<nav>
|
<nav>
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<!-- <img class="w-[50px] rounded-full drop-shadow-2xl p-0.5 animate-[spin_3s_ease]" src="/img/logo.svg" alt="" /> -->
|
<!-- <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="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>
|
<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>
|
||||||
<div class="hamburger">
|
<div class="hamburger">
|
||||||
<div class="line1"></div>
|
<div class="line1"></div>
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<li><a href="/local">Local</a></li>
|
<li><a href="/local">Local</a></li>
|
||||||
<li><a href="/article">Article</a></li>
|
<li><a href="/article">Article</a></li>
|
||||||
<!-- <li><a href="/about-us">About</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="/login">Login</a></li> -->
|
||||||
<!-- <li><a href="/sign-up">Signup</a></li> -->
|
<!-- <li><a href="/sign-up">Signup</a></li> -->
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
}
|
}
|
||||||
.logo img {
|
.logo img {
|
||||||
height: 5rem;
|
height: 5rem;
|
||||||
width: 5rem;
|
width: 8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Styling Links*/
|
/*Styling Links*/
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
<div>
|
|
||||||
<img class="" src="/img/header-img.png" alt="">
|
|
||||||
</div>
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
import MainHeader from '../components/MainHeader.astro';
|
import MainHeader from '../components/MainHeader.astro';
|
||||||
import TopHeader from '../components/TopHeader.astro';
|
import TopHeader from '../components/TopHeader.astro';
|
||||||
|
import Footer from '../components/Footer.astro';
|
||||||
export interface Props {
|
export interface Props {
|
||||||
title: string;
|
title: string;
|
||||||
}
|
}
|
||||||
|
@ -20,11 +21,12 @@ const { title } = Astro.props;
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<MainHeader />
|
<MainHeader />
|
||||||
<div class="mt-[95px]">
|
|
||||||
<TopHeader />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<slot />
|
<div class="mt-[150px]">
|
||||||
|
<slot />
|
||||||
|
</div>
|
||||||
|
<Footer />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<style is:global>
|
<style is:global>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
import Layout from '../../layouts/Layout.astro';
|
import Layout from '../../layouts/Layout.astro';
|
||||||
import Footer from '../../components/Footer.astro';
|
|
||||||
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?filter[status][_eq]=published&filter[category][_eq]=article&sort=-date_created');
|
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?filter[status][_eq]=published&filter[category][_eq]=article&sort=-date_created');
|
||||||
const dataJSON = await fetchData.json();
|
const dataJSON = await fetchData.json();
|
||||||
const data = dataJSON.data;
|
const data = dataJSON.data;
|
||||||
|
@ -44,7 +43,6 @@ const data = dataJSON.data;
|
||||||
</div> -->
|
</div> -->
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
|
||||||
</Layout>
|
</Layout>
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
const pageName = window.location.href.split('/')[3];
|
const pageName = window.location.href.split('/')[3];
|
||||||
|
|
|
@ -3,21 +3,22 @@ import Layout from "../layouts/Layout.astro";
|
||||||
---
|
---
|
||||||
<Layout title="Get in Touch | Barta">
|
<Layout title="Get in Touch | Barta">
|
||||||
<main>
|
<main>
|
||||||
<div>
|
<div class="">
|
||||||
<section class="container-fluid bg-gradient-to-t from-white to-[#05b3a450]">
|
<section class="">
|
||||||
<div class="container mx-auto px-4 flex flex-col lg:flex-row place-content-between space-x-4">
|
<div class="container mx-auto px-4 flex flex-col lg:flex-row place-content-between space-x-4">
|
||||||
<div class="flex flex-col justify-center w-full">
|
<div class="flex flex-col justify-center w-full">
|
||||||
<div class="flex flex-col w-full">
|
<div class="flex flex-col w-full md:mt-20">
|
||||||
<h1 class="text-3xl lg:text-4xl font-bold">Get in Touch with Barta News Portal</h1>
|
<h1 class="text-3xl lg:text-4xl font-bold">Get in Touch with Barta News Portal</h1>
|
||||||
<!-- <h2 class="text-2xl md:text-3xl text-[#3084b5]">Connect with CICD Hosting: Let's Shape the Future of Your Web Presence Together</h2> -->
|
<!-- <h2 class="text-2xl md:text-3xl text-[#3084b5]">Connect with CICD Hosting: Let's Shape the Future of Your Web Presence Together</h2> -->
|
||||||
<h3 class="text-xl text-justify pb-4">Feel free to drop us a line at Barta</h3>
|
<h3 class="text-xl text-justify pb-4">Feel free to drop us a line at Barta</h3>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="container mx-auto px-4 mt-16">
|
<!-- items-center max-w-xl -->
|
||||||
<div class="flex flex-col p-6 text-xl max-w-xl ">
|
<section class="container mx-auto px-8 md:mt-16 max-w-xl border-2 shadow-xl rounded-xl">
|
||||||
<h3 class="border-b-4 border-[#780a0a] text-3xl mb-10 font-bold">Get In Touch</h3>
|
<!-- <div class="p-6 text-xl"> -->
|
||||||
|
<h3 class="border-b-4 border-[#780a0a] text-3xl mb-4 font-bold pt-10">Get In Touch</h3>
|
||||||
<form method="post" id="contactForm" class="flex flex-col ">
|
<form method="post" id="contactForm" class="flex flex-col ">
|
||||||
<div id="formSection" class="flex flex-col space-y-4 shadow-lg justify-center place-items-center">
|
<div id="formSection" class="flex flex-col space-y-4 justify-center place-items-center">
|
||||||
<div class="flex flex-col w-full">
|
<div class="flex flex-col w-full">
|
||||||
<label for="name">Name<span class="text-red-500">*</span></label>
|
<label for="name">Name<span class="text-red-500">*</span></label>
|
||||||
<input id="name" name="name" class="border-2 rounded-md py-2 border-gray-400 focus:outline-none focus:border-2 focus:border-[#780a0a]" type="text" required/>
|
<input id="name" name="name" class="border-2 rounded-md py-2 border-gray-400 focus:outline-none focus:border-2 focus:border-[#780a0a]" type="text" required/>
|
||||||
|
@ -32,9 +33,9 @@ import Layout from "../layouts/Layout.astro";
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col w-full ">
|
<div class="flex flex-col w-full ">
|
||||||
<label for="message">Write your message...</label>
|
<label for="message">Write your message...</label>
|
||||||
<textarea id="message" name="message" class="border-2 rounded-md py-2 border-gray-400 focus:outline-none focus:border-2 focus:border-[#780a0a]"></textarea>
|
<textarea rows="8" id="message" name="message" class="border-2 rounded-md py-2 border-gray-400 focus:outline-none focus:border-2 focus:border-[#780a0a]"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col w-full ">
|
<div class="flex flex-col w-full pb-6">
|
||||||
<input class="bg-[#780a0a] text-white py-2 px-6 rounded-lg cursor-pointer" type="submit" value="Submit" />
|
<input class="bg-[#780a0a] text-white py-2 px-6 rounded-lg cursor-pointer" type="submit" value="Submit" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -42,7 +43,7 @@ import Layout from "../layouts/Layout.astro";
|
||||||
<p>Thank You!</p>
|
<p>Thank You!</p>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
<!-- </div> -->
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
---
|
---
|
||||||
import Layout from '../layouts/Layout.astro';
|
import Layout from '../layouts/Layout.astro';
|
||||||
import Card from '../components/Card.astro';
|
|
||||||
import Footer from '../components/Footer.astro';
|
|
||||||
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?sort=-date_created');
|
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?sort=-date_created');
|
||||||
const dataJSON = await fetchData.json();
|
const dataJSON = await fetchData.json();
|
||||||
const data = dataJSON.data;
|
const data = dataJSON.data;
|
||||||
|
@ -42,7 +40,6 @@ const data = dataJSON.data;
|
||||||
</div> -->
|
</div> -->
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
|
||||||
</Layout>
|
</Layout>
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9252259454702469" crossorigin="anonymous"></script>
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9252259454702469" crossorigin="anonymous"></script>
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
import Layout from '../../layouts/Layout.astro';
|
import Layout from '../../layouts/Layout.astro';
|
||||||
import Footer from '../../components/Footer.astro';
|
|
||||||
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?filter[status][_eq]=published&filter[category][_eq]=local&sort=-date_created');
|
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?filter[status][_eq]=published&filter[category][_eq]=local&sort=-date_created');
|
||||||
const dataJSON = await fetchData.json();
|
const dataJSON = await fetchData.json();
|
||||||
const data = dataJSON.data;
|
const data = dataJSON.data;
|
||||||
|
@ -44,7 +43,6 @@ const data = dataJSON.data;
|
||||||
</div> -->
|
</div> -->
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
|
||||||
</Layout>
|
</Layout>
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
const pageName = window.location.href.split('/')[3];
|
const pageName = window.location.href.split('/')[3];
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
import Layout from '../../layouts/Layout.astro';
|
import Layout from '../../layouts/Layout.astro';
|
||||||
import Footer from '../../components/Footer.astro';
|
|
||||||
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?filter[status][_eq]=published&filter[category][_eq]=national&sort=-date_created');
|
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?filter[status][_eq]=published&filter[category][_eq]=national&sort=-date_created');
|
||||||
const dataJSON = await fetchData.json();
|
const dataJSON = await fetchData.json();
|
||||||
const data = dataJSON.data;
|
const data = dataJSON.data;
|
||||||
|
@ -44,7 +43,6 @@ const data = dataJSON.data;
|
||||||
</div> -->
|
</div> -->
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
|
||||||
</Layout>
|
</Layout>
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
const pageName = window.location.href.split('/')[3];
|
const pageName = window.location.href.split('/')[3];
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
import Layout from '../../layouts/Layout.astro';
|
import Layout from '../../layouts/Layout.astro';
|
||||||
import Footer from '../../components/Footer.astro';
|
|
||||||
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?filter[status][_eq]=published&filter[category][_eq]=politics&sort=-date_created');
|
const fetchData = await fetch('https://api7.siliconpin.com/items/barta?filter[status][_eq]=published&filter[category][_eq]=politics&sort=-date_created');
|
||||||
const dataJSON = await fetchData.json();
|
const dataJSON = await fetchData.json();
|
||||||
const data = dataJSON.data;
|
const data = dataJSON.data;
|
||||||
|
@ -44,7 +43,6 @@ const data = dataJSON.data;
|
||||||
</div> -->
|
</div> -->
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
|
||||||
</Layout>
|
</Layout>
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
const pageName = window.location.href.split('/')[3];
|
const pageName = window.location.href.split('/')[3];
|
||||||
|
|
|
@ -0,0 +1,53 @@
|
||||||
|
---
|
||||||
|
import Layout from "../layouts/Layout.astro";
|
||||||
|
---
|
||||||
|
<Layout title="">
|
||||||
|
<main>
|
||||||
|
<div>
|
||||||
|
<section class="container mx-auto px-4">
|
||||||
|
<p class="float-right font-bold">Effective Date: 11-01-2024</p>
|
||||||
|
<div class="space-y-2">
|
||||||
|
<h1>Privacy Policy for Barta India</h1>
|
||||||
|
<h2>1. Introduction</h2>
|
||||||
|
<p>Welcome to Barta India ("we," "us," or "our"). This Privacy Policy is designed to inform you that we do not collect any personal information when you visit our website, <a class="text-blue-500 font-bold" href="https://www.barta-india.in" target="_blank">https://www.barta-india.in</a>.</p>
|
||||||
|
<h3>2. Information Collection</h3>
|
||||||
|
<p>We do not collect any personal information from our users. You can visit our website and enjoy our content without providing any identifiable information.</p>
|
||||||
|
<h3>3. Cookies and Similar Technologies</h3>
|
||||||
|
<p>While we may use cookies and similar technologies for technical purposes, we do not use these to collect or store any personal information.</p>
|
||||||
|
<h3>4. Third-Party Links</h3>
|
||||||
|
<p>Our website may contain links to third-party websites. We are not responsible for the privacy practices or content of these websites. Please review their privacy policies.</p>
|
||||||
|
<h3>5. Data Security</h3>
|
||||||
|
<p>Even though we do not collect personal information, we are committed to maintaining the security of our website and ensuring that any technical information collected is secured.</p>
|
||||||
|
<h3>6. Children's Privacy</h3>
|
||||||
|
<p>Our services are not intended for individuals under the age of 13. We do not knowingly collect personal information from children.</p>
|
||||||
|
<h3>7. Changes to this Privacy Policy</h3>
|
||||||
|
<p>We reserve the right to update or modify this Privacy Policy at any time. The revised version will be effective immediately upon posting on this page.</p>
|
||||||
|
<h3>8. Contact Us</h3>
|
||||||
|
<p>If you have any questions or concerns about this Privacy Policy, please contact us at <a class="text-blue-500 font-bold" href="https://www.barta-india.in/contact">Barta-Feedback</a>.</p>
|
||||||
|
<p>By using our website, you acknowledge and agree that we do not collect any user information.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
</Layout>
|
||||||
|
<style>
|
||||||
|
h1{
|
||||||
|
font-size: 25px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #780a0a;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #780a0a;
|
||||||
|
}
|
||||||
|
h3{
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #780a0a;
|
||||||
|
}
|
||||||
|
p{
|
||||||
|
font-size: 16px;
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
</style>
|
|
@ -0,0 +1,54 @@
|
||||||
|
---
|
||||||
|
import Layout from "../layouts/Layout.astro"
|
||||||
|
---
|
||||||
|
<Layout title="" >
|
||||||
|
<main>
|
||||||
|
<div class="mt-16">
|
||||||
|
<section class="container mx-auto px-4 ">
|
||||||
|
<!-- https://barta-india.in/ -->
|
||||||
|
<div class="space-y-2">
|
||||||
|
<h1>Terms and Conditions</h1>
|
||||||
|
<h2>Welcome to <a class="text-blue-500 font-bol" href="https://barta-india.in" target="_blank">Barta-India.in</a>. By accessing or using our Website, you agree to comply with and be bound by the following terms and conditions of use. If you do not agree with these terms, please do not use our Website.</h2>
|
||||||
|
<h3>1. Acceptance of Terms</h3>
|
||||||
|
<p>By using Barta-India.in, you agree to comply with and be bound by these terms and conditions, our Privacy Policy, and any additional terms and conditions that may apply to specific sections of the Website or to products and services available through the Website.</p>
|
||||||
|
<h3>2. Content Disclaimer</h3>
|
||||||
|
<p>The content provided on Barta-India.in is for general informational purposes only. While we strive to provide accurate and up-to-date information, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability of the information contained on the Website.</p>
|
||||||
|
<h3>3. User Conduct</h3>
|
||||||
|
<p>By using our Website, you agree not to engage in any conduct that may be considered unlawful, offensive, or otherwise objectionable. This includes but is not limited to:</p>
|
||||||
|
<p>Violating any applicable laws or regulations.</p>
|
||||||
|
<p>Infringing on the rights of others.</p>
|
||||||
|
<p>Disrupting the normal flow of dialogue or interfering with the functioning of the Website.</p>
|
||||||
|
<h3>4. Intellectual Property</h3>
|
||||||
|
<p>All content on Barta-India.in, including text, graphics, logos, images, and software, is the property of Barta India or its content suppliers and is protected by applicable copyright and trademark laws. You may not reproduce, distribute, or otherwise use any of the content without the express written permission of Barta India.</p>
|
||||||
|
<h3>5. Third-Party Links</h3>
|
||||||
|
<p>Our Website may contain links to third-party websites or services. These links are provided for your convenience, and we do not endorse the content of any third-party website. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party websites or services.</p>
|
||||||
|
<h3>6. Changes to Terms</h3>
|
||||||
|
<p>We reserve the right to modify these terms and conditions at any time without prior notice. Your continued use of the Website after any changes to these terms will signify your acceptance of those changes.</p>
|
||||||
|
<p>If you have any questions or concerns about these terms and conditions, please contact us at <a class="text-blue-500 font-bold" href="https://barta-india.in/contact" target="_blank">Barta-Feedback</a>.</p>
|
||||||
|
<p class="float-right font-bold">Last updated: 11-01-2024</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
</Layout>
|
||||||
|
<style>
|
||||||
|
h1{
|
||||||
|
font-size: 25px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #780a0a;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
/* color: #780a0a; */
|
||||||
|
}
|
||||||
|
h3{
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #780a0a;
|
||||||
|
}
|
||||||
|
p{
|
||||||
|
font-size: 16px;
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue