| <!DOCTYPE html> |
| <html lang="en" class="dark"> |
| <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> |
| tailwind.config = { |
| darkMode: 'class', |
| } |
| </script> |
| </head> |
| <body class="bg-gray-900 text-gray-100 min-h-screen"> |
| <custom-navbar></custom-navbar> |
| |
| <main class="container mx-auto px-4 py-8"> |
| <section class="mb-16"> |
| <div class="flex flex-col md:flex-row items-center gap-8"> |
| <div class="md:w-1/2"> |
| <h1 class="text-5xl font-bold mb-6 bg-gradient-to-r from-purple-500 to-blue-500 bg-clip-text text-transparent"> |
| μ λ¬Έ μ€λμ€ νλ‘λμ
μ루μ
|
| </h1> |
| <p class="text-xl mb-8 text-gray-300"> |
| λͺ¨λ νλ‘νμ
λ μ€λμ€ μννΈμ¨μ΄λ₯Ό ν κ³³μμ. μμ ν₯μλΆν° μμ
μ곑κΉμ§, λΉμ μ λͺ¨λ νμλ₯Ό μΆ©μ‘±μμΌ λ립λλ€. |
| </p> |
| <div class="flex gap-4"> |
| <a href="#software" class="px-6 py-3 bg-purple-600 hover:bg-purple-700 rounded-lg font-medium transition-all"> |
| μννΈμ¨μ΄ λλ¬λ³΄κΈ° |
| </a> |
| <a href="#featured" class="px-6 py-3 border border-gray-700 hover:bg-gray-800 rounded-lg font-medium transition-all"> |
| μΆμ² μ± |
| </a> |
| </div> |
| </div> |
| <div class="md:w-1/2"> |
| <img src="http://static.photos/technology/1024x576/42" alt="Audio Production" class="rounded-xl shadow-2xl"> |
| </div> |
| </div> |
| </section> |
|
|
| <section id="software" class="mb-16"> |
| <h2 class="text-3xl font-bold mb-8">μΆμ² μ€λμ€ μννΈμ¨μ΄</h2> |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6"> |
| <div class="bg-gray-800 p-6 rounded-xl hover:bg-gray-700 transition-all"> |
| <div class="w-full h-48 bg-purple-500 rounded-lg mb-4 flex items-center justify-center"> |
| <i data-feather="play" class="w-16 h-16 text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">λμ§μν° AI λΉλμ€ μΈνΈμ</h3> |
| <p class="text-gray-400 mb-4">AI κΈ°μ λ‘ λΉλμ€λ₯Ό λ³ννμΈμ</p> |
| <a href="#" class="text-purple-400 hover:text-purple-300 flex items-center gap-2"> |
| λ μμ보기 <i data-feather="arrow-right" class="w-4 h-4"></i> |
| </a> |
| </div> |
|
|
| <div class="bg-gray-800 p-6 rounded-xl hover:bg-gray-700 transition-all"> |
| <div class="w-full h-48 bg-blue-500 rounded-lg mb-4 flex items-center justify-center"> |
| <i data-feather="music" class="w-16 h-16 text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">FL Studio Producer Edition</h3> |
| <p class="text-gray-400 mb-4">Complete music production software</p> |
| <a href="#" class="text-blue-400 hover:text-blue-300 flex items-center gap-2"> |
| Learn more <i data-feather="arrow-right" class="w-4 h-4"></i> |
| </a> |
| </div> |
|
|
| <div class="bg-gray-800 p-6 rounded-xl hover:bg-gray-700 transition-all"> |
| <div class="w-full h-48 bg-indigo-500 rounded-lg mb-4 flex items-center justify-center"> |
| <i data-feather="mic" class="w-16 h-16 text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">MAGIX ACID Pro</h3> |
| <p class="text-gray-400 mb-4">Professional DAW for creative music production</p> |
| <a href="#" class="text-indigo-400 hover:text-indigo-300 flex items-center gap-2"> |
| Learn more <i data-feather="arrow-right" class="w-4 h-4"></i> |
| </a> |
| </div> |
|
|
| <div class="bg-gray-800 p-6 rounded-xl hover:bg-gray-700 transition-all"> |
| <div class="w-full h-48 bg-pink-500 rounded-lg mb-4 flex items-center justify-center"> |
| <i data-feather="film" class="w-16 h-16 text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">BluffTitler Ultimate</h3> |
| <p class="text-gray-400 mb-4">Create stunning 3D titles and animations</p> |
| <a href="#" class="text-pink-400 hover:text-pink-300 flex items-center gap-2"> |
| Learn more <i data-feather="arrow-right" class="w-4 h-4"></i> |
| </a> |
| </div> |
| </div> |
| </section> |
| <section id="featured" class="mb-16"> |
| <h2 class="text-3xl font-bold mb-8">μΆμ² μ±</h2> |
| <div class="bg-gray-800 rounded-xl p-6"> |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6"> |
| <div class="bg-gray-700 p-4 rounded-lg hover:bg-gray-600 transition-all"> |
| <img src="http://static.photos/technology/400x300/1" alt="λμ§μν° AI λΉλμ€ μΈνΈμ" class="w-full h-48 object-cover rounded-lg mb-3"> |
| <h3 class="text-lg font-bold mb-1">λμ§μν° AI λΉλμ€ μΈνΈμ</h3> |
| <p class="text-gray-400 text-sm mb-2">AI κΈ°μ λ‘ λΉλμ€λ₯Ό λ³ννμΈμ</p> |
| <a href="https://digiarty.com/" class="bg-purple-500 text-white px-3 py-1 rounded-full text-xs inline-block hover:bg-purple-600">λ€μ΄λ‘λ</a> |
| </div> |
| <div class="bg-gray-700 p-4 rounded-lg hover:bg-gray-600 transition-all"> |
| <img src="http://static.photos/technology/400x300/2" alt="FL Studio Producer Edition" class="w-full h-48 object-cover rounded-lg mb-3"> |
| <h3 class="text-lg font-bold mb-1">FL Studio Producer Edition</h3> |
| <p class="text-gray-400 text-sm mb-2">Complete music production software</p> |
| <a href="https://www.image-line.com/" class="bg-blue-500 text-white px-3 py-1 rounded-full text-xs inline-block hover:bg-blue-600">λ€μ΄λ‘λ</a> |
| </div> |
| <div class="bg-gray-700 p-4 rounded-lg hover:bg-gray-600 transition-all"> |
| <img src="http://static.photos/technology/400x300/3" alt="MAGIX ACID Pro" class="w-full h-48 object-cover rounded-lg mb-3"> |
| <h3 class="text-lg font-bold mb-1">MAGIX ACID Pro</h3> |
| <p class="text-gray-400 text-sm mb-2">Professional DAW for creative music production</p> |
| <a href="https://www.magix.com/us/music/acid/" class="bg-indigo-500 text-white px-3 py-1 rounded-full text-xs inline-block hover:bg-indigo-600">λ€μ΄λ‘λ</a> |
| </div> |
| <div class="bg-gray-700 p-4 rounded-lg hover:bg-gray-600 transition-all"> |
| <img src="http://static.photos/technology/400x300/4" alt="BluffTitler Ultimate" class="w-full h-48 object-cover rounded-lg mb-3"> |
| <h3 class="text-lg font-bold mb-1">BluffTitler Ultimate</h3> |
| <p class="text-gray-400 text-sm mb-2">Create stunning 3D titles and animations</p> |
| <a href="https://www.outerspace-software.com/11_BluffTitlerUltimate/" class="bg-pink-500 text-white px-3 py-1 rounded-full text-xs inline-block hover:bg-pink-600">λ€μ΄λ‘λ</a> |
| </div> |
| <div class="bg-gray-700 p-4 rounded-lg hover:bg-gray-600 transition-all"> |
| <img src="http://static.photos/technology/400x300/5" alt="λ
ΈνΈν¨λ++" class="w-full h-48 object-cover rounded-lg mb-3"> |
| <h3 class="text-lg font-bold mb-1">λ
ΈνΈν¨λ++ 8.8.7</h3> |
| <p class="text-gray-400 text-sm mb-2">ν΄λμ© λ²μ μ 곡</p> |
| <a href="https://notepad-plus-plus.org/" class="bg-purple-500 text-white px-3 py-1 rounded-full text-xs inline-block hover:bg-purple-600">λ€μ΄λ‘λ</a> |
| </div> |
| <div class="bg-gray-700 p-4 rounded-lg hover:bg-gray-600 transition-all"> |
| <img src="http://static.photos/technology/400x300/6" alt="Cubase Pro" class="w-full h-48 object-cover rounded-lg mb-3"> |
| <h3 class="text-lg font-bold mb-1">Cubase Pro 15.0.5</h3> |
| <p class="text-gray-400 text-sm mb-2">Professional audio workstation</p> |
| <a href="https://www.steinberg.net/cubase/" class="bg-blue-500 text-white px-3 py-1 rounded-full text-xs inline-block hover:bg-blue-600">λ€μ΄λ‘λ</a> |
| </div> |
| <div class="bg-gray-700 p-4 rounded-lg hover:bg-gray-600 transition-all"> |
| <img src="http://static.photos/technology/400x300/7" alt="TorrentRover" class="w-full h-48 object-cover rounded-lg mb-3"> |
| <h3 class="text-lg font-bold mb-1">TorrentRover 1.4.3</h3> |
| <p class="text-gray-400 text-sm mb-2">Efficient file sharing</p> |
| <a href="https://www.bittorrent.com/" class="bg-green-500 text-white px-3 py-1 rounded-full text-xs inline-block hover:bg-green-600">λ€μ΄λ‘λ</a> |
| </div> |
| </div> |
| </div> |
| </section> |
| <section class="bg-gradient-to-r from-gray-800 to-gray-900 p-8 rounded-xl mb-16"> |
| <div class="flex flex-col md:flex-row items-center gap-8"> |
| <div class="md:w-2/3"> |
| <h2 class="text-3xl font-bold mb-4">λμμ΄ νμνμ κ°μ?</h2> |
| <p class="text-gray-300 mb-6"> |
| μ ν¬ μ€λμ€ μ λ¬Έκ°λ€μ΄ λΉμ μ μ°½μμ μΈ μν¬νλ‘μ°μ κ°μ₯ μ ν©ν λꡬλ₯Ό μ°Ύμλ립λλ€. μμ
μ μ, μμ νΈμ§, μ€λμ€ λ³΅μ λ± λͺ¨λ μꡬμ λ§λ μ루μ
μ΄ μμ΅λλ€. |
| </p> |
| <button class="px-6 py-3 bg-purple-600 hover:bg-purple-700 rounded-lg font-medium transition-all"> |
| μ λ¬Έκ° μλ΄νκΈ° |
| </button> |
| </div> |
| <div class="md:w-1/3"> |
| <img src="http://static.photos/studio/640x360/10" alt="Support" class="rounded-lg"> |
| </div> |
| </div> |
| </section> |
| </main> |
|
|
| <custom-footer></custom-footer> |
| |
| <script src="components/navbar.js"></script> |
| <script src="components/footer.js"></script |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> |
| </body> |
| </html> |