Created
November 1, 2012 18:54
-
-
Save jcarbaugh/3995708 to your computer and use it in GitHub Desktop.
sfapp base template
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<link rel="stylesheet" href="static/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="static/css/sfapp.css"> | |
<script type="text/javascript" src="http://use.typekit.com/tab6neo.js"></script> | |
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> | |
</head> | |
<body> | |
<div class="sf-header"> | |
<div class="container"> | |
<a class="sf-logo" href="http://www.sunlightfoundation.com">Sunlight Foundation</a> | |
</div> | |
</div> | |
<div class="container"> | |
</div> | |
<div class="sf-footerWrapper"> | |
<div class="sf-footer container"> | |
<div class="row"> | |
<div class="span6 signup span-divider"> | |
<h4>Like this Project and Want to Discover Others Like It?</h4> | |
<span class="tip">Join the Sunlight Foundation's open government community to learn more</span> | |
<form action="/subscribe/" method="post" id="sfapp-subscribe-form" class="form-inline"> | |
<input type="hidden" name="format" value="json"> | |
<input type="text" name="email" placeholder="your email address"> | |
<input type="text" name="zipcode" placeholder="your zip code"> | |
<button type="submit" class="btn btn-sunlight">Sign Up</button> | |
</form> | |
</div> | |
<div class="span6 terms"> | |
<p>Our <a href="http://sunlightfoundation.com/legal/privacy/">privacy policy</a> details how personally identifiable information that is collected on our web sites is handled. Read our <a href="http://sunlightfoundation.com/legal/terms/">terms of service</a>.</p> | |
<p>This work by <a href="http://sunlightfoundation.com">Sunlight Foundation</a>, unless <a href="http://sunlightfoundation.com/colophon/">otherwise noted</a>, is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<script src="static/js/jquery-1.7.2.min.js}"></script> | |
<script src="static/js/sfapp.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment