-
Notifications
You must be signed in to change notification settings - Fork 22
/
contact.html
42 lines (28 loc) · 1 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
---
layout: default
title: MayOne.us - Frequently Asked Questions
omit_title_suffix: true
cssid: contact
---
{% capture subhead %}
A citizen-funded super PAC, to end all super PACs.
{% endcapture %}
{% capture pageid %}
Contact Us
{% endcapture %}
{% capture content %}
<style>
.center { text-align: center }
</style>
{% include emailform.html %}
{:.center}
## We invite you to join our community:
* Join our [Facebook Group](//www.facebook.com/groups/282646648577039/).
* Join the conversation on [Twitter](//twitter.com/MayOneUS).
* Chat with us on [freenode IRC channel #mayone](//webchat.freenode.net?channels=%23mayone&uio=d4){:target="_blank"}.
* [Share your involvement](../more-ways-to-help/#share).
* [Volunteer to help](../more-ways-to-help/#volunteer_form).
* Check out our [volunteer wiki](//github.com/MayOneUS/wiki/wiki).
* If you have a technical bent, you can look at our [developer wiki page](//github.com/MayOneUS/wiki/wiki/Developer-Information).
{% endcapture %}
{% include subpage.html %}