-
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.
- Loading branch information
reilnuud
committed
Jul 20, 2016
1 parent
5dc4547
commit 92311c9
Showing
5 changed files
with
100 additions
and
3 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,91 @@ | ||
<style type="text/css" media="screen"> | ||
.jumbotron{ | ||
background:transparent url('/images/campaigns/web-refresh-jumbotron-background.jpg') 0 0 no-repeat; | ||
background-size:cover; | ||
padding-bottom:0; | ||
background-position:center; | ||
margin-bottom:0; | ||
position: relative; | ||
padding-top: 90px; | ||
} | ||
|
||
.jumbotron h1 { | ||
font-size:50px; | ||
color:#fdd63f; | ||
line-height:1; | ||
} | ||
|
||
.jumbotron h2 { | ||
font-size:35px; | ||
} | ||
|
||
.jumbotron .panel { | ||
padding: 0 20px 10px; | ||
} | ||
|
||
.jumbotron:before { | ||
content: ''; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
background-color: #00467e; | ||
z-index: 0; | ||
opacity: .5; | ||
} | ||
.jumbotron .container{ | ||
/* background: transparent url('/images/20160203_money_in_dome.svg') center bottom no-repeat; | ||
background-size:180px; | ||
padding-bottom:180px */ | ||
} | ||
|
||
.jumbotron p { | ||
margin-bottom: 15px; | ||
font-size: 18px; | ||
line-height: 1.33; | ||
font-weight: 200; | ||
} | ||
|
||
</style> | ||
|
||
<div class="jumbotron item"> | ||
<div class="container"> | ||
|
||
<div class="row margin-top-md margin-bottom-md"> | ||
|
||
<div class="col-md-10 center-block text-center"> | ||
|
||
<h1 class="text-yellow margin-bottom-xs">Help us reduce the influence of money in politics.</h1> | ||
|
||
<h4 class="text-grey-light margin-bottom-xs">We can't enact fundamental reform without your help</h4> | ||
<div class="row margin-top-sm margin-bottom-xs"> | ||
<div class="col-md-10 center-block"> | ||
<div class="col-sm-1"></div> | ||
<div class="col-sm-4"><a class="button btn btn-mayday margin-bottom-sm" href="https://mayday.nationbuilder.com/donate_once">Donate Once</a></div> | ||
<div class="col-sm-1"><p class="margin-top-xs hidden-xs">or</p></div> | ||
<div class="col-sm-5"><a class="button btn btn-mayday margin-bottom-sm" href="https://mayday.nationbuilder.com/donate_monthly">Donate Monthly</a></div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-sm-10 center-block"> | ||
<div id="recent" class="text-yellow"></div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
{% capture footer_scripts %} | ||
|
||
<script> | ||
|
||
$( "#recent" ).load( "https://mayday.nationbuilder.com/snippets #recent", function() {}); | ||
|
||
</script> | ||
|
||
{% endcapture %} |
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
92311c9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really recommend you create jumbotrons as dated files. 20160721_some_descriptive_name.html. Future maintainers will thank you.