-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcontact.html
More file actions
67 lines (63 loc) · 3.42 KB
/
contact.html
File metadata and controls
67 lines (63 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
layout: default
---
<div class="bg-white py-16 px-4 overflow-hidden sm:px-6 lg:px-8 lg:py-24">
<div class="relative max-w-5xl mx-auto">
<div class="text-center">
<h2 class="text-3xl leading-9 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10">
Contact us
</h2>
<p class="mt-4 text-lg leading-6 text-gray-500">
Choose the right route for your enquiry so we can respond quickly.
</p>
<p class="mt-3 text-base leading-6 text-gray-500">
Inlets is a product developed by OpenFaaS Ltd.
</p>
</div>
<div class="mt-10 rounded-lg border border-yellow-200 bg-yellow-50 p-5">
<h3 class="text-base leading-6 font-semibold text-yellow-900">
The contact form is not for support requests
</h3>
<p class="mt-2 text-sm leading-5 text-yellow-800">
If you use the form for support or billing questions, you will be asked to send an email as directed below.
</p>
</div>
<div class="mt-8 grid gap-6 sm:grid-cols-2">
<div class="rounded-lg border border-indigo-200 bg-indigo-50 p-6">
<p class="text-sm leading-5 font-semibold uppercase tracking-wide text-indigo-700">
Support and billing
</p>
<h3 class="text-lg leading-6 font-semibold text-gray-900">
Existing inlets customers
</h3>
<p class="mt-3 text-base leading-6 text-gray-600">
If you already have an inlets license, please email support for technical help, license questions, billing, renewals, or account changes.
</p>
<a class="mt-5 inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700" href="mailto:support@openfaas.com">
Email support@openfaas.com
</a>
</div>
<div class="rounded-lg border border-gray-200 bg-white p-6">
<p class="text-sm leading-5 font-semibold uppercase tracking-wide text-gray-500">
Before you buy
</p>
<h3 class="text-lg leading-6 font-semibold text-gray-900">
Pre-sales enquiries
</h3>
<p class="mt-3 text-base leading-6 text-gray-600">
If you are evaluating inlets, use the form for pricing, architecture, trial, procurement, or fit questions.
</p>
<div class="mt-4 rounded-md bg-gray-50 p-4 text-sm leading-5 text-gray-600">
<p class="font-medium text-gray-900">How you'll hear from us</p>
<ul class="mt-2 list-disc pl-5">
<li>Replies may come from @openfaas.com or @inlets.dev.</li>
<li>Check spam or quarantine if you do not see a response within 1-2 working days.</li>
</ul>
</div>
<a class="mt-5 inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700" href="https://forms.gle/YpbcKgMEnKeMCZkV6">
Open pre-sales form
</a>
</div>
</div>
</div>
</div>