-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathtake_action.html
62 lines (56 loc) · 2.53 KB
/
take_action.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
59
60
61
62
---
layout: default
title: Take Action
permalink: /take-action/
---
{% capture content %}
<script type='text/javascript' src='https://d1aqhv4sn5kxtx.cloudfront.net/actiontag/at.js' crossorigin='anonymous'></script>
<div class="ngp-form"
data-form-url="https://actions.everyaction.com/v1/Forms/OqSYVGBzakq5ngnA7rhDDg2"
data-fastaction-endpoint="https://fastaction.ngpvan.com"
data-inline-errors="true"
data-fastaction-nologin="true"
data-databag="everybody">
</div>
<!--{% include jumbotrons/general-dark.html title="Take Action" %}
<div class="container">
<div class="row">
<div class="col-md-10 center-block col-sm-12">
<ul class="action-tree list-unstyled">
<li class="action-wrap incomplete active js-sign-up">
{% include take_action_section_header.html iconClass="sign-up" title="Sign Up for Updates" increment="1" %}
{% include panels/panel_action_w_signup.html hide_volunteer=true %}
</li>
<li class="action-wrap incomplete js-record-message">
{% include take_action_section_header.html iconClass="call-congress" title="Record a Message for Congress" increment="2" %}
{% include panels/panel_action_w_record_message.html show_instructions="true" %}
</li>
<!-- <li class="action-wrap incomplete js-get-educated">
{% include take_action_section_header.html iconClass="get-educated" title="Get Educated" increment="2" %}
{% include panels/panel_action_w_get_educated.html %}
</li> -->
<!-- <li class="action-wrap incomplete js-invite-your-friends">
{% include take_action_section_header.html iconClass="spread-the-word" title="Invite Your Friends" increment="3" %}
{% include panels/panel_action_w_spread_the_word.html %}
</li>
<li class="action-wrap incomplete js-join-the-discussion">
{% include take_action_section_header.html iconClass="join-discussion" title="Join the Discussion" increment="4" %}
{% include panels/panel_action_w_join_discussion.html %}
</li>
<li class="action-wrap incomplete js-local-action">
{% include take_action_section_header.html iconClass="volunteer" title="Take Local Action" increment="5" %}
{% include panels/panel_action_w_local_action.html %}
</li>
</ul>
</div>
</div> -->
{% endcapture %}
{% capture page_specific_javascript %}
<!---<script>
$(document).ready(function(){
md.takeAction.initialize();
});
</script> --->
{% endcapture %}
{% capture footer_scripts %}{{footer_scripts}}{{page_specific_javascript}}{% endcapture %}
{% include sub_layouts/default_layout.html %}