-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
62 lines (62 loc) · 4.15 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Presidential Innovation Fellowship - Get More Info</title>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora:300,400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<style type="text/css">
body {background-color:#fafafa;}
h1,h2,h3 {font-family:"Lora", sans-serif;}
body {font-family:"Open Sans", sans-serif;}
@media (min-width:992px) {#copy {padding-top:4em;}}
@media (max-width:991px) {#logo img {margin:0 auto;} #copy {padding-top:2em;}}
footer {margin-top:2em; border-top:1px solid #eee; padding:1em 0;}
</style>
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Presidential Innovation Fellows</h1>
<blockquote><p>"We must harness new ideas and technology to remake our government."</p>
<small><cite title="Swearing-In Ceremony for President Barack H. Obama. Fifty-Seventh Inaugural Ceremonies, January 21, 2013.">President Barack Obama, January 21st, 2013</cite></small>
</blockquote>
<div class="row">
<div class="col-md-9 hidden-sm hidden-xs">
<p>The Presidential Innovation Fellows (PIF) program pairs top innovators from the private sector, non-profits, and academia with change agents in the federal government to solve our nation’s most pressing problems. PIFs are deployed across government on short-term "tours of duty" to develop solutions that save lives, save money, and fuel job creation.</p>
</div>
<div class="col-md-3">
<a href="#contact-form" class="btn btn-success btn-block visible-xs visible-sm">Notify Me of Updates</a>
<a href="http://wh.gov/innovationfellows" class="btn btn-info btn-block">Read More</a>
<a href="http://wh.gov/innovationfellows/meet-the-fellows" class="btn btn-info btn-block">Meet the Fellows</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6" id="logo"><img src="img/pif-logo.png" class="img-responsive" alt="Presidential Innovation Fellows seal"></div>
<div class="col-md-6" id="copy">
<h2>Do you want to be a PIF?</h2>
<form action="http://hydra.gsa.gov/cgi-bin/listserv.pl" method="post" id="contact-form">
<input value="listserv@listserv.gsa.gov" type="hidden" name="recipient" /> <input value="pif-announce" type="hidden" name="subject" /><input value="email" type="hidden" name="required" /><input value="http://quepol.github.io/pif-sotu/thank-you.html" type="hidden" name="redirect" /><input checked="checked" name="subscribe_or_signoff" id="Subscribe" value="SUBSCRIBE pif-announce WH" type="hidden" />
<span class="help-block">Leave us your name and email and we’ll let you know when our next application period opens.</span>
<div class="form-group"><input class="form-control input-lg" type="text" placeholder="Your Name" name="realname" /></div>
<div class="form-group"><input class="form-control input-lg" type="text" placeholder="your@email-address.com" id="email" name="email" /></div>
<input type="submit" class="btn btn-success btn-lg btn-block" value="Sign Up for More Information" />
</form>
</div>
</div>
<footer class="text-center">
<small class="text-muted"><span class="glyphicon glyphicon-hand-right"></span> Follow White House OSTP on Twitter (<a href="http://twitter.com/whitehouseostp" class="text-muted">@WhiteHouseOSTP</a>)</small>
</footer>
</div>
</body>
</html>