race1st-welcome / index.html
AnkhLP's picture
update notes for
d129fc5 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>National Race 1st Convention | Black-Owned & Cultural Guide</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.category-card {
transition: all 0.3s ease;
}
.category-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.business-card {
transition: all 0.3s ease;
}
.business-card:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: #4F46E5;
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.active-nav::after {
width: 100%;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Header -->
<header class="bg-indigo-900 text-white">
<div class="container mx-auto px-4 py-8">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<h1 class="text-3xl md:text-4xl font-bold">National Race 1st Convention</h1>
<p class="text-indigo-200 mt-2">Black-Owned & Cultural Guide</p>
</div>
<div class="flex space-x-4">
<a href="#" class="bg-white text-indigo-900 px-6 py-2 rounded-full font-medium hover:bg-indigo-100 transition">Download Guide</a>
<a href="#" class="border border-white px-6 py-2 rounded-full font-medium hover:bg-white hover:text-indigo-900 transition">Share</a>
</div>
</div>
</div>
</header>
<!-- Navigation -->
<nav class="sticky top-0 bg-white shadow-sm z-10">
<div class="container mx-auto px-4">
<div class="flex overflow-x-auto py-4 space-x-8 hide-scrollbar">
<a href="#restaurants" class="nav-link text-gray-700 font-medium whitespace-nowrap active-nav">Restaurants</a>
<a href="#activities" class="nav-link text-gray-700 font-medium whitespace-nowrap">Activities & Nightlife</a>
<a href="#stores" class="nav-link text-gray-700 font-medium whitespace-nowrap">Cultural Stores</a>
<a href="#kids" class="nav-link text-gray-700 font-medium whitespace-nowrap">Children's Activities</a>
</div>
</div>
</nav>
<!-- Main Content -->
<main class="container mx-auto px-4 py-12">
<!-- Restaurants Section -->
<section id="restaurants" class="mb-20">
<div class="flex items-center mb-8">
<h2 class="text-3xl font-bold text-gray-800">Restaurants</h2>
<div class="ml-4 bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm font-medium">Black-Owned Focus</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Restaurant Card 1 - The Land of Kush -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/images%20(3).jpg" alt="The Land of Kush" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.5
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">The Land of Kush</h3>
<div class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs font-medium">Vegan Soul Food</div>
</div>
<p class="text-gray-600 mt-1">840 N Eutaw St, Baltimore, MD 21201</p>
<p class="text-gray-700 mt-3">Famous for vegan 'ribz', crab cakes & mac.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://landofkush.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/TheLandofKush/" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://instagram.com/thelandofkush" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4438631275" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4438631275">(443) 863-1275</a>
</div>
</div>
</div>
<!-- Restaurant Card 4 - Oleum -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="300">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/68376416.jpg" alt="Oleum" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.8
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Oleum</h3>
<div class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs font-medium">Upscale Vegan</div>
</div>
<p class="text-gray-600 mt-1">701 S Bond St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Globally inspired upscale vegan dining.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.oleumkitchen.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4102313102" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4102313102">(410) 231-3102</a>
</div>
</div>
</div>
<!-- Restaurant Card 2 -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="100">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Dodah's Kitchen.jpeg" alt="Dodah's Kitchen" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
3.5
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Dodah's Kitchen</h3>
<div class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs font-medium">Afro-Vegan</div>
</div>
<p class="text-gray-600 mt-1">1210 N Charles St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Authentic Afro-vegan flavors.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://dodahskitchen.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://instagram.com/dodahsofficial" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:2028836324" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:2028836324">(202) 883-6324</a>
</div>
</div>
</div>
<!-- Restaurant Card 3 -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="200">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/My Mama's Vegan.jpeg" alt="My Mama's Vegan" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">My Mama's Vegan</h3>
<div class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs font-medium">Vegan</div>
</div>
<p class="text-gray-600 mt-1">3316 Greenmount Ave, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Juice bar & top-tier vegan soul food.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://mymamasvegan.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/mymamaavegan/" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://instagram.com/mymamasvegan" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4436819515" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4436819515">(443) 681-9515</a>
</div>
</div>
</div>
<!-- Restaurant Card 5 - The Urban Oyster -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="400">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/The Urban Oyster.jpg" alt="The Urban Oyster" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.5
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">The Urban Oyster</h3>
<div class="bg-blue-100 text-blue-800 px-2 py-1 rounded-full text-xs font-medium">Seafood</div>
</div>
<p class="text-gray-600 mt-1">914 W 36th St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">First Black-female-owned oyster bar in the U.S.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.theurbanoyster.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/theurbanoyster/" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://instagram.com/theurbanoyster" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4438354503" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4438354503">(443) 835-4503</a>
</div>
</div>
</div>
<!-- Restaurant Card 6 - Papi Cuisine -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="500">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Papi Cuisine.avif" alt="Papi Cuisine" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.5
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Papi Cuisine</h3>
<div class="bg-purple-100 text-purple-800 px-2 py-1 rounded-full text-xs font-medium">Afro-Latin</div>
</div>
<p class="text-gray-600 mt-1">206 E Redwood St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">High-end Afro-Latin fusion fine dining.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.papicuisine.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/papicuisinebaltimore/" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://instagram.com/papicuisine" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4103174862" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4103174862">(410) 317-4862</a>
</div>
</div>
</div>
<!-- Restaurant Card 7 - Water for Chocolate -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="600">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Water for Chocolate.jpg" alt="Water for Chocolate" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.5
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Water for Chocolate</h3>
<div class="bg-orange-100 text-orange-800 px-2 py-1 rounded-full text-xs font-medium">Southern-Caribbean</div>
</div>
<p class="text-gray-600 mt-1">1841 E Lombard St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Shrimp & grits, breakfast burritos.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.waterforchocolate.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/chefseanguy/" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="tel:4106757778" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4106757778">(410) 675-7778</a>
</div>
</div>
</div>
<!-- Restaurant Card 8 - Blk Swan -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="700">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Blk Swan.jpg" alt="Blk Swan" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.4
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Blk Swan</h3>
<div class="bg-red-100 text-red-800 px-2 py-1 rounded-full text-xs font-medium">Modern American</div>
</div>
<p class="text-gray-600 mt-1">1302 Fleet St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Dress Code required. Stylish venue with creative cocktails.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.eatatblkswan.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/eatatblkswan/" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://instagram.com/eatatblkswan" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4435521956" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4435521956">(443) 552-1956</a>
</div>
</div>
</div>
<!-- Restaurant Card 9 - Diasporan Soul -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="800">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Diasporan Soul.jpeg" alt="Diasporan Soul" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.6
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Diasporan Soul</h3>
<div class="bg-yellow-100 text-yellow-800 px-2 py-1 rounded-full text-xs font-medium">Jamaican-American</div>
</div>
<p class="text-gray-600 mt-1">5525 Harford Rd, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Traditional + plant-based Jamaican/American dishes.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://diasporansoul.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://instagram.com/diasporansoul" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4107775020" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4107775020">(410) 777-5020</a>
</div>
</div>
</div>
<!-- Restaurant Card 10 - Naked Lunch at Mom's -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="900">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Naked Lunch at Mom's.jpg" alt="Naked Lunch at Mom's" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.0
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Naked Lunch at Mom's</h3>
<div class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs font-medium">Vegetarian/Vegan</div>
</div>
<p class="text-gray-600 mt-1">711 W 40th St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Delicious salad bar & healthy selections.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://momsorganicmarket.com/nakedlunch" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:6672192505" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:6672192505">(667) 219-2505</a>
</div>
</div>
</div>
<!-- Restaurant Card 11 - Sydney's Ice Creams -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="1000">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Sydney's Ice Creams.jpg" alt="Sydney's Ice Creams" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Sydney's Ice Creams</h3>
<div class="bg-pink-100 text-pink-800 px-2 py-1 rounded-full text-xs font-medium">Ice Cream</div>
</div>
<p class="text-gray-600 mt-1">3502 Harford Rd, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Unique flavors; vegan & gluten-free options.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://sydneysicecreams.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://facebook.com/p/Sydneys-Ice-Creams-61553144145212" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="tel:4108045871" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4108045871">(410) 804-5871</a>
</div>
</div>
</div>
<!-- Restaurant Card 12 - Taste This -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="1100">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Taste This.webp" alt="Taste This" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.8
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Taste This</h3>
<div class="bg-purple-100 text-purple-800 px-2 py-1 rounded-full text-xs font-medium">American</div>
</div>
<p class="text-gray-600 mt-1">102 E 25th St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Black-owned restaurant serving delicious American cuisine.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://tastethisbaltimore.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/tastethisbaltimore" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://instagram.com/tastethisbaltimore" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4435632845" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4435632845">(443) 563-2845</a>
</div>
</div>
</div>
<!-- Restaurant Card 13 - Everybody Loves Brunch -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="1200">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Everybody Loves Brunch.jpg" alt="Everybody Loves Brunch" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold text-gray-800">Everybody Loves Brunch</h3>
<div class="bg-orange-100 text-orange-800 px-2 py-1 rounded-full text-xs font-medium">Brunch</div>
</div>
<p class="text-gray-600 mt-1">2431 St Paul St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Chicken & waffles, brunch sandwiches.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://everybodylovesbrunchexpress.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4438354590" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4438354590">(443) 835-4590</a>
</div>
</div>
</div>
</div>
</section>
<!-- Activities & Nightlife Section -->
<section id="activities" class="mb-20">
<div class="flex items-center mb-8">
<h2 class="text-3xl font-bold text-gray-800">Activities & Nightlife</h2>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Activity Card 1 -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Melba's Place.jpg" alt="Melba's Place" class="w-full h-full object-cover">
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Melba's Place</h3>
<p class="text-gray-600 mt-1">3126 Greenmount Ave, Baltimore, MD</p>
<p class="text-gray-700 mt-3">DJs & dance floor at this Black-owned lounge.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://melbasplace.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4101234567" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4101234567">(410) 123-4567</a>
</div>
</div>
</div>
<!-- Activity Card 2 -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="100">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Linda Blackbourn Jewelry (Workshop by LBJ).webp" alt="Linda Blackbourn Jewelry" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Linda Blackbourn Jewelry (Workshop by LBJ)</h3>
<p class="text-gray-600 mt-1">3600 Clipper Mill Rd, Ste 124, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Copper & semi-precious stone jewelry making class offered - contact store for more information.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.lindablackbournjewelry.com/" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/WorkshopbyLBJ/" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="tel:4439901959" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4439901959">(443) 990-1959</a>
</div>
</div>
</div>
<!-- Activity Card 3 - SoBaltimore Sports Bar -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="200">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/SoBaltimore Sports Bar & Lounge.avif" alt="SoBaltimore Sports Bar" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.3
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">SoBaltimore Sports Bar & Lounge</h3>
<p class="text-gray-600 mt-1">3734 Fleet St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Lively vibe, modern décor at this sports bar.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.sobaltimoresportsbar.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://instagram.com/sobaltimoresportsbar" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4435521143" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned (Likely)</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4435521143">(443) 552-1143</a>
</div>
</div>
</div>
<!-- Activity Card 4 - Who Knowz -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="300">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Who Knowz Restaurant & Lounge.avif" alt="Who Knowz" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.8
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Who Knowz Restaurant & Lounge</h3>
<p class="text-gray-600 mt-1">2101 Maryland Ave, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Local favorite with R&B/Afrobeats and good vibes.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://whoknowz1.wixsite.com/whoknowzrestaurantlo" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://facebook.com/WhoKnowzRestaurantLounge" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="tel:4435710736" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4435710736">(443) 571-0736</a>
</div>
</div>
</div>
<!-- Activity Card 5 - Baltimore Comedy Factory -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="500">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Breakout Games.webp" alt="Breakout Games" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.7
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Breakout Games</h3>
<p class="text-gray-600 mt-1">9017 Mendenhall Court, Suite G, Columbia, MD</p>
<p class="text-gray-700 mt-3">Escape room with various themed rooms and puzzles.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://breakoutgames.com/baltimore" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/breakoutgames" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://www.instagram.com/breakoutgames" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4438326980" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4438326980">(443) 832-6980</a>
</div>
</div>
</div>
<!-- Activity Card 6 - Charm City Clue Room -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="400">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Charm City Clue Room.jpg" alt="Charm City Clue Room" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.5
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Charm City Clue Room</h3>
<p class="text-gray-600 mt-1">6 Market Pl, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Downtown Baltimore (local) escape rooms at the inner harbor.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.facebook.com/charmcityclueroom/" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="tel:4439706678" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4439706678">(443) 970-6678</a>
</div>
</div>
</div>
<!-- Activity Card 7 - Smart Escape -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="400">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Smart Escape.webp" alt="Smart Escape" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.8
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Smart Escape</h3>
<p class="text-gray-600 mt-1">503 York Rd, Towson, MD</p>
<p class="text-gray-700 mt-3">Recommended the "Bank Robbery" and "The Golden Bug" rooms.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://smartescape.com/" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/smartescapetowson" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://www.instagram.com/smartescaperoom/" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4433394499" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4433394499">(443) 339-4499</a>
</div>
</div>
</div>
<!-- Activity Card 7 - Baltimore Comedy Factory -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="500">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Baltimore Comedy Factory (Bmore Comedy Club).jpg" alt="Baltimore Comedy Factory" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.4
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Baltimore Comedy Factory</h3>
<p class="text-gray-600 mt-1">5625 O'Donnell St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">21+ comedy club with 2-drink minimum. Arrive 45 min early for preferred seating.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.baltimorecomedy.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://facebook.com/baltimorecomedy" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://instagram.com/baltimorecomedy" target="_blank" class="text-pink-600 hover:text-pink-800" title="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="tel:4105477798" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4105477798">(410) 547-7798</a>
</div>
</div>
</div>
</div>
</section>
<!-- Cultural Stores Section -->
<section id="stores" class="mb-20">
<div class="flex items-center mb-8">
<h2 class="text-3xl font-bold text-gray-800">Cultural Stores</h2>
<div class="ml-4 bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm font-medium">Black-Owned</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Store Card 1 -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Everyone’s Place African Cultural Center.jpeg" alt="Everyone's Place" class="w-full h-full object-cover">
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Everyone's Place African Cultural Center</h3>
<p class="text-gray-600 mt-1">1356 W North Ave, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Books, clothing, spiritual & cultural items.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="tel:4101234567" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4101234567">(410) 123-4567</a>
</div>
</div>
</div>
<!-- Store Card 2 -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="100">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Sankofa African & World Bazaar.jpg" alt="Sankofa African & World Bazaar" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.9
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Sankofa African & World Bazaar</h3>
<p class="text-gray-600 mt-1">4330 Pimlico Rd, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Jewelry, clothing, gifts from African culture.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.sankofaafricanbazaar.com/" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://baltimore.org/listings/sankofa-african-world-bazaar/" target="_blank" class="text-blue-600 hover:text-blue-800" title="Baltimore.org">
<i data-feather="external-link"></i>
</a>
<a href="tel:4103660886" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4103660886">(410) 366-0886</a>
</div>
</div>
</div>
<!-- Store Card 3 -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="200">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/TNAT (The Nappy African Trading Co.).jpeg" alt="TNAT" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
4.7
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">TNAT (The Nappy African Trading Co.)</h3>
<p class="text-gray-600 mt-1">5525 Harford Rd, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Natural hair, wellness, cultural goods.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.templeofnat.org/" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="https://www.facebook.com/Templeofnat" target="_blank" class="text-blue-600 hover:text-blue-800" title="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="tel:4107775020" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
<div class="text-sm font-medium text-indigo-700">Black-Owned</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4107775020">(410) 777-5020</a>
</div>
</div>
</div>
</div>
</section>
<!-- Children's Activities Section -->
<section id="kids">
<div class="flex items-center mb-8">
<h2 class="text-3xl font-bold text-gray-800">Children's Activities</h2>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Kids Activity Card 1 -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Port Discovery Children’s Museum.jpg" alt="Port Discovery" class="w-full h-full object-cover">
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Port Discovery Children's Museum</h3>
<p class="text-gray-600 mt-1">35 Market Pl, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Interactive exhibits for ages 1–10.</p>
</div>
</div>
<!-- Kids Activity Card 2 - National Aquarium -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="100">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/National Aquarium.jpg" alt="National Aquarium" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">National Aquarium</h3>
<p class="text-gray-600 mt-1">501 E Pratt St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Plan 2-3 hours; many exhibits. Adults $49.95, Youth $39.95, Seniors $39.95, Children 4 & under free.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://aqua.org" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4105763800" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4105763800">(410) 576-3800</a>
</div>
</div>
</div>
<!-- Kids Activity Card 3 - Maryland Science Center -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="200">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Maryland Science Center.jpg" alt="Maryland Science Center" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Maryland Science Center</h3>
<p class="text-gray-600 mt-1">601 Light St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Planetarium, demos, IMAX. Adults $24.95-$26.95, Children $20.95, Seniors $25.95.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.mdsci.org" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4106852370" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4106852370">(410) 685-2370</a>
</div>
</div>
</div>
<!-- Kids Activity Card 4 - Walters Art Museum -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="300">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Walters Art Museum.jpg" alt="Walters Art Museum" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Walters Art Museum</h3>
<p class="text-gray-600 mt-1">600 N Charles St, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Family-friendly art programs. FREE admission. Some special events may have $5 fee.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://thewalters.org" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4105479000" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4105479000">(410) 547-9000</a>
</div>
</div>
</div>
<!-- Kids Activity Card 5 - Maryland Zoo -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="400">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Maryland Zoo.jpg" alt="Maryland Zoo" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Maryland Zoo</h3>
<p class="text-gray-600 mt-1">1 Safari Pl, Baltimore, MD</p>
<p class="text-gray-700 mt-3">General admission $33, Seniors $28, ZooMore+ $41. Winter pricing $24. Includes unlimited train and carousel rides.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.marylandzoo.org" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4439924585" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4439924585">(443) 992-4585</a>
</div>
</div>
</div>
<!-- Kids Activity Card 6 - Federal Hill Park -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="500">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Federal Hill Park.jpg" alt="Federal Hill Park" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Federal Hill Park</h3>
<p class="text-gray-600 mt-1">300 Warren Ave, Baltimore, MD</p>
<p class="text-gray-700 mt-3">Playground, skyline views, open space.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://bcrp.baltimorecity.gov/parks/federal-hill" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4103965828" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4103965828">(410) 396-5828</a>
</div>
</div>
</div>
<!-- Kids Activity Card 7 - Patterson Park -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="600">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Patterson Park.jpg" alt="Patterson Park" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Patterson Park</h3>
<p class="text-gray-600 mt-1">Southeast Baltimore</p>
<p class="text-gray-700 mt-3">Trails, pagoda, 2 playgrounds, lake, sports fields.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://pattersonpark.com" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4102763676" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4102763676">(410) 276-3676</a>
</div>
</div>
</div>
<!-- Kids Activity Card 8 - Northwest Regional Park -->
<div class="business-card bg-white rounded-xl overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="700">
<div class="h-48 bg-gray-200 relative overflow-hidden">
<img src="https://huggingface.co/spaces/AnkhLP/race1st-welcome/resolve/main/images/Northwest Regional Park.jpg" alt="Northwest Regional Park" class="w-full h-full object-cover">
<div class="absolute top-2 right-2 bg-white px-2 py-1 rounded-full text-xs font-medium flex items-center">
<i data-feather="star" class="w-3 h-3 mr-1 text-yellow-500"></i>
5.0
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800">Northwest Regional Park</h3>
<p class="text-gray-600 mt-1">4515 Deer Park Rd, Owings Mills, MD</p>
<p class="text-gray-700 mt-3">Nature trails, pavilions, Ravens-themed playground.</p>
<div class="mt-4 flex justify-between items-center">
<div class="flex space-x-2">
<a href="https://www.baltimorecountymd.gov/departments/recreation/parks-directory/northwest-regional-park" target="_blank" class="text-indigo-600 hover:text-indigo-800" title="Website">
<i data-feather="globe"></i>
</a>
<a href="tel:4108871582" class="text-green-600 hover:text-green-800" title="Call">
<i data-feather="phone"></i>
</a>
</div>
</div>
<div class="mt-2 text-sm text-gray-500">
<a href="tel:4108871582">(410) 887-1582</a>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">National Race 1st Convention</h3>
<p class="text-gray-400">Celebrating Black culture and supporting Black-owned businesses in Baltimore.</p>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#restaurants" class="text-gray-400 hover:text-white transition">Restaurants</a></li>
<li><a href="#activities" class="text-gray-400 hover:text-white transition">Activities</a></li>
<li><a href="#stores" class="text-gray-400 hover:text-white transition">Cultural Stores</a></li>
<li><a href="#kids" class="text-gray-400 hover:text-white transition">Kids Activities</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Connect</h3>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="twitter"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>© 2023 National Race 1st Convention. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Initialize tooltips
document.addEventListener('DOMContentLoaded', function() {
const tooltipTriggerList = [].slice.call(document.querySelectorAll('[title]'))
tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl)
})
});
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
// Smooth scrolling for navigation
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
// Update active nav
document.querySelectorAll('.nav-link').forEach(link => {
link.classList.remove('active-nav');
});
this.classList.add('active-nav');
});
});
</script>
</body>
</html>