| <!DOCTYPE html> |
| <html lang="ko"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>HarmonyFlow - ํ๋กํ ์์ </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> |
| @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap'); |
| |
| body { |
| font-family: 'Noto Sans KR', sans-serif; |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); |
| min-height: 100vh; |
| overflow-x: hidden; |
| } |
| |
| .glass-panel { |
| backdrop-filter: blur(10px); |
| background: rgba(255, 255, 255, 0.15); |
| border: 1px solid rgba(255, 255, 255, 0.2); |
| box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2); |
| } |
| |
| .input-field { |
| backdrop-filter: blur(10px); |
| background: rgba(255, 255, 255, 0.1); |
| border: 1px solid rgba(255, 255, 255, 0.15); |
| transition: all 0.3s ease; |
| } |
| |
| .input-field:focus { |
| background: rgba(255, 255, 255, 0.2); |
| border-color: rgba(255, 255, 255, 0.3); |
| outline: none; |
| } |
| |
| .save-btn { |
| transition: all 0.3s ease; |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); |
| } |
| |
| .save-btn:hover { |
| transform: translateY(-2px); |
| box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4); |
| } |
| |
| .cancel-btn { |
| transition: all 0.3s ease; |
| } |
| |
| .cancel-btn:hover { |
| background: rgba(255, 255, 255, 0.25); |
| } |
| |
| .profile-img { |
| border: 3px solid white; |
| box-shadow: 0 0 20px rgba(255, 255, 255, 0.3); |
| } |
| </style> |
| </head> |
| <body class="text-white"> |
| |
| <header class="container mx-auto px-4 py-6 flex justify-between items-center"> |
| <div class="flex items-center space-x-2"> |
| <i data-feather="music" class="w-8 h-8"></i> |
| <h1 class="text-2xl font-bold">HarmonyFlow</h1> |
| </div> |
| |
| <nav class="hidden md:flex space-x-8"> |
| <a href="index.html" class="font-medium hover:text-purple-200 transition">ํ</a> |
| <a href="list.html" class="font-medium hover:text-purple-200 transition">์์
๋ฆฌ์คํธ</a> |
| <a href="player.html" class="font-medium hover:text-purple-200 transition">ํ๋ ์ด์ด</a> |
| <a href="mypage.html" class="font-medium hover:text-purple-200 transition">๋ง์ดํ์ด์ง</a> |
| </nav> |
| |
| <div class="flex items-center space-x-4"> |
| <button class="glass-panel px-4 py-2 rounded-full text-sm font-medium"> |
| <a href="login.html">๋ก๊ทธ์ธ</a> |
| </button> |
| </div> |
| </header> |
|
|
| |
| <main class="container mx-auto px-4 py-8"> |
| <div class="max-w-4xl mx-auto"> |
| <div class="glass-panel rounded-3xl p-8" data-aos="fade-up"> |
| <div class="text-center mb-8"> |
| <h2 class="text-3xl font-bold mb-2">ํ๋กํ ์์ </h2> |
| <p class="text-gray-200">๊ฐ์ธ ์ ๋ณด์ ํ๋กํ์ ์
๋ฐ์ดํธํ์ธ์</p> |
| </div> |
| |
| <form class="space-y-8"> |
| |
| <div class="flex flex-col items-center"> |
| <div class="relative mb-4"> |
| <img src="http://static.photos/people/200x200/1" alt="ํ๋กํ ์ด๋ฏธ์ง" class="profile-img w-32 h-32 rounded-full object-cover"> |
| <button type="button" class="absolute bottom-2 right-2 glass-panel p-2 rounded-full"> |
| <i data-feather="camera" class="w-4 h-4"></i> |
| </button> |
| </div> |
| <button type="button" class="text-sm text-purple-200 hover:text-white underline"> |
| ํ๋กํ ์ฌ์ง ๋ณ๊ฒฝ |
| </button> |
| </div> |
| |
| |
| <div> |
| <h3 class="text-xl font-bold mb-6 pb-2 border-b border-white border-opacity-20">๊ธฐ๋ณธ ์ ๋ณด</h3> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> |
| <div> |
| <label class="block text-sm font-medium mb-2">์ด๋ฆ</label> |
| <input type="text" class="input-field w-full px-4 py-3 rounded-lg text-white placeholder-gray-300" value="ํ๊ธธ๋"> |
| </div> |
| |
| <div> |
| <label class="block text-sm font-medium mb-2">์ฌ์ฉ์ ์ด๋ฆ</label> |
| <input type="text" class="input-field w-full px-4 py-3 rounded-lg text-white placeholder-gray-300" value="honggildong"> |
| </div> |
| |
| <div class="md:col-span-2"> |
| <label class="block text-sm font-medium mb-2">์ด๋ฉ์ผ</label> |
| <input type="email" class="input-field w-full px-4 py-3 rounded-lg text-white placeholder-gray-300" value="hong@example.com"> |
| </div> |
| |
| <div class="md:col-span-2"> |
| <label class="block text-sm font-medium mb-2">์๊ฐ</label> |
| <textarea class="input-field w-full px-4 py-3 rounded-lg text-white placeholder-gray-300" rows="4" placeholder="๋๋ฅผ ์๊ฐํด์ฃผ์ธ์...">์์
์ ์ฌ๋ํ๋ ์ผ๋ฐ์ธ์
๋๋ค. ๋ค์ํ ์ฅ๋ฅด์ ์์
์ ์ฆ๊ธฐ๋ฉฐ ํ๋ ์ด๋ฆฌ์คํธ๋ฅผ ๊ณต์ ํ๊ณ ์์ต๋๋ค.</textarea> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div> |
| <h3 class="text-xl font-bold mb-6 pb-2 border-b border-white border-opacity-20">๊ฐ์ธ ์ ๋ณด</h3> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> |
| <div> |
| <label class="block text-sm font-medium mb-2">์ฑ๋ณ</label> |
| <select class="input-field w-full px-4 py-3 rounded-lg text-white"> |
| <option>์ ํ ์ํจ</option> |
| <option selected>๋จ์ฑ</option> |
| <option>์ฌ์ฑ</option> |
| </select> |
| </div> |
| |
| <div> |
| <label class="block text-sm font-medium mb-2">์๋
์์ผ</label> |
| <input type="date" class="input-field w-full px-4 py-3 rounded-lg text-white" value="1990-01-15"> |
| </div> |
| |
| <div> |
| <label class="block text-sm font-medium mb-2">๊ตญ๊ฐ</label> |
| <select class="input-field w-full px-4 py-3 rounded-lg text-white"> |
| <option>๋ํ๋ฏผ๊ตญ</option> |
| <option>๋ฏธ๊ตญ</option> |
| <option>์ผ๋ณธ</option> |
| <option>์ค๊ตญ</option> |
| </select> |
| </div> |
| |
| <div> |
| <label class="block text-sm font-medium mb-2">์ธ์ด</label> |
| <select class="input-field w-full px-4 py-3 rounded-lg text-white"> |
| <option selected>ํ๊ตญ์ด</option> |
| <option>English</option> |
| <option>ๆฅๆฌ่ช</option> |
| <option>ไธญๆ</option> |
| </select> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div> |
| <h3 class="text-xl font-bold mb-6 pb-2 border-b border-white border-opacity-20">์์
๋ฏธ๋์ด</h3> |
| |
| <div class="space-y-4"> |
| <div class="flex items-center"> |
| <div class="w-10 h-10 rounded-full bg-blue-500 flex items-center justify-center mr-3"> |
| <i data-feather="facebook" class="w-5 h-5"></i> |
| </div> |
| <input type="text" class="input-field flex-1 px-4 py-3 rounded-lg text-white placeholder-gray-300" placeholder="Facebook ํ๋กํ URL"> |
| <button type="button" class="ml-2 glass-panel px-4 py-3 rounded-lg text-sm">์ฐ๊ฒฐ</button> |
| </div> |
| |
| <div class="flex items-center"> |
| <div class="w-10 h-10 rounded-full bg-sky-500 flex items-center justify-center mr-3"> |
| <i data-feather="twitter" class="w-5 h-5"></i> |
| </div> |
| <input type="text" class="input-field flex-1 px-4 py-3 rounded-lg text-white placeholder-gray-300" placeholder="Twitter ํ๋กํ URL"> |
| <button type="button" class="ml-2 glass-panel px-4 py-3 rounded-lg text-sm">์ฐ๊ฒฐ</button> |
| </div> |
| |
| <div class="flex items-center"> |
| <div class="w-10 h-10 rounded-full bg-gradient-to-r from-purple-500 to-pink-500 flex items-center justify-center mr-3"> |
| <i data-feather="instagram" class="w-5 h-5"></i> |
| </div> |
| <input type="text" class="input-field flex-1 px-4 py-3 rounded-lg text-white placeholder-gray-300" placeholder="Instagram ํ๋กํ URL"> |
| <button type="button" class="ml-2 glass-panel px-4 py-3 rounded-lg text-sm">์ฐ๊ฒฐ</button> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div> |
| <h3 class="text-xl font-bold mb-6 pb-2 border-b border-white border-opacity-20">๋น๋ฐ๋ฒํธ ๋ณ๊ฒฝ</h3> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> |
| <div> |
| <label class="block text-sm font-medium mb-2">ํ์ฌ ๋น๋ฐ๋ฒํธ</label> |
| <input type="password" class="input-field w-full px-4 py-3 rounded-lg text-white placeholder-gray-300" placeholder="โขโขโขโขโขโขโขโข"> |
| </div> |
| |
| <div> |
| <label class="block text-sm font-medium mb-2">์ ๋น๋ฐ๋ฒํธ</label> |
| <input type="password" class="input-field w-full px-4 py-3 rounded-lg text-white placeholder-gray-300" placeholder="โขโขโขโขโขโขโขโข"> |
| </div> |
| |
| <div class="md:col-span-2"> |
| <label class="block text-sm font-medium mb-2">์ ๋น๋ฐ๋ฒํธ ํ์ธ</label> |
| <input type="password" class="input-field w-full px-4 py-3 rounded-lg text-white placeholder-gray-300" placeholder="โขโขโขโขโขโขโขโข"> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="flex flex-col sm:flex-row gap-4 pt-6"> |
| <button type="submit" class="save-btn flex-1 py-3 rounded-lg font-medium text-white"> |
| ๋ณ๊ฒฝ์ฌํญ ์ ์ฅ |
| </button> |
| <button type="button" class="cancel-btn glass-panel flex-1 py-3 rounded-lg font-medium"> |
| <a href="mypage.html">์ทจ์</a> |
| </button> |
| </div> |
| </form> |
| </div> |
| </div> |
| </main> |
|
|
| |
| <footer class="py-12 border-t border-white border-opacity-20 mt-12"> |
| <div class="container mx-auto px-4"> |
| <div class="flex flex-col md:flex-row justify-between items-center"> |
| <div class="flex items-center space-x-2 mb-6 md:mb-0"> |
| <i data-feather="music" class="w-6 h-6"></i> |
| <h3 class="text-xl font-bold">HarmonyFlow</h3> |
| </div> |
| |
| <div class="flex space-x-6 mb-6 md:mb-0"> |
| <a href="#" class="hover:text-purple-300 transition"><i data-feather="facebook"></i></a> |
| <a href="#" class="hover:text-purple-300 transition"><i data-feather="twitter"></i></a> |
| <a href="#" class="hover:text-purple-300 transition"><i data-feather="instagram"></i></a> |
| <a href="#" class="hover:text-purple-300 transition"><i data-feather="youtube"></i></a> |
| </div> |
| |
| <div class="text-gray-400 text-sm"> |
| ยฉ 2023 HarmonyFlow. All rights reserved. |
| </div> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| AOS.init(); |
| feather.replace(); |
| </script> |
| </body> |
| </html> |