Spaces:
Running
Running
File size: 22,702 Bytes
b357c6e 7dded1b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cultural Affairs | Connecting Communities Through Arts</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<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>
.hero-gradient {
background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #9333ea 100%);
}
.hover-scale {
transition: transform 0.3s ease;
}
.hover-scale:hover {
transform: scale(1.03);
}
.text-shadow {
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-sm sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<a href="#" class="flex-shrink-0 flex items-center">
<i data-feather="globe" class="h-8 w-8 text-indigo-600"></i>
<span class="ml-2 text-xl font-bold text-indigo-600">Cultural Affairs</span>
</a>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#" class="text-indigo-600 border-b-2 border-indigo-500 px-1 pt-1 text-sm font-medium">Home</a>
<a href="#" class="text-gray-500 hover:text-indigo-600 px-1 pt-1 text-sm font-medium">About</a>
<a href="#" class="text-gray-500 hover:text-indigo-600 px-1 pt-1 text-sm font-medium">Programs</a>
<a href="#" class="text-gray-500 hover:text-indigo-600 px-1 pt-1 text-sm font-medium">Events</a>
<a href="#" class="text-gray-500 hover:text-indigo-600 px-1 pt-1 text-sm font-medium">Contact</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-controls="mobile-menu" aria-expanded="false">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="md:hidden hidden" id="mobile-menu">
<div class="pt-2 pb-3 space-y-1">
<a href="#" class="bg-indigo-50 border-indigo-500 text-indigo-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a>
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">About</a>
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Programs</a>
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Events</a>
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="hero-gradient text-white">
<div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8">
<div class="text-center" data-aos="fade-up">
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl text-shadow">
Connecting Communities Through Arts
</h1>
<p class="mt-6 max-w-3xl mx-auto text-xl">
We foster cultural understanding and appreciation through innovative programs and events that bring people together.
</p>
<div class="mt-10 flex justify-center space-x-4">
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-indigo-700 bg-white hover:bg-gray-50">
Explore Programs
</a>
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-indigo-800 bg-opacity-80 hover:bg-opacity-100">
Donate Now
</a>
</div>
</div>
</div>
</div>
<!-- Mission Section -->
<div class="bg-white py-16 sm:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center" data-aos="fade-up">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Our Mission</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
To celebrate and preserve cultural diversity
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
We believe in the power of cultural exchange to build bridges between communities and create a more inclusive society.
</p>
</div>
<div class="mt-20">
<div class="grid grid-cols-1 gap-12 md:grid-cols-3">
<div class="pt-6" data-aos="fade-up" data-aos-delay="100">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full hover-scale">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-indigo-500 rounded-md shadow-lg">
<i data-feather="users" class="h-6 w-6 text-white"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Community Engagement</h3>
<p class="mt-5 text-base text-gray-500">
We create platforms for dialogue and interaction between diverse cultural groups through festivals, workshops, and public forums.
</p>
</div>
</div>
</div>
<div class="pt-6" data-aos="fade-up" data-aos-delay="200">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full hover-scale">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-indigo-500 rounded-md shadow-lg">
<i data-feather="book-open" class="h-6 w-6 text-white"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Education & Awareness</h3>
<p class="mt-5 text-base text-gray-500">
Our educational programs promote cultural literacy and understanding among youth and adults alike.
</p>
</div>
</div>
</div>
<div class="pt-6" data-aos="fade-up" data-aos-delay="300">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full hover-scale">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-indigo-500 rounded-md shadow-lg">
<i data-feather="heart" class="h-6 w-6 text-white"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Cultural Preservation</h3>
<p class="mt-5 text-base text-gray-500">
We support artists and cultural practitioners in preserving and sharing their traditions with future generations.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Featured Programs -->
<div class="bg-gray-50 py-16 sm:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-12" data-aos="fade-up">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Featured Programs</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Our Cultural Initiatives
</p>
</div>
<div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<div class="bg-white rounded-lg shadow-md overflow-hidden hover-scale" data-aos="fade-up" data-aos-delay="100">
<img class="w-full h-48 object-cover" src="http://static.photos/culture/640x360/1" alt="Cultural Exchange Program">
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-900">Cultural Exchange Program</h3>
<p class="mt-2 text-gray-600">
A year-round initiative that connects artists from different backgrounds to collaborate and create.
</p>
<div class="mt-4">
<a href="#" class="text-indigo-600 font-medium hover:text-indigo-500">
Learn more <span aria-hidden="true">→</span>
</a>
</div>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden hover-scale" data-aos="fade-up" data-aos-delay="200">
<img class="w-full h-48 object-cover" src="http://static.photos/education/640x360/2" alt="Youth Arts Initiative">
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-900">Youth Arts Initiative</h3>
<p class="mt-2 text-gray-600">
Empowering young people through arts education and mentorship programs in underserved communities.
</p>
<div class="mt-4">
<a href="#" class="text-indigo-600 font-medium hover:text-indigo-500">
Learn more <span aria-hidden="true">→</span>
</a>
</div>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden hover-scale" data-aos="fade-up" data-aos-delay="300">
<img class="w-full h-48 object-cover" src="http://static.photos/festival/640x360/3" alt="Annual Cultural Festival">
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-900">Annual Cultural Festival</h3>
<p class="mt-2 text-gray-600">
Our flagship event showcasing music, dance, food, and traditions from around the world.
</p>
<div class="mt-4">
<a href="#" class="text-indigo-600 font-medium hover:text-indigo-500">
Learn more <span aria-hidden="true">→</span>
</a>
</div>
</div>
</div>
</div>
<div class="mt-12 text-center">
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700">
View All Programs
</a>
</div>
</div>
</div>
<!-- Testimonials -->
<div class="bg-indigo-700 text-white py-16 sm:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-12" data-aos="fade-up">
<h2 class="text-base text-indigo-300 font-semibold tracking-wide uppercase">Testimonials</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
What People Are Saying
</p>
</div>
<div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<div class="bg-indigo-800 bg-opacity-50 rounded-lg p-8" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/1" alt="Maria Rodriguez">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-white">Maria Rodriguez</h3>
<p class="text-indigo-200">Community Leader</p>
</div>
</div>
<p class="mt-4 text-base text-indigo-100">
"Cultural Affairs has transformed our neighborhood by creating spaces where diverse communities can come together and celebrate their heritage."
</p>
</div>
<div class="bg-indigo-800 bg-opacity-50 rounded-lg p-8" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/2" alt="James Chen">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-white">James Chen</h3>
<p class="text-indigo-200">Artist & Educator</p>
</div>
</div>
<p class="mt-4 text-base text-indigo-100">
"The Youth Arts Initiative gave my students opportunities they never would have had otherwise. The impact on their lives has been profound."
</p>
</div>
<div class="bg-indigo-800 bg-opacity-50 rounded-lg p-8" data-aos="fade-up" data-aos-delay="300">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/3" alt="Amina Diallo">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-white">Amina Diallo</h3>
<p class="text-indigo-200">Program Participant</p>
</div>
</div>
<p class="mt-4 text-base text-indigo-100">
"Participating in the Cultural Exchange Program opened my eyes to new perspectives and helped me grow both as an artist and as a person."
</p>
</div>
</div>
</div>
</div>
<!-- Call to Action -->
<div class="bg-white py-16 sm:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="bg-indigo-700 rounded-lg shadow-xl overflow-hidden">
<div class="px-6 py-12 sm:p-16">
<div class="md:flex md:items-center md:justify-between">
<div class="md:w-1/2" data-aos="fade-right">
<h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
Ready to get involved?
</h2>
<p class="mt-3 max-w-3xl text-lg text-indigo-100">
Whether you want to volunteer, participate, or support our work financially, we'd love to have you join our community.
</p>
</div>
<div class="mt-8 flex md:mt-0 md:ml-8" data-aos="fade-left">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50">
Contact Us
</a>
</div>
<div class="ml-3 inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-800 bg-opacity-60 hover:bg-opacity-70">
Donate Now
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900 text-white">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">About</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Our Story</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Team</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Partners</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Financials</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Programs</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Cultural Exchange</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Youth Arts</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Community Events</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Education</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Newsletter</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Annual Reports</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Research</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Connect</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Contact Us</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Volunteer</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Press</a></li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="youtube" class="h-6 w-6"></i>
</a>
</div>
<p class="mt-4 md:mt-0 text-base text-gray-400">
© 2023 Cultural Affairs. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
// Mobile menu toggle
document.querySelector('[aria-controls="mobile-menu"]').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
feather.replace();
</script>
</body>
</html>
|