Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -8
index.html
CHANGED
|
@@ -214,11 +214,11 @@
|
|
| 214 |
<div class="container mx-auto max-w-4xl">
|
| 215 |
<div class="neon-box rounded-2xl p-8 bg-black bg-opacity-70 backdrop-blur-sm">
|
| 216 |
<h2 class="text-3xl sm:text-4xl font-bold mb-6 text-center neon-text font-orbitron">THAM GIA CÙNG <span class="text-pink-500">GXS RESILIENCE HUB</span></h2>
|
| 217 |
-
<p class="text-center mb-8">
|
| 218 |
|
| 219 |
<form class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
| 220 |
<div>
|
| 221 |
-
<label for="nome" class="block mb-2 text-cyan-400">
|
| 222 |
<input type="text" id="nome" class="w-full px-4 py-3 rounded-lg input-neon" required>
|
| 223 |
</div>
|
| 224 |
<div>
|
|
@@ -226,16 +226,16 @@
|
|
| 226 |
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg input-neon" required>
|
| 227 |
</div>
|
| 228 |
<div>
|
| 229 |
-
<label for="telefone" class="block mb-2 text-cyan-400">
|
| 230 |
<input type="tel" id="telefone" class="w-full px-4 py-3 rounded-lg input-neon" required>
|
| 231 |
</div>
|
| 232 |
<div>
|
| 233 |
-
<label for="plano" class="block mb-2 text-cyan-400">
|
| 234 |
<select id="plano" class="w-full px-4 py-3 rounded-lg input-neon">
|
| 235 |
<option value="">Selecione um plano</option>
|
| 236 |
-
<option value="basic">Básico -
|
| 237 |
-
<option value="pro">Pro -
|
| 238 |
-
<option value="vip">VIP -
|
| 239 |
</select>
|
| 240 |
</div>
|
| 241 |
<div class="md:col-span-2">
|
|
@@ -243,7 +243,7 @@
|
|
| 243 |
<textarea id="mensagem" rows="4" class="w-full px-4 py-3 rounded-lg input-neon"></textarea>
|
| 244 |
</div>
|
| 245 |
<div class="md:col-span-2 flex justify-center">
|
| 246 |
-
<button type="submit" class="px-10 py-4 bg-gradient-to-r from-cyan-400 to-blue-500 rounded-full font-bold neon-button text-lg">
|
| 247 |
</div>
|
| 248 |
</form>
|
| 249 |
</div>
|
|
|
|
| 214 |
<div class="container mx-auto max-w-4xl">
|
| 215 |
<div class="neon-box rounded-2xl p-8 bg-black bg-opacity-70 backdrop-blur-sm">
|
| 216 |
<h2 class="text-3xl sm:text-4xl font-bold mb-6 text-center neon-text font-orbitron">THAM GIA CÙNG <span class="text-pink-500">GXS RESILIENCE HUB</span></h2>
|
| 217 |
+
<p class="text-center mb-8">Trao quyền cho các SMEs và doanh nghiệp địa phương áp dụng các hoạt động bền vững và mô hình ứng phó với biến đổi khí hậu</p>
|
| 218 |
|
| 219 |
<form class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
| 220 |
<div>
|
| 221 |
+
<label for="nome" class="block mb-2 text-cyan-400">Họ Tên</label>
|
| 222 |
<input type="text" id="nome" class="w-full px-4 py-3 rounded-lg input-neon" required>
|
| 223 |
</div>
|
| 224 |
<div>
|
|
|
|
| 226 |
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg input-neon" required>
|
| 227 |
</div>
|
| 228 |
<div>
|
| 229 |
+
<label for="telefone" class="block mb-2 text-cyan-400">Zalo</label>
|
| 230 |
<input type="tel" id="telefone" class="w-full px-4 py-3 rounded-lg input-neon" required>
|
| 231 |
</div>
|
| 232 |
<div>
|
| 233 |
+
<label for="plano" class="block mb-2 text-cyan-400">Quan tâm</label>
|
| 234 |
<select id="plano" class="w-full px-4 py-3 rounded-lg input-neon">
|
| 235 |
<option value="">Selecione um plano</option>
|
| 236 |
+
<option value="basic">Básico - ../mês</option>
|
| 237 |
+
<option value="pro">Pro - ../mês</option>
|
| 238 |
+
<option value="vip">VIP - ../mês</option>
|
| 239 |
</select>
|
| 240 |
</div>
|
| 241 |
<div class="md:col-span-2">
|
|
|
|
| 243 |
<textarea id="mensagem" rows="4" class="w-full px-4 py-3 rounded-lg input-neon"></textarea>
|
| 244 |
</div>
|
| 245 |
<div class="md:col-span-2 flex justify-center">
|
| 246 |
+
<button type="submit" class="px-10 py-4 bg-gradient-to-r from-cyan-400 to-blue-500 rounded-full font-bold neon-button text-lg">LIÊN HỆ</button>
|
| 247 |
</div>
|
| 248 |
</form>
|
| 249 |
</div>
|