-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
61 lines (56 loc) · 1.75 KB
/
contact.html
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
---
title: What is a CNF
description: PANTHEON.tech's cloud-native solutions.
image: /images/cnf_clouds.jpg
custom_js:
- secondary
redirect_to: https://pantheon.tech/contact-us/
---
<div class="content">
<section class="info" id="learn-more">
<div class="container flex">
<div class="text">
<h1 class="editable"><br><center>Contact Us!</center></h1>
<section>
<form
action="https://formspree.io/xgenklol"
method="POST"
>
<label>
Your email:
<input type="text" name="_replyto">
</label>
<label>
Your message:
<textarea name="message"></textarea>
</label>
<!-- your other form fields go here -->
<button type="submit">Send</button>
<p class="editable">By clicking the "Send" button, you agree with <a href="/privacy">our Privacy Policy</a>.</p>
</form>
</section>
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">Customized for your needs</h2>
<p class="editable">We provide potential clients with commercial support and customization of <a href="/cnf_list">our existing CNF's</a>. We can as well create custom CNFs, suited for your requirements.</p>
</div>
<div class="image">
<img class="editable" src="/images/image1_home.png" alt="Customized CNFs" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable"><a href="/contact/">Contact us today</a></h2>
<p class="editable">Get in touch with us and find out about our CNF's and how we can help you advance your business to the clouds!</p>
</div>
<div class="image">
<a href="/contact/"><img class="editable" src="/images/image2_home.png" alt="Contact Us" /></a>
</div>
</div>
</section>