Spaces:
Running
Running
File size: 24,645 Bytes
6a07a9e | 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 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 | <!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GreenWave Tech - μ§μ κ°λ₯ν λ―Έλλ₯Ό μν κΈ°μ </title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
:root {
--primary-green: #059669;
--light-green: #34D399;
--sky-blue: #7DD3FC;
--dark-gray: #374151;
--light-gray: #F3F4F6;
}
body {
font-family: 'Inter', sans-serif;
color: var(--dark-gray);
scroll-behavior: smooth;
}
h1, h2, h3, h4 {
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.hero-bg {
background: linear-gradient(120deg, rgba(5, 150, 105, 0.9) 0%, rgba(52, 211, 153, 0.8) 100%),
url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23059669"/><path d="M0 50 L100 50" stroke="%2334D399" stroke-width="1" stroke-opacity="0.2"/><path d="M50 0 L50 100" stroke="%2334D399" stroke-width="1" stroke-opacity="0.2"/></svg>');
background-size: cover;
background-position: center;
}
.value-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.product-card {
transition: all 0.3s ease;
border-bottom: 4px solid transparent;
}
.product-card:hover {
transform: translateY(-5px);
border-bottom-color: var(--light-green);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.contact-form input,
.contact-form textarea {
transition: all 0.3s ease;
border: 2px solid #E5E7EB;
}
.contact-form input:focus,
.contact-form textarea:focus {
border-color: var(--light-green);
box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.3);
}
.btn-primary {
background-color: var(--primary-green);
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: #047857;
transform: translateY(-2px);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn-outline {
border: 2px solid var(--primary-green);
transition: all 0.3s ease;
}
.btn-outline:hover {
background-color: var(--primary-green);
color: white;
}
.leaf-pattern {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M10,1 C5.5,1 2,4.5 2,9 C2,13.5 5.5,17 10,17 C14.5,17 18,13.5 18,9 C18,4.5 14.5,1 10,1 Z M10,15 C6.7,15 4,12.3 4,9 C4,5.7 6.7,3 10,3 C13.3,3 16,5.7 16,9 C16,12.3 13.3,15 10,15 Z" fill="%2334D399" opacity="0.1"/></svg>');
}
</style>
</head>
<body class="bg-gray-50">
<!-- ν€λ/λ€λΉκ²μ΄μ
-->
<header class="sticky top-0 z-50 bg-white shadow-md">
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-green-600 flex items-center justify-center mr-3">
<i class="fas fa-leaf text-white text-xl"></i>
</div>
<h1 class="text-2xl font-bold text-green-700">GreenWave<span class="font-normal"> Tech</span></h1>
</div>
<nav class="hidden md:block">
<ul class="flex space-x-8">
<li><a href="#hero" class="text-gray-600 hover:text-green-600 font-medium">ν</a></li>
<li><a href="#about" class="text-gray-600 hover:text-green-600 font-medium">νμ¬μκ°</a></li>
<li><a href="#products" class="text-gray-600 hover:text-green-600 font-medium">μ νμκ°</a></li>
<li><a href="#contact" class="text-gray-600 hover:text-green-600 font-medium">λ¬ΈμνκΈ°</a></li>
</ul>
</nav>
<button class="md:hidden text-gray-600">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</header>
<!-- Hero μΉμ
-->
<section id="hero" class="hero-bg min-h-screen flex items-center">
<div class="container mx-auto px-4 py-20 text-center">
<div class="max-w-3xl mx-auto">
<div class="bg-white bg-opacity-20 backdrop-blur-sm rounded-full py-2 px-6 inline-block mb-6">
<p class="text-white text-sm font-medium">νμ μ μΈ μΉνκ²½ κΈ°μ μ루μ
</p>
</div>
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6">κΈ°μ λ‘ λ§λλ μ§μ κ°λ₯ν λ―Έλ</h1>
<p class="text-xl text-white text-opacity-90 mb-10 max-w-2xl mx-auto">GreenWave Techλ νμ μ μΈ μΉνκ²½ κΈ°μ μ ν΅ν΄ μ§μ κ°λ₯ν λ―Έλλ₯Ό λ§λ€μ΄κ°λλ€. μ°λ¦¬μ μ루μ
μ μ§κ΅¬λ₯Ό 보νΈνκ³ λ―Έλ μΈλλ₯Ό μν κΉ¨λν νκ²½μ λ§λλλ€.</p>
<button id="learn-more-btn" class="btn-primary text-white font-bold py-3 px-8 rounded-full text-lg shadow-lg">
μμΈν μμ보기
</button>
</div>
</div>
<div class="absolute bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce">
<i class="fas fa-chevron-down text-white text-2xl"></i>
</div>
</section>
<!-- νμ¬ μκ° μΉμ
-->
<section id="about" class="py-20 bg-white leaf-pattern">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">GreenWave Tech μκ°</h2>
<div class="w-20 h-1 bg-green-500 mx-auto mb-6"></div>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">μ°λ¦¬λ μ§μ κ°λ₯ν λ―Έλλ₯Ό μν νμ μ μΈ μ루μ
μ κ°λ°νλ μ λμ μΈ μΉνκ²½ μλμ§ κΈ°μ
μ
λλ€.</p>
</div>
<div class="max-w-4xl mx-auto mb-16">
<div class="bg-green-50 rounded-2xl p-8 shadow-sm">
<h3 class="text-2xl font-bold text-green-700 mb-4">νμ¬ λ―Έμ
</h3>
<p class="text-lg text-gray-700 leading-relaxed">"GreenWave Techλ νμ μ μΈ μΉνκ²½ κΈ°μ μ ν΅ν΄ μ§μ κ°λ₯ν λ―Έλλ₯Ό λ§λλλ€. μ°λ¦¬μ λͺ©νλ κΉ¨λν μλμ§ μ루μ
μ ν΅ν΄ μ§κ΅¬ νκ²½μ 보νΈνκ³ , λͺ¨λ μ¬λμ΄ μ§μ κ°λ₯ν μΆμ μ΄ μ μλλ‘ νλ κ²μ
λλ€."</p>
</div>
</div>
<h3 class="text-2xl font-bold text-center text-gray-800 mb-12">ν΅μ¬ κ°μΉ</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- μ§μ κ°λ₯μ± -->
<div class="value-card bg-white rounded-xl p-8 shadow-md border border-gray-100">
<div class="w-16 h-16 rounded-full bg-green-100 flex items-center justify-center mb-6">
<i class="fas fa-recycle text-green-600 text-2xl"></i>
</div>
<h4 class="text-xl font-bold text-gray-800 mb-3">μ§μ κ°λ₯μ±</h4>
<p class="text-gray-600">λͺ¨λ μ νκ³Ό μ루μ
μ μ₯κΈ°μ μΈ νκ²½ 보νΈμ μμ 보쑴μ κ³ λ €νμ¬ μ€κ³λ©λλ€. μ°λ¦¬λ λ―Έλ μΈλλ₯Ό μν μ§μ κ°λ₯ν νκ²½μ λ§λλ λ° κΈ°μ¬ν©λλ€.</p>
</div>
<!-- νμ μ± -->
<div class="value-card bg-white rounded-xl p-8 shadow-md border border-gray-100">
<div class="w-16 h-16 rounded-full bg-blue-100 flex items-center justify-center mb-6">
<i class="fas fa-lightbulb text-blue-600 text-2xl"></i>
</div>
<h4 class="text-xl font-bold text-gray-800 mb-3">νμ μ±</h4>
<p class="text-gray-600">λμμλ μ°κ΅¬ κ°λ°μ ν΅ν΄ νμ μ μΈ κΈ°μ μ μ°½μΆν©λλ€. μ°λ¦¬λ κΈ°μ‘΄μ νκ³λ₯Ό λ°μ΄λλ μλ‘μ΄ μ루μ
μ κ°λ°νμ¬ μλμ§ λΆμΌμ λ―Έλλ₯Ό μ λν©λλ€.</p>
</div>
<!-- μ λ’°μ± -->
<div class="value-card bg-white rounded-xl p-8 shadow-md border border-gray-100">
<div class="w-16 h-16 rounded-full bg-amber-100 flex items-center justify-center mb-6">
<i class="fas fa-shield-alt text-amber-600 text-2xl"></i>
</div>
<h4 class="text-xl font-bold text-gray-800 mb-3">μ λ’°μ±</h4>
<p class="text-gray-600">μ΅κ³ νμ§μ μ νκ³Ό μλΉμ€λ₯Ό μ 곡νμ¬ κ³ κ°μ μ λ’°λ₯Ό μ»μ΅λλ€. μ°λ¦¬μ μ루μ
μ μμ μ μ΄κ³ μ€λ μ§μλλ μ±λ₯μ 보μ₯ν©λλ€.</p>
</div>
</div>
</div>
</section>
<!-- μ ν μκ° μΉμ
-->
<section id="products" class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">μ°λ¦¬μ μ ν</h2>
<div class="w-20 h-1 bg-green-500 mx-auto mb-6"></div>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">GreenWave Techμ νμ μ μΈ μ νλ€μ μ§μ κ°λ₯ν μλμ§ μ루μ
μ μ 곡ν©λλ€</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- SolarOne -->
<div class="product-card bg-white rounded-xl overflow-hidden shadow-md">
<div class="h-48 bg-gradient-to-r from-green-400 to-emerald-500 flex items-center justify-center">
<i class="fas fa-solar-panel text-white text-6xl"></i>
</div>
<div class="p-8">
<h3 class="text-2xl font-bold text-gray-800 mb-3">SolarOne</h3>
<p class="text-gray-600 mb-6">κ³ ν¨μ¨ νμκ΄ ν¨λ μμ€ν
μΌλ‘, κΈ°μ‘΄ μ ν λλΉ 25% λμ μλμ§ λ³ν ν¨μ¨μ μλν©λλ€. κ°μ κ³Ό κΈ°μ
λͺ¨λμ μ ν©ν λ€μν ν¬κΈ°μ μ루μ
μ μ 곡ν©λλ€.</p>
<button class="btn-outline text-green-600 font-medium py-2 px-6 rounded-full">
λ μμ보기
</button>
</div>
</div>
<!-- EcoCharge -->
<div class="product-card bg-white rounded-xl overflow-hidden shadow-md">
<div class="h-48 bg-gradient-to-r from-blue-400 to-cyan-500 flex items-center justify-center">
<i class="fas fa-charging-station text-white text-6xl"></i>
</div>
<div class="p-8">
<h3 class="text-2xl font-bold text-gray-800 mb-3">EcoCharge</h3>
<p class="text-gray-600 mb-6">μ΄κ³ μ μ κΈ°μ°¨ μΆ©μ κΈ°λ‘, 30λΆ λ§μ 80% μΆ©μ μ΄ κ°λ₯ν©λλ€. μ¬μ©μ μΉνμ μΈ μΈν°νμ΄μ€μ μ격 λͺ¨λν°λ§ μμ€ν
μΌλ‘ νΈλ¦¬ν μ¬μ©μ΄ κ°λ₯ν©λλ€.</p>
<button class="btn-outline text-green-600 font-medium py-2 px-6 rounded-full">
λ μμ보기
</button>
</div>
</div>
<!-- WindFlow -->
<div class="product-card bg-white rounded-xl overflow-hidden shadow-md">
<div class="h-48 bg-gradient-to-r from-indigo-400 to-purple-500 flex items-center justify-center">
<i class="fas fa-wind text-white text-6xl"></i>
</div>
<div class="p-8">
<h3 class="text-2xl font-bold text-gray-800 mb-3">WindFlow</h3>
<p class="text-gray-600 mb-6">μν νλ ₯ λ°μ ν°λΉμΌλ‘, μ νμ νκ²½μμλ λμ ν¨μ¨μ 보μ
λλ€. λμ νκ²½κ³Ό μκ·λͺ¨ μμ€μ μ ν©ν λμμΈμΌλ‘ λ€μν μ₯μμ μ€μΉ κ°λ₯ν©λλ€.</p>
<button class="btn-outline text-green-600 font-medium py-2 px-6 rounded-full">
λ μμ보기
</button>
</div>
</div>
</div>
</div>
</section>
<!-- λ¬Έμ μΉμ
-->
<section id="contact" class="py-20 bg-gradient-to-br from-green-50 to-cyan-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">λ¬ΈμνκΈ°</h2>
<div class="w-20 h-1 bg-green-500 mx-auto mb-6"></div>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">GreenWave Techμ λν΄ κΆκΈν μ μ΄ μμΌμ κ°μ? μΈμ λ μ§ λ¬Έμν΄ μ£ΌμΈμ.</p>
</div>
<div class="max-w-6xl mx-auto grid grid-cols-1 lg:grid-cols-2 gap-12">
<div>
<h3 class="text-2xl font-bold text-gray-800 mb-6">μ°λ½μ² μ 보</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="w-12 h-12 rounded-full bg-green-100 flex items-center justify-center mr-4">
<i class="fas fa-map-marker-alt text-green-600"></i>
</div>
<div>
<h4 class="font-bold text-lg text-gray-800">μ£Όμ</h4>
<p class="text-gray-600">μμΈνΉλ³μ κ°λ¨κ΅¬ ν
ν€λλ‘ 123, GreenWave λΉλ© 15μΈ΅</p>
</div>
</div>
<div class="flex items-start">
<div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-4">
<i class="fas fa-phone-alt text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-lg text-gray-800">μ νλ²νΈ</h4>
<p class="text-gray-600">02-1234-5678</p>
</div>
</div>
<div class="flex items-start">
<div class="w-12 h-12 rounded-full bg-amber-100 flex items-center justify-center mr-4">
<i class="fas fa-envelope text-amber-600"></i>
</div>
<div>
<h4 class="font-bold text-lg text-gray-800">μ΄λ©μΌ</h4>
<p class="text-gray-600">contact@greenwavetech.co.kr</p>
</div>
</div>
<div class="flex items-start">
<div class="w-12 h-12 rounded-full bg-purple-100 flex items-center justify-center mr-4">
<i class="fas fa-clock text-purple-600"></i>
</div>
<div>
<h4 class="font-bold text-lg text-gray-800">μμ
μκ°</h4>
<p class="text-gray-600">μ-κΈ: 9:00 AM - 6:00 PM</p>
</div>
</div>
</div>
<div class="mt-10">
<h3 class="text-2xl font-bold text-gray-800 mb-6">μμ
λ―Έλμ΄</h3>
<div class="flex space-x-4">
<a href="#" class="w-12 h-12 rounded-full bg-green-600 flex items-center justify-center text-white hover:bg-green-700 transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-12 h-12 rounded-full bg-green-600 flex items-center justify-center text-white hover:bg-green-700 transition">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="w-12 h-12 rounded-full bg-green-600 flex items-center justify-center text-white hover:bg-green-700 transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-12 h-12 rounded-full bg-green-600 flex items-center justify-center text-white hover:bg-green-700 transition">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div>
<h3 class="text-2xl font-bold text-gray-800 mb-6">λ¬ΈμνκΈ°</h3>
<form id="contact-form" class="contact-form">
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">μ΄λ¦</label>
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg bg-white focus:outline-none" required>
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">μ΄λ©μΌ</label>
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg bg-white focus:outline-none" required>
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 font-medium mb-2">λ©μμ§</label>
<textarea id="message" rows="5" class="w-full px-4 py-3 rounded-lg bg-white focus:outline-none" required></textarea>
</div>
<button type="submit" class="btn-primary w-full text-white font-bold py-4 rounded-lg text-lg">
λ¬Έμ 보λ΄κΈ°
</button>
</form>
</div>
</div>
</div>
</section>
<!-- νΈν° -->
<footer class="bg-gray-800 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-6">
<div class="w-10 h-10 rounded-full bg-green-600 flex items-center justify-center mr-3">
<i class="fas fa-leaf text-white text-xl"></i>
</div>
<h2 class="text-2xl font-bold">GreenWave<span class="font-normal"> Tech</span></h2>
</div>
<p class="text-gray-400 mb-4">νμ μ μΈ μΉνκ²½ κΈ°μ μ ν΅ν΄ μ§μ κ°λ₯ν λ―Έλλ₯Ό λ§λλλ€.</p>
<p class="text-gray-400">© 2023 GreenWave Tech. All rights reserved.</p>
</div>
<div>
<h3 class="text-lg font-bold mb-6">μ ν</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-green-400">SolarOne</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">EcoCharge</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">WindFlow</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">κΈ°μ
μ루μ
</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">κ°μ μ© μ루μ
</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-6">νμ¬</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-green-400">νμ¬ μκ°</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">λ―Έμ
κ³Ό λΉμ </a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">μ±μ© μ 보</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">λ΄μ€λ£Έ</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">μ§μ κ°λ₯μ± λ³΄κ³ μ</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-6">κ³ κ° μ§μ</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-green-400">λ¬ΈμνκΈ°</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">FAQ</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">μ€μΉ κ°μ΄λ</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">λ€μ΄λ‘λ</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400">μλΉμ€ μΌν°</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script>
// λΆλλ¬μ΄ μ€ν¬λ‘€ κΈ°λ₯
document.getElementById('learn-more-btn').addEventListener('click', function() {
document.querySelector('#about').scrollIntoView({
behavior: 'smooth'
});
});
// λ€λΉκ²μ΄μ
λ§ν¬ μ€ν¬λ‘€
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// λ¬Έμ νΌ μ²λ¦¬
document.getElementById('contact-form').addEventListener('submit', function(e) {
e.preventDefault();
alert('λ¬Έμκ° μ μλμμ΅λλ€.');
this.reset();
});
// μ ν λ μμ보기 λ²νΌ μ λλ©μ΄μ
document.querySelectorAll('.btn-outline').forEach(button => {
button.addEventListener('click', function() {
this.classList.add('bg-green-600', 'text-white');
setTimeout(() => {
this.classList.remove('bg-green-600', 'text-white');
}, 300);
});
});
</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=duck-ho/greenwave-example" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |