Skip to content

Commit

Permalink
More Donate & Email Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
reilnuud committed May 26, 2016
1 parent ead5fa2 commit 148b7b3
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 30 deletions.
6 changes: 3 additions & 3 deletions _includes/jumbotrons/donate-jumbotron.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ <h1>Help End Big Money Politics</h1>
<h5 style="color:white;">Help us reduce the influence of money in politics and elect a Congress committed to fundamental reform by 2016</h5>
<h2>Donate In Two Minutes or Less</h2>
<div id="donate-form">
<style>iframe{width:100%}</style>
<iframe src="https://mayday.nationbuilder.com/dev" scrolling="no" frameBorder="0"></iframe>
<script>iFrameResize({log:true, checkOrigin:false})</script>
<style>iframe{width:100%}</style>
<iframe src="https://mayday.nationbuilder.com/dev" scrolling="no" frameBorder="0"></iframe>
<script>iFrameResize({log:true, checkOrigin:false})</script>
</div>
</div>
</div>
Expand Down
8 changes: 3 additions & 5 deletions _includes/jumbotrons/donate-video-jumbotron.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,15 @@ <h1><a class="navbar-brand" href="{{ root_path }}/"><img src="{{ root_path }}/im

</div>
<div class="row">
<div class="col-md-5">
<div class="col-md-6">
<div class="videoWrapper">
<iframe src="https://www.youtube.com/embed/ltYRVRQ95dk?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-1">
</div>
<div class="col-md-4">
<div class="col-md-6" style="text-shadow:2px 2px 2px rgba(0,0,0,.5);">
<h1>Help End Big Money Politics</h1>
<h5 style="color:white;">Help us reduce the influence of money in politics and elect a Congress committed to fundamental reform by 2016</h5>
<a href="#donate-form">Pledge Now</a>
<a href="#donate-form" class="btn btn-mayday btn-mayday-md">Pledge Now</a>
</div>
</div>
</div>
Expand Down
37 changes: 20 additions & 17 deletions _includes/jumbotrons/join-jumbotron.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,31 @@
<script src="/js/iframeResizer.min.js"></script>

<div class="jumbotron dark">
<div class="container">
<div class="row">
<div class="col-sm-10 col-md-8 col-lg-6">
<h1>Help End Big Money Politics</h1>
<h5 style="color:white;">Help us reduce the influence of money in politics and elect a Congress committed to fundamental reform by 2016</h5>
<div id="join-form"></div>
<style>iframe{width:100%}</style>
<iframe src="http://act.mayday.us/email_collect" scrolling="no" frameBorder="0"></iframe>
<script>iFrameResize({log:true, checkOrigin:false})</script>
<div class="container">
<div class="col-sm-10 col-md-8 col-lg-6">
<h1>Help End Big Money Politics</h1>
<h5 style="color:white;">Help us reduce the influence of money in politics and elect a Congress committed to fundamental reform by 2016</h5>
<div id="join-form"></div>
<style>iframe{width:100%}</style>
<iframe src="http://act.mayday.us/email_collect" scrolling="no" frameBorder="0"></iframe>
<script>iFrameResize({log:true, checkOrigin:false})</script>
</div>
</div>
</div>
<div class="join-nav row">
<div class="col-md-4">
<a href="donate">Contribute</a>
</div>
<div class="col-md-4 text-center">
<h1><a class="navbar-brand" href="{{ root_path }}/"><img src="{{ root_path }}/images/2016_mayday-logo-sheild.svg" alt=""> MAYDAY<span class="text-orange">.US</span></a></h1>
</div>
<div class="col-md-4 text-right">
<a href="/">Continue to Site &#8594;</a>
<div class="container">
<div class="col-md-4">
<a href="donate" class="btn btn-mayday btn-mayday-md">Contribute</a>
</div>
<div class="col-md-4 text-center">
<p><a class="navbar-brand" href="{{ root_path }}/"><img src="{{ root_path }}/images/2016_mayday-logo-sheild.svg" alt=""> MAYDAY<span class="text-orange">.US</span></a></p>
</div>
<div class="col-md-4 text-right">
<a href="/">Continue to Site &#8594;</a>
</div>
</div>
</div>
</div>
</div>
</div>

2 changes: 2 additions & 0 deletions _includes/sub_layouts/default_layout.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{% include global_page_includes/head.html %}

<body class="{{page.bodyClass}}">
{% if splash != TRUE %}
{% include global_page_includes/header.html %}
{% endif %}
<div class="page-content">
{{ content }}
</div>
Expand Down
5 changes: 0 additions & 5 deletions donate-video.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
{% capture content %}
{% include jumbotrons/donate-video-jumbotron.html title="Donate" %}

{% comment %}

<div class="donate-page container">



<div class="row">
<div class="col-md-6 col-lg-6">

Expand All @@ -27,8 +24,6 @@ <h2>Donate In Two Minutes or Less</h2>
</div>
</div><!-- END .donate-page.container -->

{% endcomment %}

<div id="rules" class="container-fluid" style="padding-top:40px;">
<div class="container">
<div class="row">
Expand Down
1 change: 1 addition & 0 deletions email-capture.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: Join
permalink: /email-join/
---
{% assign splash = TRUE %}
{% capture content %}
{% include jumbotrons/join-jumbotron.html title="join" %}

Expand Down

0 comments on commit 148b7b3

Please sign in to comment.