This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,27 +40,7 @@ import Contactform from "@components/contactform.astro"; | |
</div> | ||
|
||
<div class="p-4 lg:p-10"> | ||
<form> | ||
<div class="mb-6"> | ||
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Name*</label> | ||
<input id="name" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" placeholder="J doe" required> | ||
</div> | ||
<div class="mb-6"> | ||
<label for="email" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Email*</label> | ||
<input type="email" id="email" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" placeholder="[email protected]" required> | ||
</div> | ||
<div class="mb-6"> | ||
<label for="phone" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Phone</label> | ||
<input id="phone" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" placeholder="+33"> | ||
</div> | ||
<div class="mb-6"> | ||
<label for="message" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Message*</label> | ||
<textarea id="message" rows="4" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" placeholder="Your message" required></textarea> | ||
</div> | ||
<div class="mb-6"> | ||
<Button type="submit" class="w-full">Send</Button> | ||
</div> | ||
</form> | ||
<iframe style="border:none;width:100%;" height="600px" src="https://opnform.com/forms/contact-us-6clapb"></iframe> | ||
</div> | ||
|
||
</main> | ||
|