Update index.html
Browse files- index.html +1 -31
index.html
CHANGED
@@ -429,37 +429,7 @@
|
|
429 |
</div>
|
430 |
|
431 |
<div>
|
432 |
-
|
433 |
-
<div class="mb-6">
|
434 |
-
<label for="contactName" class="block mb-2 font-medium text-gray-800">Your Name</label>
|
435 |
-
<input type="text" id="contactName" class="w-full px-4 py-3 rounded-lg bg-white border border-gray-200 focus:outline-none focus:ring-2 focus:ring-purple-600" required>
|
436 |
-
</div>
|
437 |
-
|
438 |
-
<div class="mb-6">
|
439 |
-
<label for="contactEmail" class="block mb-2 font-medium text-gray-800">Your Email</label>
|
440 |
-
<input type="email" id="contactEmail" class="w-full px-4 py-3 rounded-lg bg-white border border-gray-200 focus:outline-none focus:ring-2 focus:ring-purple-600" required>
|
441 |
-
</div>
|
442 |
-
|
443 |
-
<div class="mb-6">
|
444 |
-
<label for="contactSubject" class="block mb-2 font-medium text-gray-800">Subject</label>
|
445 |
-
<select id="contactSubject" class="w-full px-4 py-3 rounded-lg bg-white border border-gray-200 focus:outline-none focus:ring-2 focus:ring-purple-600">
|
446 |
-
<option>General Inquiry</option>
|
447 |
-
<option>Press</option>
|
448 |
-
<option>Partnership</option>
|
449 |
-
<option>Investor Relations</option>
|
450 |
-
<option>Other</option>
|
451 |
-
</select>
|
452 |
-
</div>
|
453 |
-
|
454 |
-
<div class="mb-6">
|
455 |
-
<label for="contactMessage" class="block mb-2 font-medium text-gray-800">Message</label>
|
456 |
-
<textarea id="contactMessage" rows="4" class="w-full px-4 py-3 rounded-lg bg-white border border-gray-200 focus:outline-none focus:ring-2 focus:ring-purple-600" required></textarea>
|
457 |
-
</div>
|
458 |
-
|
459 |
-
<button type="submit" class="w-full bg-purple-600 hover:bg-purple-700 text-white font-medium py-3 px-6 rounded-lg transition duration-300">
|
460 |
-
Send Message
|
461 |
-
</button>
|
462 |
-
</form>
|
463 |
</div>
|
464 |
</div>
|
465 |
</div>
|
|
|
429 |
</div>
|
430 |
|
431 |
<div>
|
432 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
</div>
|
434 |
</div>
|
435 |
</div>
|