-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks_dna.html
32 lines (25 loc) · 1.31 KB
/
thanks_dna.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
---
layout: default
title: MAYDAY.US - Do Not Ask Confirmation Page
omit_title_suffix: true
cssid: thanks_dna
---
{% capture content %}
Thank you! Don't worry, we know how annoying those e-mails asking for money can be and we won't send you any more of them.
We'll just keep you updated with news and events as the campaign continues towards election day.
<!-- We're eager to see how this experiment works - and if you like it, feel free to <a href="https://twitter.com/home?status=%23MaydayPAC%20just%20asked%20me%20if%20I%20wanted%20to%20opt-out%20of%20fundraising%20emails.%20(Wish%20more%20political%20groups%20would%20do%20that.)%20http://goo.gl/ar6VoM">share on Twitter!</a> -->
If you want, you can [head here to make one last contribution](/newpledge), or come back to our website and find any of the big red Donate buttons. (We know, it's a bit tacky, but it does help, honest.)
{% endcapture %}
{% capture footer_content %}
<script>
$(document).ready( function() {
var emailToUnsub = getParameterByName('unsub') || null;
if (emailToUnsub) {
var params = {'email':emailToUnsub, 'MERGE13':'No', 'redirect':'https://mayday.us/thanks_dna/'};
post_to_url("https://pledge.mayday.us/r/subscribe", params);
// $('#emailAddress').text('(At ' + email + ')');
}
});
</script>
{% endcapture %}
{% include subpage.html %}