| <!DOCTYPE html> |
| <html lang="ko"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Creative Web Solution</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| <style> |
| |
| @keyframes float { |
| 0%, 100% { transform: translateY(0); } |
| 50% { transform: translateY(-20px); } |
| } |
| .floating { animation: float 6s ease-in-out infinite; } |
| |
| |
| ::-webkit-scrollbar { |
| width: 8px; |
| } |
| ::-webkit-scrollbar-track { |
| background: #f1f1f1; |
| } |
| ::-webkit-scrollbar-thumb { |
| background: #4f46e5; |
| border-radius: 4px; |
| } |
| ::-webkit-scrollbar-thumb:hover { |
| background: #4338ca; |
| } |
| |
| |
| .glass { |
| background: rgba(255, 255, 255, 0.15); |
| backdrop-filter: blur(10px); |
| -webkit-backdrop-filter: blur(10px); |
| border: 1px solid rgba(255, 255, 255, 0.18); |
| } |
| </style> |
| </head> |
| <body class="bg-gradient-to-br from-indigo-900 via-purple-900 to-pink-800 text-white min-h-screen font-sans"> |
| |
| <nav class="glass fixed w-full z-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="flex items-center justify-between h-16"> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0"> |
| <span class="text-xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-pink-400 to-indigo-300">CreativeWeb</span> |
| </div> |
| <div class="hidden md:block"> |
| <div class="ml-10 flex items-baseline space-x-4"> |
| <a href="#home" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-indigo-700 transition duration-300">ํ</a> |
| <a href="#services" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-indigo-700 transition duration-300">์๋น์ค</a> |
| <a href="#portfolio" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-indigo-700 transition duration-300">ํฌํธํด๋ฆฌ์ค</a> |
| <a href="#about" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-indigo-700 transition duration-300">์๊ฐ</a> |
| <a href="#contact" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-indigo-700 transition duration-300">์ฐ๋ฝ์ฒ</a> |
| </div> |
| </div> |
| </div> |
| <div class="hidden md:block"> |
| <button class="bg-pink-500 hover:bg-pink-600 px-4 py-2 rounded-md text-sm font-medium transition duration-300"> |
| ๋ฌธ์ํ๊ธฐ |
| </button> |
| </div> |
| <div class="-mr-2 flex md:hidden"> |
| <button id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none"> |
| <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
| <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /> |
| </svg> |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div id="mobile-menu" class="hidden md:hidden"> |
| <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3"> |
| <a href="#home" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-indigo-700">ํ</a> |
| <a href="#services" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-indigo-700">์๋น์ค</a> |
| <a href="#portfolio" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-indigo-700">ํฌํธํด๋ฆฌ์ค</a> |
| <a href="#about" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-indigo-700">์๊ฐ</a> |
| <a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-indigo-700">์ฐ๋ฝ์ฒ</a> |
| <button class="block w-full text-left px-3 py-2 rounded-md text-base font-medium bg-pink-500 hover:bg-pink-600 mt-2"> |
| ๋ฌธ์ํ๊ธฐ |
| </button> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <section id="home" class="pt-32 pb-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto"> |
| <div class="flex flex-col md:flex-row items-center"> |
| <div class="md:w-1/2 mb-10 md:mb-0"> |
| <h1 class="text-4xl md:text-6xl font-bold leading-tight mb-6"> |
| <span class="bg-clip-text text-transparent bg-gradient-to-r from-pink-400 to-indigo-300">์ฐฝ์์ ์ธ ์น ์๋ฃจ์
</span><br> |
| <span class="text-xl md:text-2xl font-normal">๋น์ ์ ๋น์ ์ ํ์ค๋ก ๊ตฌํํฉ๋๋ค</span> |
| </h1> |
| <p class="text-lg text-gray-300 mb-8"> |
| ์ฐ๋ฆฌ๋ ํ์ ์ ์ธ ์น ๋์์ธ๊ณผ ๊ฐ๋ฐ ์๋น์ค๋ฅผ ์ ๊ณตํ์ฌ ๋น์ฆ๋์ค์ ์ฑ์ฅ์ ๋์ต๋๋ค. |
| ์ต์ ๊ธฐ์ ๊ณผ ์ฐฝ์์ ์ธ ์ ๊ทผ ๋ฐฉ์์ผ๋ก ๊ณ ๊ฐ์ ์๊ตฌ๋ฅผ ์ถฉ์กฑ์ํต๋๋ค. |
| </p> |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> |
| <button class="bg-pink-500 hover:bg-pink-600 px-6 py-3 rounded-lg text-lg font-medium transition duration-300 transform hover:scale-105"> |
| ํ๋ก์ ํธ ์์ํ๊ธฐ |
| </button> |
| <button class="border border-white hover:bg-white hover:text-indigo-900 px-6 py-3 rounded-lg text-lg font-medium transition duration-300 transform hover:scale-105"> |
| ๋ ์์๋ณด๊ธฐ |
| </button> |
| </div> |
| </div> |
| <div class="md:w-1/2 flex justify-center"> |
| <div class="relative w-full max-w-md"> |
| <div class="absolute -top-10 -left-10 w-32 h-32 bg-pink-500 rounded-full opacity-20 animate-pulse"></div> |
| <div class="absolute -bottom-10 -right-10 w-32 h-32 bg-indigo-500 rounded-full opacity-20 animate-pulse delay-300"></div> |
| <img src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80" |
| alt="์น ๊ฐ๋ฐ" |
| class="relative rounded-2xl shadow-2xl floating border-4 border-white"> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="services" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">์ฐ๋ฆฌ์ ์ ๋ฌธ ์๋น์ค</h2> |
| <p class="text-xl text-gray-300 max-w-3xl mx-auto"> |
| ๋ค์ํ ์ฐ์
๋ถ์ผ์ ๋ง์ถคํ ์๋ฃจ์
์ ์ ๊ณตํ์ฌ ๋น์ฆ๋์ค์ ๋์งํธ ์ ํ์ ์ง์ํฉ๋๋ค. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| |
| <div class="glass p-8 rounded-xl hover:shadow-lg transition duration-500 transform hover:-translate-y-2"> |
| <div class="w-16 h-16 bg-pink-500 rounded-lg flex items-center justify-center mb-6"> |
| <i class="fas fa-laptop-code text-2xl text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-3">์น ๊ฐ๋ฐ</h3> |
| <p class="text-gray-300 mb-4"> |
| ๋ฐ์ํ ์น์ฌ์ดํธ ๊ฐ๋ฐ๋ถํฐ ๋ณต์กํ ์น ์ ํ๋ฆฌ์ผ์ด์
๊น์ง ๋ชจ๋ ์๊ตฌ ์ฌํญ์ ์ถฉ์กฑ์ํต๋๋ค. |
| </p> |
| <a href="#" class="text-pink-400 hover:text-pink-300 font-medium flex items-center"> |
| ๋ ์์๋ณด๊ธฐ <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| |
| |
| <div class="glass p-8 rounded-xl hover:shadow-lg transition duration-500 transform hover:-translate-y-2"> |
| <div class="w-16 h-16 bg-indigo-500 rounded-lg flex items-center justify-center mb-6"> |
| <i class="fas fa-mobile-alt text-2xl text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-3">๋ชจ๋ฐ์ผ ์ฑ</h3> |
| <p class="text-gray-300 mb-4"> |
| iOS ๋ฐ Android ํ๋ซํผ์ ์ํ ๊ณ ์ฑ๋ฅ ๋ชจ๋ฐ์ผ ์ ํ๋ฆฌ์ผ์ด์
์ ๊ฐ๋ฐํฉ๋๋ค. |
| </p> |
| <a href="#" class="text-indigo-400 hover:text-indigo-300 font-medium flex items-center"> |
| ๋ ์์๋ณด๊ธฐ <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| |
| |
| <div class="glass p-8 rounded-xl hover:shadow-lg transition duration-500 transform hover:-translate-y-2"> |
| <div class="w-16 h-16 bg-purple-500 rounded-lg flex items-center justify-center mb-6"> |
| <i class="fas fa-paint-brush text-2xl text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-3">UI/UX ๋์์ธ</h3> |
| <p class="text-gray-300 mb-4"> |
| ์ฌ์ฉ์ ๊ฒฝํ์ ์ค์ฌ์ผ๋ก ํ ์ง๊ด์ ์ด๊ณ ์๋ฆ๋ค์ด ์ธํฐํ์ด์ค๋ฅผ ๋์์ธํฉ๋๋ค. |
| </p> |
| <a href="#" class="text-purple-400 hover:text-purple-300 font-medium flex items-center"> |
| ๋ ์์๋ณด๊ธฐ <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| |
| |
| <div class="glass p-8 rounded-xl hover:shadow-lg transition duration-500 transform hover:-translate-y-2"> |
| <div class="w-16 h-16 bg-blue-500 rounded-lg flex items-center justify-center mb-6"> |
| <i class="fas fa-search-dollar text-2xl text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-3">๋์งํธ ๋ง์ผํ
</h3> |
| <p class="text-gray-300 mb-4"> |
| ๊ฒ์ ์์ง ์ต์ ํ์ ์์
๋ฏธ๋์ด ์ ๋ต์ผ๋ก ์จ๋ผ์ธ ๊ฐ์์ฑ์ ๋์
๋๋ค. |
| </p> |
| <a href="#" class="text-blue-400 hover:text-blue-300 font-medium flex items-center"> |
| ๋ ์์๋ณด๊ธฐ <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| |
| |
| <div class="glass p-8 rounded-xl hover:shadow-lg transition duration-500 transform hover:-translate-y-2"> |
| <div class="w-16 h-16 bg-green-500 rounded-lg flex items-center justify-center mb-6"> |
| <i class="fas fa-chart-line text-2xl text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-3">๋ฐ์ดํฐ ๋ถ์</h3> |
| <p class="text-gray-300 mb-4"> |
| ๋น
๋ฐ์ดํฐ ๋ถ์์ ํตํด ๋น์ฆ๋์ค ์ธ์ฌ์ดํธ๋ฅผ ์ ๊ณตํ๊ณ ์์ฌ ๊ฒฐ์ ์ ์ง์ํฉ๋๋ค. |
| </p> |
| <a href="#" class="text-green-400 hover:text-green-300 font-medium flex items-center"> |
| ๋ ์์๋ณด๊ธฐ <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| |
| |
| <div class="glass p-8 rounded-xl hover:shadow-lg transition duration-500 transform hover:-translate-y-2"> |
| <div class="w-16 h-16 bg-yellow-500 rounded-lg flex items-center justify-center mb-6"> |
| <i class="fas fa-cloud text-2xl text-white"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-3">ํด๋ผ์ฐ๋ ์๋ฃจ์
</h3> |
| <p class="text-gray-300 mb-4"> |
| ์์ ํ๊ณ ํ์ฅ ๊ฐ๋ฅํ ํด๋ผ์ฐ๋ ์ธํ๋ผ ๊ตฌ์ถ์ผ๋ก ๋น์ฆ๋์ค ์ด์์ ์ต์ ํํฉ๋๋ค. |
| </p> |
| <a href="#" class="text-yellow-400 hover:text-yellow-300 font-medium flex items-center"> |
| ๋ ์์๋ณด๊ธฐ <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="portfolio" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto bg-black bg-opacity-20"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">์ฐ๋ฆฌ์ ์์
</h2> |
| <p class="text-xl text-gray-300 max-w-3xl mx-auto"> |
| ๋ค์ํ ์ฐ์
๋ถ์ผ์ ๊ณ ๊ฐ๋ค๊ณผ ํจ๊ปํ ์ฑ๊ณต์ ์ธ ํ๋ก์ ํธ๋ฅผ ์๊ฐํฉ๋๋ค. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"> |
| |
| <div class="relative group overflow-hidden rounded-xl"> |
| <img src="https://images.unsplash.com/photo-1547658719-da2b51169166?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80" |
| alt="์ด์ปค๋จธ์ค ์น์ฌ์ดํธ" |
| class="w-full h-64 object-cover transition duration-500 group-hover:scale-110"> |
| <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition duration-300 flex items-end p-6"> |
| <div> |
| <h3 class="text-xl font-bold text-white mb-2">์ด์ปค๋จธ์ค ํ๋ซํผ</h3> |
| <p class="text-gray-300">์จ๋ผ์ธ ํ๋ชฐ ๊ตฌ์ถ ๋ฐ ํตํฉ ๊ฒฐ์ ์์คํ
๊ฐ๋ฐ</p> |
| <button class="mt-3 px-4 py-2 bg-pink-500 text-white rounded-md text-sm font-medium hover:bg-pink-600 transition duration-300"> |
| ์์ธํ ๋ณด๊ธฐ |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="relative group overflow-hidden rounded-xl"> |
| <img src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80" |
| alt="๊ธฐ์
์น์ฌ์ดํธ" |
| class="w-full h-64 object-cover transition duration-500 group-hover:scale-110"> |
| <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition duration-300 flex items-end p-6"> |
| <div> |
| <h3 class="text-xl font-bold text-white mb-2">๊ธฐ์
์น์ฌ์ดํธ</h3> |
| <p class="text-gray-300">๊ธฐ์
๋ธ๋๋ฉ์ ์ํ ํ๋์ ์ธ ์น์ฌ์ดํธ ๋์์ธ ๋ฐ ๊ฐ๋ฐ</p> |
| <button class="mt-3 px-4 py-2 bg-indigo-500 text-white rounded-md text-sm font-medium hover:bg-indigo-600 transition duration-300"> |
| ์์ธํ ๋ณด๊ธฐ |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="relative group overflow-hidden rounded-xl"> |
| <img src="https://images.unsplash.com/photo-1522542550221-31fd19575a2d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80" |
| alt="๋ชจ๋ฐ์ผ ์ฑ" |
| class="w-full h-64 object-cover transition duration-500 group-hover:scale-110"> |
| <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition duration-300 flex items-end p-6"> |
| <div> |
| <h3 class="text-xl font-bold text-white mb-2">ํผํธ๋์ค ์ฑ</h3> |
| <p class="text-gray-300">๊ฑด๊ฐ ๊ด๋ฆฌ ๋ฐ ์ด๋ ์ถ์ ์ ์ํ ๋ชจ๋ฐ์ผ ์ ํ๋ฆฌ์ผ์ด์
</p> |
| <button class="mt-3 px-4 py-2 bg-purple-500 text-white rounded-md text-sm font-medium hover:bg-purple-600 transition duration-300"> |
| ์์ธํ ๋ณด๊ธฐ |
| </button> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div class="text-center mt-12"> |
| <button class="border-2 border-white hover:bg-white hover:text-indigo-900 px-8 py-3 rounded-lg text-lg font-medium transition duration-300 transform hover:scale-105"> |
| ๋ ๋ง์ ํ๋ก์ ํธ ๋ณด๊ธฐ |
| </button> |
| </div> |
| </section> |
|
|
| |
| <section id="about" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto"> |
| <div class="flex flex-col lg:flex-row items-center"> |
| <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">์ฐ๋ฆฌ์ ๋ํด</h2> |
| <p class="text-lg text-gray-300 mb-6"> |
| 10๋
์ด์์ ๊ฒฝํ์ ๊ฐ์ง ์ ๋ฌธ๊ฐ๋ค๋ก ๊ตฌ์ฑ๋ ์ฐ๋ฆฌ ํ์ ๋์งํธ ํ์ ์ ์ ๋ํ๊ณ ์์ต๋๋ค. |
| ๊ธฐ์ ์ ๋ฌธ์ฑ๊ณผ ์ฐฝ์์ ์ธ ์ ๊ทผ ๋ฐฉ์์ ๊ฒฐํฉํ์ฌ ๊ณ ๊ฐ์ ๋น์ฆ๋์ค ๋ชฉํ๋ฅผ ๋ฌ์ฑํ ์ ์๋๋ก ์ง์ํฉ๋๋ค. |
| </p> |
| <p class="text-lg text-gray-300 mb-8"> |
| ์ฐ๋ฆฌ๋ ๊ฐ ํ๋ก์ ํธ๋ฅผ ๊ณ ์ ํ ๋์ ์ผ๋ก ๋ฐ์๋ค์ด๋ฉฐ, ์ต์ ๊ธฐ์ ํธ๋ ๋์ ์
๊ณ ๋ชจ๋ฒ ์ฌ๋ก๋ฅผ |
| ์ ์ฉํ์ฌ ํ์ํ ๊ฒฐ๊ณผ๋ฅผ ์ ๊ณตํฉ๋๋ค. ๊ณ ๊ฐ๊ณผ์ ํ๋ ฅ์ ์ต์ฐ์ ์ผ๋ก ์๊ฐํ๋ฉฐ, |
| ํฌ๋ช
ํ ์ปค๋ฎค๋์ผ์ด์
๊ณผ ์ฑ
์๊ฐ ์๋ ํ๋ก์ ํธ ๊ด๋ฆฌ๋ฅผ ์ฝ์ํฉ๋๋ค. |
| </p> |
| <div class="grid grid-cols-2 gap-6"> |
| <div class="bg-white bg-opacity-10 p-4 rounded-lg"> |
| <div class="text-3xl font-bold text-pink-400 mb-2">150+</div> |
| <div class="text-gray-300">์๋ฃ๋ ํ๋ก์ ํธ</div> |
| </div> |
| <div class="bg-white bg-opacity-10 p-4 rounded-lg"> |
| <div class="text-3xl font-bold text-indigo-400 mb-2">50+</div> |
| <div class="text-gray-300">๋ง์กฑํ ๊ณ ๊ฐ</div> |
| </div> |
| <div class="bg-white bg-opacity-10 p-4 rounded-lg"> |
| <div class="text-3xl font-bold text-purple-400 mb-2">10+</div> |
| <div class="text-gray-300">์ฐ์
๋ถ์ผ</div> |
| </div> |
| <div class="bg-white bg-opacity-10 p-4 rounded-lg"> |
| <div class="text-3xl font-bold text-blue-400 mb-2">24/7</div> |
| <div class="text-gray-300">์ง์ ์๋น์ค</div> |
| </div> |
| </div> |
| </div> |
| <div class="lg:w-1/2 relative"> |
| <div class="relative z-10"> |
| <img src="https://images.unsplash.com/photo-1579389083078-4e7018379f7e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80" |
| alt="์ฐ๋ฆฌ ํ" |
| class="rounded-xl shadow-2xl border-4 border-white"> |
| </div> |
| <div class="absolute -bottom-10 -right-10 w-64 h-64 bg-pink-500 rounded-full opacity-20 z-0"></div> |
| <div class="absolute -top-10 -left-10 w-64 h-64 bg-indigo-500 rounded-full opacity-20 z-0"></div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="contact" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto bg-black bg-opacity-20"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">์ฐ๋ฝํ๊ธฐ</h2> |
| <p class="text-xl text-gray-300 max-w-3xl mx-auto"> |
| ํ๋ก์ ํธ์ ๋ํด ๋ฌธ์ํ๊ฑฐ๋ ์์ธํ ์๋ด์ ์ํ์๋ฉด ์๋ ์์์ ์์ฑํด์ฃผ์ธ์. |
| </p> |
| </div> |
| |
| <div class="flex flex-col lg:flex-row gap-12"> |
| <div class="lg:w-1/2"> |
| <form class="space-y-6"> |
| <div> |
| <label for="name" class="block text-sm font-medium text-gray-300 mb-1">์ด๋ฆ</label> |
| <input type="text" id="name" class="w-full px-4 py-3 rounded-lg bg-white bg-opacity-10 border border-gray-600 focus:border-pink-500 focus:outline-none focus:ring-2 focus:ring-pink-500 transition duration-300" placeholder="์ด๋ฆ์ ์
๋ ฅํด์ฃผ์ธ์"> |
| </div> |
| <div> |
| <label for="email" class="block text-sm font-medium text-gray-300 mb-1">์ด๋ฉ์ผ</label> |
| <input type="email" id="email" class="w-full px-4 py-3 rounded-lg bg-white bg-opacity-10 border border-gray-600 focus:border-pink-500 focus:outline-none focus:ring-2 focus:ring-pink-500 transition duration-300" placeholder="์ด๋ฉ์ผ์ ์
๋ ฅํด์ฃผ์ธ์"> |
| </div> |
| <div> |
| <label for="subject" class="block text-sm font-medium text-gray-300 mb-1">์ฃผ์ </label> |
| <input type="text" id="subject" class="w-full px-4 py-3 rounded-lg bg-white bg-opacity-10 border border-gray-600 focus:border-pink-500 focus:outline-none focus:ring-2 focus:ring-pink-500 transition duration-300" placeholder="๋ฌธ์ ์ฃผ์ ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์"> |
| </div> |
| <div> |
| <label for="message" class="block text-sm font-medium text-gray-300 mb-1">๋ฉ์์ง</label> |
| <textarea id="message" rows="5" class="w-full px-4 py-3 rounded-lg bg-white bg-opacity-10 border border-gray-600 focus:border-pink-500 focus:outline-none focus:ring-2 focus:ring-pink-500 transition duration-300" placeholder="๋ฉ์์ง๋ฅผ ์
๋ ฅํด์ฃผ์ธ์"></textarea> |
| </div> |
| <button type="submit" class="w-full bg-pink-500 hover:bg-pink-600 px-6 py-3 rounded-lg text-lg font-medium transition duration-300 transform hover:scale-105"> |
| ๋ฉ์์ง ๋ณด๋ด๊ธฐ |
| </button> |
| </form> |
| </div> |
| <div class="lg:w-1/2"> |
| <div class="glass p-8 rounded-xl h-full"> |
| <h3 class="text-2xl font-bold mb-6">์ฐ๋ฝ์ฒ ์ ๋ณด</h3> |
| |
| <div class="space-y-6"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 bg-pink-500 rounded-lg p-3"> |
| <i class="fas fa-map-marker-alt text-white"></i> |
| </div> |
| <div class="ml-4"> |
| <h4 class="text-lg font-medium">์ฃผ์</h4> |
| <p class="text-gray-300">์์ธํน๋ณ์ ๊ฐ๋จ๊ตฌ ํ
ํค๋๋ก 123, ํฌ๋ฆฌ์์ดํฐ๋ธ ๋น๋ฉ 10์ธต</p> |
| </div> |
| </div> |
| |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 bg-indigo-500 rounded-lg p-3"> |
| <i class="fas fa-envelope text-white"></i> |
| </div> |
| <div class="ml-4"> |
| <h4 class="text-lg font-medium">์ด๋ฉ์ผ</h4> |
| <p class="text-gray-300">contact@creativeweb.com</p> |
| </div> |
| </div> |
| |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 bg-purple-500 rounded-lg p-3"> |
| <i class="fas fa-phone-alt text-white"></i> |
| </div> |
| <div class="ml-4"> |
| <h4 class="text-lg font-medium">์ ํ๋ฒํธ</h4> |
| <p class="text-gray-300">+82 2-1234-5678</p> |
| </div> |
| </div> |
| |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 bg-blue-500 rounded-lg p-3"> |
| <i class="fas fa-clock text-white"></i> |
| </div> |
| <div class="ml-4"> |
| <h4 class="text-lg font-medium">๊ทผ๋ฌด ์๊ฐ</h4> |
| <p class="text-gray-300">์-๊ธ: 9:00 - 18:00<br>ํ -์ผ: ๋ฌด</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="mt-8"> |
| <h4 class="text-lg font-medium mb-4">์์
๋ฏธ๋์ด</h4> |
| <div class="flex space-x-4"> |
| <a href="#" class="w-10 h-10 bg-white bg-opacity-10 rounded-full flex items-center justify-center hover:bg-pink-500 transition duration-300"> |
| <i class="fab fa-facebook-f"></i> |
| </a> |
| <a href="#" class="w-10 h-10 bg-white bg-opacity-10 rounded-full flex items-center justify-center hover:bg-blue-400 transition duration-300"> |
| <i class="fab fa-twitter"></i> |
| </a> |
| <a href="#" class="w-10 h-10 bg-white bg-opacity-10 rounded-full flex items-center justify-center hover:bg-gradient-to-r from-pink-500 to-yellow-500 transition duration-300"> |
| <i class="fab fa-instagram"></i> |
| </a> |
| <a href="#" class="w-10 h-10 bg-white bg-opacity-10 rounded-full flex items-center justify-center hover:bg-blue-600 transition duration-300"> |
| <i class="fab fa-linkedin-in"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-black bg-opacity-40 py-12 px-4 sm:px-6 lg:px-8"> |
| <div class="max-w-7xl mx-auto"> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> |
| <div> |
| <h3 class="text-xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-pink-400 to-indigo-300">CreativeWeb</h3> |
| <p class="text-gray-400"> |
| ํ์ ์ ์ธ ๋์งํธ ์๋ฃจ์
์ผ๋ก ๋น์ฆ๋์ค์ ์ฑ์ฅ์ ๋๋ ํฌ๋ฆฌ์์ดํฐ๋ธ ์น ๊ฐ๋ฐ์ฌ์
๋๋ค. |
| </p> |
| </div> |
| |
| <div> |
| <h4 class="text-lg font-medium mb-4">๋น ๋ฅธ ๋งํฌ</h4> |
| <ul class="space-y-2"> |
| <li><a href="#home" class="text-gray-400 hover:text-white transition duration-300">ํ</a></li> |
| <li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">์๋น์ค</a></li> |
| <li><a href="#portfolio" class="text-gray-400 hover:text-white transition duration-300">ํฌํธํด๋ฆฌ์ค</a></li> |
| <li><a href="#about" class="text-gray-400 hover:text-white transition duration-300">์๊ฐ</a></li> |
| <li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300">์ฐ๋ฝ์ฒ</a></li> |
| </ul> |
| </div> |
| |
| <div> |
| <h4 class="text-lg font-medium mb-4">์๋น์ค</h4> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">์น ๊ฐ๋ฐ</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">๋ชจ๋ฐ์ผ ์ฑ</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">UI/UX ๋์์ธ</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">๋์งํธ ๋ง์ผํ
</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">๋ฐ์ดํฐ ๋ถ์</a></li> |
| </ul> |
| </div> |
| |
| <div> |
| <h4 class="text-lg font-medium mb-4">๋ด์ค๋ ํฐ ๊ตฌ๋
</h4> |
| <p class="text-gray-400 mb-4"> |
| ์ต์ ์์๊ณผ ํ๋ก๋ชจ์
์ ์ด๋ฉ์ผ๋ก ๋ฐ์๋ณด์ธ์. |
| </p> |
| <div class="flex"> |
| <input type="email" placeholder="์ด๋ฉ์ผ ์ฃผ์" class="px-4 py-2 rounded-l-lg bg-white bg-opacity-10 border border-gray-600 focus:outline-none focus:border-pink-500 w-full"> |
| <button class="bg-pink-500 hover:bg-pink-600 px-4 py-2 rounded-r-lg transition duration-300"> |
| <i class="fas fa-paper-plane"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> |
| <p class="text-gray-500 text-sm mb-4 md:mb-0"> |
| © 2023 CreativeWeb. All rights reserved. |
| </p> |
| <div class="flex space-x-6"> |
| <a href="#" class="text-gray-500 hover:text-white transition duration-300">๊ฐ์ธ์ ๋ณด ์ฒ๋ฆฌ๋ฐฉ์นจ</a> |
| <a href="#" class="text-gray-500 hover:text-white transition duration-300">์ด์ฉ์ฝ๊ด</a> |
| <a href="#" class="text-gray-500 hover:text-white transition duration-300">์ฟ ํค ์ ์ฑ
</a> |
| </div> |
| </div> |
| </div> |
| </footer> |
|
|
| |
| <button id="back-to-top" class="fixed bottom-8 right-8 w-12 h-12 bg-pink-500 rounded-full flex items-center justify-center shadow-lg hover:bg-pink-600 transition duration-300 opacity-0 invisible"> |
| <i class="fas fa-arrow-up text-white"></i> |
| </button> |
|
|
| <script> |
| |
| const mobileMenuButton = document.getElementById('mobile-menu-button'); |
| const mobileMenu = document.getElementById('mobile-menu'); |
| |
| mobileMenuButton.addEventListener('click', () => { |
| mobileMenu.classList.toggle('hidden'); |
| }); |
| |
| |
| window.addEventListener('scroll', () => { |
| const nav = document.querySelector('nav'); |
| if (window.scrollY > 50) { |
| nav.classList.add('shadow-lg'); |
| nav.classList.remove('glass'); |
| nav.classList.add('bg-indigo-900'); |
| nav.classList.add('bg-opacity-90'); |
| } else { |
| nav.classList.remove('shadow-lg'); |
| nav.classList.add('glass'); |
| nav.classList.remove('bg-indigo-900'); |
| nav.classList.remove('bg-opacity-90'); |
| } |
| |
| |
| const backToTopButton = document.getElementById('back-to-top'); |
| if (window.scrollY > 300) { |
| backToTopButton.classList.remove('opacity-0', 'invisible'); |
| backToTopButton.classList.add('opacity-100', 'visible'); |
| } else { |
| backToTopButton.classList.remove('opacity-100', 'visible'); |
| backToTopButton.classList.add('opacity-0', 'invisible'); |
| } |
| }); |
| |
| |
| document.getElementById('back-to-top').addEventListener('click', () => { |
| window.scrollTo({ |
| top: 0, |
| behavior: 'smooth' |
| }); |
| }); |
| |
| |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { |
| anchor.addEventListener('click', function (e) { |
| e.preventDefault(); |
| |
| const targetId = this.getAttribute('href'); |
| if (targetId === '#') return; |
| |
| const targetElement = document.querySelector(targetId); |
| if (targetElement) { |
| window.scrollTo({ |
| top: targetElement.offsetTop - 80, |
| behavior: 'smooth' |
| }); |
| |
| |
| mobileMenu.classList.add('hidden'); |
| } |
| }); |
| }); |
| |
| |
| document.querySelector('form').addEventListener('submit', (e) => { |
| e.preventDefault(); |
| alert('๋ฐ๋ชจ ๋ฒ์ ์์๋ ํผ ์ ์ถ์ด ๋นํ์ฑํ๋์ด ์์ต๋๋ค. ๊ฐ์ฌํฉ๋๋ค!'); |
| }); |
| </script> |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - ๐งฌ <a href="https://enzostvs-deepsite.hf.space?remix=kjaylee/pipln" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |