Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -29
index.html
CHANGED
@@ -851,34 +851,7 @@
|
|
851 |
<h3 class="text-lg font-medium leading-6 text-gray-900">Send us a message</h3>
|
852 |
</div>
|
853 |
<div class="px-6 py-5">
|
854 |
-
|
855 |
-
<div class="mb-4">
|
856 |
-
<label for="name" class="block text-sm font-medium text-gray-700">Name</label>
|
857 |
-
<input type="text" id="name" name="name" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
|
858 |
-
</div>
|
859 |
-
<div class="mb-4">
|
860 |
-
<label for="email" class="block text-sm font-medium text-gray-700">Email</label>
|
861 |
-
<input type="email" id="email" name="email" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
|
862 |
-
</div>
|
863 |
-
<div class="mb-4">
|
864 |
-
<label for="subject" class="block text-sm font-medium text-gray-700">Subject</label>
|
865 |
-
<select id="subject" name="subject" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
|
866 |
-
<option>General Inquiry</option>
|
867 |
-
<option>Residency Application</option>
|
868 |
-
<option>Investment Opportunity</option>
|
869 |
-
<option>Technical Question</option>
|
870 |
-
</select>
|
871 |
-
</div>
|
872 |
-
<div class="mb-4">
|
873 |
-
<label for="message" class="block text-sm font-medium text-gray-700">Message</label>
|
874 |
-
<textarea id="message" name="message" rows="4" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500"></textarea>
|
875 |
-
</div>
|
876 |
-
<div class="flex justify-end">
|
877 |
-
<button type="submit" class="inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
|
878 |
-
Send Message
|
879 |
-
</button>
|
880 |
-
</div>
|
881 |
-
</form>
|
882 |
</div>
|
883 |
</div>
|
884 |
</div>
|
@@ -913,7 +886,7 @@
|
|
913 |
</a>
|
914 |
</div>
|
915 |
</div>
|
916 |
-
|
917 |
<div>
|
918 |
<h3 class="text-sm font-semibold text-blue-300 tracking-wider uppercase">Explore</h3>
|
919 |
<div class="mt-4 space-y-4">
|
|
|
851 |
<h3 class="text-lg font-medium leading-6 text-gray-900">Send us a message</h3>
|
852 |
</div>
|
853 |
<div class="px-6 py-5">
|
854 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
855 |
</div>
|
856 |
</div>
|
857 |
</div>
|
|
|
886 |
</a>
|
887 |
</div>
|
888 |
</div>
|
889 |
+
|
890 |
<div>
|
891 |
<h3 class="text-sm font-semibold text-blue-300 tracking-wider uppercase">Explore</h3>
|
892 |
<div class="mt-4 space-y-4">
|