-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcontact.html
45 lines (38 loc) · 1.64 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
---
layout: default
---
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon solid fa-envelope"></span>
<h2>Get In Touch</h2>
<p>Questions? Comments? Concerns? Use the form below to send us an email or write in our <a href="https://sirix.discourse.group">community forum</a>. A third alternative is, that you might find us on <a href="https://join.slack.com/t/sirixdb/shared_invite/enQtNjI1Mzg4NTY4ODUzLTI3NTE0NDY3MzhkOTliOWI1NDY2MjI5ZWFkNjlmYTQ1N2NjNjgyZjMzYmJiNWFmMGNiZDYzM2VkYTU3YmY3MmQ">Slack</a></p>
</header>
<!-- One -->
<section class="wrapper style4 special container small">
<!-- Content -->
<div class="content">
<form accept-charset="UTF-8" action="https://formspree.io/[email protected]" method="POST">
<div class="row gtr-50">
<div class="col-6 col-12-mobile">
<input type="text" name="name" placeholder="Name" />
</div>
<div class="col-6 col-12-mobile">
<input type="text" name="email" placeholder="Email" />
</div>
<div class="col-12">
<input type="text" name="subject" placeholder="Subject" />
</div>
<div class="col-12">
<textarea name="message" placeholder="Message" rows="7"></textarea>
</div>
<div class="col-12">
<ul class="buttons">
<li><input type="submit" class="special" value="Send Message" /></li>
</ul>
</div>
</div>
</form>
</div>
</section>
</article>