-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor Formatting Changes & Add Thanks Page
- Loading branch information
reilnuud
committed
Jun 8, 2016
1 parent
db5a07f
commit ce523da
Showing
9 changed files
with
103 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<style> | ||
|
||
.jumbotron{ | ||
background-image: url('/images/campaigns/jumbotron-donate.jpg'); | ||
background-size:cover; | ||
background-position:center; | ||
margin-bottom: 0; | ||
padding-bottom:70px; | ||
padding-top:100px; | ||
} | ||
|
||
.jumbotron .panel { | ||
padding:40px; | ||
} | ||
|
||
@media only screen and (max-width:400px) { | ||
.jumbotron .panel { | ||
padding:10px; | ||
} | ||
} | ||
|
||
.jumbotron h1 { | ||
font-size:40px; | ||
color:#00467e; | ||
line-height:1; | ||
} | ||
.jumbotron h2 { | ||
font-size: 30px; | ||
} | ||
|
||
</style> | ||
|
||
<div class="jumbotron"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-10 col-md-8 col-lg-6 panel"> | ||
<h2>Thank you for signing up.</h2> | ||
<h1>Now, Help End Big Money Politics</h1> | ||
<h5>Help us elect candidates committed to fundamental reform in 2016</h5> | ||
<h2 class="text-orange">Donate In Two Minutes or Less</h2> | ||
{% include form_donate.html %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,32 @@ | ||
<div id="pre-donate-form"> | ||
<div class="container row"> | ||
<div class="col-xs-1 col-sm-2 col-md-2"></div> | ||
<div class="col-xs-10 col-sm-8 col-md-8 box box-blue-medium"> | ||
<div class="col-xs-10 col-sm-8 col-md-8 box center-block box-blue-medium"> | ||
<h3 class="text-center">Donate to our Campaign</h3> | ||
<form class="mayday-inputs js-donate"> | ||
<fieldset> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="form-group"> | ||
<div class="col-xs-6 col-sm-6 col-md-2"> | ||
<div class="col-xs-6 col-sm-6 col-md-2"> | ||
<a class="btn btn-mayday" href="/donate#10">$10</a> | ||
</div> | ||
<div class="col-xs-6 col-sm-6 col-md-2"> | ||
<a class="btn btn-mayday" href="/donate#35">$35</a> | ||
<a class="btn btn-mayday" href="/donate#27">$27</a> | ||
</div> | ||
<div class="col-xs-6 col-sm-6 col-md-2"> | ||
<a class="btn btn-mayday" href="/donate#50">$50</a> | ||
</div> | ||
<div class="col-xs-6 col-sm-6 col-md-2"> | ||
<a class="btn btn-mayday" href="/donate#100">$100</a> | ||
<a class="btn btn-mayday" href="/donate#100">$100</a> | ||
</div> | ||
<div class="col-xs-12 col-sm-12 col-md-4"> | ||
<a class="btn btn-mayday green" href="/donate">Donate</a> | ||
<a class="btn btn-mayday green" href="/donate">Donate</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</fieldset> | ||
</form> | ||
<div class="col-xs-1 col-sm-2 col-md-2"></div> | ||
</fieldset> | ||
</form> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: default | ||
title: Thank You | ||
permalink: /email-thanks/ | ||
--- | ||
{% capture content %} | ||
{% include jumbotrons/email-thanks-jumbotron.html %} | ||
|
||
<div id="rules" class="container-fluid grey" style="padding-top:40px;"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-10"> | ||
{% include donate_rules.html %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% endcapture %} | ||
|
||
{% include sub_layouts/splash-candidate.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters