<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Business Listing Directory | Boost Your Online Presence</title>
<meta name="description" content="Explore our comprehensive business listing directory, offering valuable resources in various niches to enhance your online visibility.">
<link rel="stylesheet" href="styles.css">
<style>
/* Reset default styling */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
}
/* Header Styles */
header {
text-align: center;
background: #0044cc;
color: #fff;
padding: 2rem 1rem;
}
header h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
header p {
font-size: 1.1rem;
margin-bottom: 1.5rem;
}
/* Navigation Bar Styles */
nav ul {
display: flex;
justify-content: center;
list-style: none;
margin-bottom: 1rem;
flex-wrap: wrap;
}
nav ul li {
margin: 0 1rem;
}
nav ul li a {
color: #fff;
text-decoration: none;
font-size: 1.2rem;
padding: 0.5rem 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
/* Category Section Styles */
.category-section {
padding: 2rem 1rem;
background: #f4f4f4;
border-top: 1px solid #ccc;
margin-bottom: 1rem;
}
.category-section:nth-child(odd) {
background: #e9e9e9;
}
.category-section h2 {
font-size: 2rem;
color: #0044cc;
margin-bottom: 1rem;
}
.category-section p {
font-size: 1.1rem;
margin-bottom: 1rem;
}
.category-section ul {
list-style-type: square;
padding-left: 1.5rem;
}
.category-section ul li {
margin: 0.5rem 0;
}
/* Footer Styles */
footer {
text-align: center;
padding: 1rem;
background: #333;
color: #fff;
}
/* Blinking Animation for Important Text */
@keyframes blink {
0% { color: red; }
25% { color: white; }
50% { color: black; }
75% { color: #03fcec; }
100% { color: #f20af2; }
}
h1.blink {
animation: blink 1.5s infinite;
}
/* Media Queries for Responsiveness */
/* For tablets and smaller screens */
@media (max-width: 768px) {
header h1 {
font-size: 2rem;
}
header p {
font-size: 1rem;
}
nav ul {
flex-direction: column;
align-items: center;
}
nav ul li {
margin: 0.5rem 0;
}
.category-section h2 {
font-size: 1.5rem;
}
.category-section p {
font-size: 1rem;
}
.category-section ul {
padding-left: 1rem;
}
footer h1.blink {
font-size: 1.2rem;
}
}
/* For small screens (phones) */
@media (max-width: 480px) {
header h1 {
font-size: 1.8rem;
}
header p {
font-size: 0.9rem;
}
nav ul {
flex-direction: column;
align-items: center;
}
nav ul li {
margin: 0.5rem 0;
}
nav ul li a {
font-size: 1rem;
padding: 0.5rem;
}
.category-section h2 {
font-size: 1.3rem;
}
.category-section p {
font-size: 0.9rem;
}
.category-section ul {
padding-left: 0.5rem;
}
footer h1.blink {
font-size: 1rem;
}
}
/* For extra large screens (desktops, larger tablets) */
@media (min-width: 1200px) {
header h1 {
font-size: 3rem;
}
header p {
font-size: 1.2rem;
}
nav ul li a {
font-size: 1.5rem;
}
.category-section h2 {
font-size: 2.5rem;
}
.category-section p {
font-size: 1.2rem;
}
footer h1.blink {
font-size: 1.5rem;
}
}
</style>
</head>
<body>
<!-- Navigation Bar -->
<header>
<h1>Business Listing Directory</h1>
<h1 class="blink">For business listing and DR increase, contact WhatsApp: +923466117820</h1>
<p>Find and connect with valuable websites across key niches to boost your online presence and SEO through quality business listings.</p>
<nav>
<ul>
</ul>
</nav>
</header>
<!-- Content Sections -->
<section id="business" class="category-section">
<h2>Business Listings</h2>
<p>Explore top business listing websites that strengthen your professional network, enhance credibility, and improve online visibility.</p>
<ul>
<li><a href="#">Example Business Listing Site</a></li>
<!-- Add more links here with business listing descriptions -->
</ul>
</section>
<section id="fashion" class="category-section">
<h2>Fashion</h2>
<p>Discover leading fashion websites to stay on top of industry trends and grow your visibility in this niche.</p>
<ul>
<li><a href="#">Example Fashion Listing Site</a></li>
<!-- Add more links here -->
</ul>
</section>
<section id="health" class="category-section">
<h2>Health</h2>
<p>Find reputable health-related websites to add authority to your wellness business listings.</p>
<ul>
<li><a href="#">Example Health Listing Site</a></li>
<!-- Add more links here -->
</ul>
</section>
<section id="information" class="category-section">
<h2>Information</h2>
<p>Access informative websites to enhance your SEO and gain visibility through trusted informational listings.</p>
<ul>
<li><a href="#">Example Information Listing Site</a></li>
<!-- Add more links here -->
</ul>
</section>
<section id="education" class="category-section">
<h2>Education</h2>
<p>Link to educational resources that establish authority in education listings and improve backlink strategies.</p>
<ul>
<li><a href="#">Example Education Listing Site</a></li>
<!-- Add more links here -->
</ul>
</section>
<section id="other-niches" class="category-section">
<h2>Other Niches</h2>
<p>Explore websites across diverse niches to diversify your business listings and broaden your reach.</p>
<ul>
</ul>
</section>
<!-- Footer -->
<footer>
<p>Business Listing Directory © 2023 - All rights reserved</p>
<h1 class="blink">For business listing and DR increase, contact WhatsApp: +923466117820</h1>
</footer>
</body>
</html>