harmony-unification / index.html
nkjoy's picture
μ „μ œμ μœΌλ‘œ 프리미엄 λ””μžμΈμœΌλ‘œ ν•΄μ€˜ , κΈ€μžμ²΄λ„ 이쁜걸둜 변경뢀탁
2ab122f verified
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ν†΅μΌμ˜ λ…Έλž˜: ν•œλ°˜λ„ 예술의 ꡐ감</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="components/navbar.js"></script>
<script src="components/hero.js"></script>
<script src="components/footer.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="bg-gray-50 font-sans">
<custom-navbar></custom-navbar>
<custom-hero></custom-hero>
<main class="container mx-auto px-4 py-16">
<!-- About Section -->
<section class="mb-24 premium-section">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-6 font-serif text-gray-800 section-title">λ‚¨λΆν•œλ―Όμ‘±μ˜ˆμˆ λ‹¨</h2>
<p class="text-lg text-gray-600 max-w-3xl mx-auto leading-relaxed text-center">
ν•œλ°˜λ„μ˜ 아름닀움을 예술둜 ν‘œν˜„ν•˜λŠ” λ‚¨λΆν•œλ―Όμ‘±μ˜ˆμˆ λ‹¨μ€ 평화와 톡일을 λ…Έλž˜ν•˜λ©°
전톡과 ν˜„λŒ€κ°€ κ³΅μ‘΄ν•˜λŠ” 독창적인 κ³΅μ—°μœΌλ‘œ 세계 λ¬΄λŒ€μ—μ„œ μ£Όλͺ©λ°›κ³  μžˆμŠ΅λ‹ˆλ‹€.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="card p-8 text-center">
<div class="text-red-700 mb-6 flex justify-center">
<i data-feather="heart" class="w-16 h-16"></i>
</div>
<h3 class="text-2xl font-bold mb-4 text-gray-800">사λͺ…</h3>
<p class="text-gray-600">
μ˜ˆμˆ μ„ 톡해 λ‚¨λΆν•œμ˜ 문화적 차이λ₯Ό κ·Ήλ³΅ν•˜κ³  ν•˜λ‚˜λœ 민쑱정신을 μ „νŒŒν•©λ‹ˆλ‹€.
</p>
</div>
<div class="card p-8 text-center">
<div class="text-red-700 mb-6 flex justify-center">
<i data-feather="star" class="w-16 h-16"></i>
</div>
<h3 class="text-2xl font-bold mb-4 text-gray-800">예술 μ² ν•™</h3>
<p class="text-gray-600">
전톡과 ν˜„λŒ€μ˜ μ‘°ν™”, 남과 뢁의 μŒμ•…μ  화합을 μΆ”κ΅¬ν•˜λŠ” 독보적인 μ˜ˆμˆ μ„Έκ³„.
</p>
</div>
<div class="card p-8 text-center">
<div class="text-red-700 mb-6 flex justify-center">
<i data-feather="globe" class="w-16 h-16"></i>
</div>
<h3 class="text-2xl font-bold mb-4 text-gray-800">ν™œλ™</h3>
<p class="text-gray-600">
κ΅­λ‚΄μ™Έ μ£Όμš” λ¬΄λŒ€μ—μ„œμ˜ 곡연 및 문화ꡐλ₯˜ ν”„λ‘œκ·Έλž¨μ„ 톡해 ν•œλ°˜λ„μ˜ 평화 λ©”μ‹œμ§€λ₯Ό μ „λ‹¬ν•©λ‹ˆλ‹€.
</p>
</div>
</div>
</section>
<!-- Performance Gallery -->
<section class="mb-24">
<h2 class="text-3xl font-bold text-center mb-16 text-gray-800 section-title">곡연 가러리</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="card group overflow-hidden rounded-xl">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/1024x576/1" alt="곡연 사진" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end">
<h3 class="text-white text-xl font-bold p-6">톡합 κ΄€ν˜„μ•…λ‹¨</h3>
</div>
</div>
</div>
<div class="card group overflow-hidden rounded-xl">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/1024x576/2" alt="곡연 사진" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end">
<h3 class="text-white text-xl font-bold p-6">μ•„λ¦¬λž‘ ν•©μ°½</h3>
</div>
</div>
</div>
<div class="card group overflow-hidden rounded-xl">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/1024x576/3" alt="곡연 사진" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end">
<h3 class="text-white text-xl font-bold p-6">전톡 무용</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Schedule Section -->
<section class="mb-24 premium-section">
<h2 class="text-3xl font-bold text-center mb-16 text-gray-800 section-title">곡연 일정</h2>
<div class="card rounded-2xl overflow-hidden">
<div class="grid grid-cols-1 md:grid-cols-3 divide-y md:divide-y-0 md:divide-x divide-gray-100">
<div class="p-10 text-center">
<h3 class="text-2xl font-bold mb-4 text-red-700">2023 μ„œμšΈ 곡연</h3>
<p class="text-gray-600 mb-3 flex items-center justify-center"><i data-feather="calendar" class="mr-3 w-5 h-5 text-red-700"></i> 2023λ…„ 8μ›” 15일</p>
<p class="text-gray-600 mb-6 flex items-center justify-center"><i data-feather="map-pin" class="mr-3 w-5 h-5 text-red-700"></i> μ„œμšΈ 예술의 μ „λ‹Ή</p>
<a href="#" class="btn-primary">μžμ„Ένžˆ 보기</a>
</div>
<div class="p-10 text-center">
<h3 class="text-2xl font-bold mb-4 text-red-700">평양 합동 곡연</h3>
<p class="text-gray-600 mb-3 flex items-center justify-center"><i data-feather="calendar" class="mr-3 w-5 h-5 text-red-700"></i> 2023λ…„ 10μ›” 3일</p>
<p class="text-gray-600 mb-6 flex items-center justify-center"><i data-feather="map-pin" class="mr-3 w-5 h-5 text-red-700"></i> 평양 λͺ¨λž€λ΄‰ κ·Ήμž₯</p>
<a href="#" class="btn-primary">μžμ„Ένžˆ 보기</a>
</div>
<div class="p-10 text-center">
<h3 class="text-2xl font-bold mb-4 text-red-700">λ‰΄μš• ꡭ제 곡연</h3>
<p class="text-gray-600 mb-3 flex items-center justify-center"><i data-feather="calendar" class="mr-3 w-5 h-5 text-red-700"></i> 2024λ…„ 2μ›” 20일</p>
<p class="text-gray-600 mb-6 flex items-center justify-center"><i data-feather="map-pin" class="mr-3 w-5 h-5 text-red-700"></i> 링컨 μ„Όν„°</p>
<a href="#" class="btn-primary">μžμ„Ένžˆ 보기</a>
</div>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script>feather.replace();</script>
<script src="script.js"></script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>