Skip to content

Commit

Permalink
Try switching to Google form
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Mar 20, 2024
1 parent ed595da commit 68b15ff
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,11 @@ <h2 class="text-3xl leading-9 font-extrabold tracking-tight text-gray-900 sm:tex
Contact us
</h2>
<p class="mt-4 text-lg leading-6 text-gray-500">
We built inlets to make anything we ran reachable over the network. Contact us using this form, and we'll get back to you to see how we can help.
There are a myriad of ways to use inlets for network automation and connectivity. Reach out to us via the form below to talk to our team.
</p>
</div>
<div class="mt-12">
<form class="grid grid-cols-1 row-gap-6 sm:grid-cols-2 sm:col-gap-8" data-netlify="true">
<div>
<label for="first_name" class="block text-sm font-medium leading-5 text-gray-700">First name</label>
<div class="mt-1 relative rounded-md shadow-sm">
<input name="first_name" id="first_name" class="form-input py-3 px-4 block w-full transition ease-in-out duration-150">
</div>
</div>
<div>
<label for="last_name" class="block text-sm font-medium leading-5 text-gray-700">Last name</label>
<div class="mt-1 relative rounded-md shadow-sm">
<input name="last_name" id="last_name" class="form-input py-3 px-4 block w-full transition ease-in-out duration-150">
</div>
</div>
<div class="sm:col-span-2">
<label for="company" class="block text-sm font-medium leading-5 text-gray-700">Company</label>
<div class="mt-1 relative rounded-md shadow-sm">
<input name="company" id="company" class="form-input py-3 px-4 block w-full transition ease-in-out duration-150">
</div>
</div>
<div class="sm:col-span-2">
<label for="email" class="block text-sm font-medium leading-5 text-gray-700">Email</label>
<div class="mt-1 relative rounded-md shadow-sm">
<input name="email" id="email" type="email" class="form-input py-3 px-4 block w-full transition ease-in-out duration-150">
</div>
<div class="sm:col-span-2">
<label for="message" class="block text-sm font-medium leading-5 text-gray-700">Message</label>
<div class="mt-1 relative rounded-md shadow-sm">
<textarea name="message" id="message" rows="8" class="form-textarea py-3 px-4 block w-full transition ease-in-out duration-150"></textarea>
</div>
</div>
</div>
<div class="sm:col-span-2">
<span class="w-full inline-flex rounded-md shadow-sm">
<button type="submit" class="w-full inline-flex items-center justify-center px-6 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 focus:shadow-outline-indigo active:bg-indigo-700 transition ease-in-out duration-150">
Send now
</button>
</span>
</div>
</form>
<a href="https://forms.gle/YpbcKgMEnKeMCZkV6">Contact us</a>
</div>
</div>
</div>

0 comments on commit 68b15ff

Please sign in to comment.