-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
181 lines (176 loc) · 6.93 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""><![endif]--><!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang=""><![endif]--><!--[if IE 8]><html class="no-js lt-ie9" lang=""><![endif]--><!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>Movement</title>
<link href="apple-touch-icon.png" rel="apple-touch-icon" />
<link href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic|Merriweather:700,700italic" rel="stylesheet" type="text/css" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css" rel="stylesheet" />
<link href="css/main.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js" type="text/javascript"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="navbar-header"></div>
<div class="navbar-collapse collapse" id="navbar">
<a class="btn navbar-btn btn-sm btn-default">Facebook</a> <a class="btn navbar-btn btn-sm btn-info">Twitter</a>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Support</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<header class="row text-center" data-speed="10" data-type="background" id="hero">
<div class="container">
<div class="col-md-4">
<img alt="Screenshot!" class="screenshot" src="img/phonemock.png" />
</div>
<div class="col-md-8" id="intro">
<img alt="logo" src="http://placehold.it/60x60?text=logo" />
<h1 class="masthead">
Usher in the future through <br>a massive grassroots <br>movement to elect <br>Bernie Sanders in 2016
</h1>
<ul class="things">
<li>
Read the latest news
</li>
<li>
Attend rallies and events near you and across the country
</li>
<li>
Contribute as a volunteer
</li>
<li>
Learn where Bernie stands on the issues
</li>
</ul>
<div class="appstore">
<img alt="Download App" src="http://placehold.it/200x50?text=Download on the App Store" />
</div>
<img alt="Made with <3 by Volunteers" src="http://placehold.it/200x150?text=Volunteers, not billionaires!" />
</div>
</div>
</header>
<section class="row" id="features">
<div class="container">
<div class="section-head wow fadeIn">
<h2>
Features
</h2>
<div class="colored-hr"></div>
<h3>
These are some amazing features that the app does!
</h3>
</div>
<div class="col-md-4 features-left">
<div class="feature wow fadeInLeft" data-wow-delay=".3s">
<p class="feature-title">
This is a feature
</p>
<p class="feature-info">
Lorem Feature Here Dolor Emet Stuff and Schleppin' the Progressive Agenda
</p>
</div>
<div class="feature wow fadeInLeft" data-wow-delay=".6s">
<p class="feature-title">
This is a feature
</p>
<p class="feature-info">
Lorem Feature Here Dolor Emet Stuff and Schleppin' the Progressive Agenda
</p>
</div>
<div class="feature wow fadeInLeft" data-wow-delay=".9s">
<p class="feature-title">
This is a feature
</p>
<p class="feature-info">
Lorem Feature Here Dolor Emet Stuff and Schleppin' the Progressive Agenda
</p>
</div>
</div>
<div class="col-md-4 text-center">
<img alt="Mockup 2" class="mockup wow fadeInUp" src="img/phonemock.png" />
</div>
<div class="col-md-4 features-right">
<div class="feature wow fadeInRight" data-wow-delay=".3s">
<p class="feature-title">
This is a feature
</p>
<p class="feature-info">
Lorem Feature Here Dolor Emet Stuff and Schleppin' the Progressive Agenda
</p>
</div>
<div class="feature wow fadeInRight" data-wow-delay=".6s">
<p class="feature-title">
This is a feature
</p>
<p class="feature-info">
Lorem Feature Here Dolor Emet Stuff and Schleppin' the Progressive Agenda
</p>
</div>
<div class="feature wow fadeInRight" data-wow-delay=".9s">
<p class="feature-title">
This is a feature
</p>
<p class="feature-info">
Lorem Feature Here Dolor Emet Stuff and Schleppin' the Progressive Agenda
</p>
</div>
</div>
</div>
</section>
<section class="row" id="about"></section>
<section class="row" id="contact"></section>
<footer>
<div class="container">
<div class="col-md-4"></div>
<div class="col-md-4"></div>
<div class="col-md-4"></div>
</div>
</footer>
</div>
<nav class="navbar navbar-default navbar-fixed-bottom" id="stickyFoot">
<div class="container">
<div class="navbar-header hidden-xs hidden-sm">
<img class="navbar-brand" src="http://placehold.it/60x60?text=logo" />
</div>
<div class="text-center">
<h1>
Help Elect Bernie Sanders in 2016
</h1>
<p>
Lorem Ipsum Dolor Emet
</p>
</div>
</div>
</nav>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js" type="text/javascript"></script>
<script>
$(function() {
new WOW().init();
$window = $(window);
$('[data-type="background"]').each(function(){
var $scroll = $(this);
$(window).scroll(function() {
var yPos = -($window.scrollTop() / $scroll.data('speed'));
var coords = 'center '+ yPos + 'px';
$scroll.css({ backgroundPosition: coords });
});
});
});
// Create Elements for IE
document.createElement("article");
document.createElement("section");
</script>
</body>