-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
34 lines (33 loc) · 1.23 KB
/
contact.html
File metadata and controls
34 lines (33 loc) · 1.23 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
---
layout: default
title: Simap - Contact
---
<div>
<h3>Questions? Comments?</h3>
<p>
<p>Come find us on Twitter!</p>
<a href="https://twitter.com/intent/tweet?screen_name=SimapHQ"
class="twitter-mention-button"
data-related="SimapHQ">Tweet to @SimapHQ</a>
<a href="https://twitter.com/SimapHQ"
class="twitter-follow-button"
data-show-count="false">Follow @SimapHQ</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</p>
<div class="spacer"></div>
<h3>Prefer Email?</h3>
<p>
Send a message to <a href="mailto:simaphq+support@gmail.com">simaphq+support@gmail.com</a>.
</p>
<div class="spacer"></div>
<h3>Found a bug?</h3>
<p>
<a href="https://github.com/SimapHQ/simaphq.github.io/issues/new"
onClick="ga('send', 'event', 'Contact', 'Open GitHub Issue');"
target="_blank">
<button class="btn btn-success">Open an issue</button>
</a>
<p>(GitHub account required)</p>
</p>
<div class="spacer"></div>
</div>