forked from voteflux/flux-website-v2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
58 lines (58 loc) · 3.24 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
---
layout: default
permalink: /contact/
dark-theme: true
title: Contact
nav-title: Contact
group: navigation
nav-order: 1000
---
{% include navbar.html %}
<header class="bg-near-black texture-bg-img white pb3 pt5 sm-pr4">
<div class="max-width-4 mx-auto px2 md-px3 mt4">
{% include components/main-heading.html
text="Join the conversation"
font-size="h0 line-height-1"
font-weight="bold" %}
</div>
</header>
<section id="contact" class="bg-light-gray mid-gray py4 sm-pr4">
<div class="max-width-4 mx-auto px2 md-px3">
{% include contact.html %}
<hr class="accent-muted muted border-bottom">
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{clear:left;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//voteflux.us11.list-manage.com/subscribe/post?u=b75dacb94a748f0dd457f61d4&id=593096c588" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Subscribe to our mailing list</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<p><a href="http://us11.campaign-archive2.com/home/?u=b75dacb94a748f0dd457f61d4&id=593096c588" title="View previous campaigns">View previous campaigns.</a></p>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_b75dacb94a748f0dd457f61d4_593096c588" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='STATE';ftypes[2]='text';fnames[3]='VOLUNTEER';ftypes[3]='radio';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</section>
{% include footer.html %}