-
Notifications
You must be signed in to change notification settings - Fork 10
/
contact-us.html
36 lines (33 loc) · 1.09 KB
/
contact-us.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
---
layout: default
title: Contact Us - MAYDAY.US
permalink: /contact-us/
---
{% capture content %}
{% include jumbotrons/general-dark.html title="Contact Us" %}
<div class="container">
<div class="row">
<div class="col-sm-4">
<h2>By Email</h2>
<p>Our main email address is <a href="mailto:[email protected]?subject=Info">[email protected]</a>, or you can click below to email us about:</p>
<ul>
<li><a href="mailto:[email protected]?subject=Donations">Donations</a></li>
<li><a href="mailto:[email protected]?subject=Address change / Email removal">Address change / Email removal</a></li>
<li><a href="mailto:[email protected]?subject=Website issues">Website issues</a></li>
</ul>
</div>
<div class="col-sm-4">
<h2>By Mail</h2>
<p>
1701 K Street Northwest, Suite 750<br/>
Washington, DC 20002
</p>
</div>
<div class="col-sm-4">
<h2>Press Contact</h2>
<p><a href="mailto:[email protected]?subject=Press">[email protected]</a></p>
</div>
</div>
</div>
{% endcapture %}
{% include sub_layouts/default_layout.html %}