forked from heroku/node-js-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
242 lines (214 loc) · 9.67 KB
/
Copy pathindex.html
File metadata and controls
242 lines (214 loc) · 9.67 KB
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My First Bitstarter</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fbootstrap-combined.no-icons.min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css">
<link rel="stylesheet" href="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fsocial-buttons.css">
<script src="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fjquery.js"></script>
<script src="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fbootstrap.js"></script>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Ubuntu:500,700">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:500,700">
<style type="text/css">
@media (min-width: 768px) {
body {
padding-top: 60px;
}
.linediv-1 {
border-right: 1px solid white;
}
.linediv-r {
border-left: 1px solid white;
}
}
@media (max-width: 767px) {
.copy {
padding: 2.5% 10%;
}
.linediv-1 {
border-bottom: 1px solid white;
}
.linediv-r {
border-top: 1px solid white;
}
}
body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.heading, .subheading {
font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
text-align: center;
}
p.lead {
padding-top: 1.5%;
font-size: 24px;
line-height: 30px;
}
p {
font-size: 18px;
line-height: 24px;
}
.pitch {
padding: 2.5% 0%;
}
.order {
padding: 2% 0%;
}
.actions {
background-color: #343434;
padding: 3% 0%;
}
.video, .thermometer, .order, .social, .statistics {
text-align: center;
}
.statistics h3, .statistics p {
color: white;
}
.copy {
padding-top: 2.5%;
padding-bottom: 2.5%;
text-align: justify;
}
.asset {
padding: 2.5% 0%;
}
.footer {
color: #cccccc;
text-align: center
}
.footer p {
font-size: 11px;
}
.footer a {
color: #ccccff;
}
</style>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="brand">Bitstarter</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row-fluid heading">
<div class="span12">
<h1>My Crêpe Fund</h1>
</div>
</div>
<div class="row-fluid subheading">
<div class="span12">
<p class="lead">It's not a product—but it is a worthy cause.</p>
</div>
</div>
<div class="row-fluid pitch">
<div class="span5 offset1">
<img src="http://redtruckeats.com/wp-content/uploads/2013/01/IMG_2122.jpg" alt="" class="img-polaroid">
<small class="muted">The Parisian: turkey, brie, granny smith apples, toasted walnuts, and honey. © <a href="http://redtruckeats.com/la-crepe/" target="_blank">Red Truck Eats</a></small>
</div>
<div class="span5 actions">
<div class="span8 offset2">
<div class="statistics">
<div class="span4">
<div class="linediv-1">
<h3>1</h3> <p>backer</p>
</div>
</div>
<div class="span4">
<div class="linediv-c">
<h3>$0.50</h3> <p>of $10.50</p>
</div>
</div>
<div class="span4">
<div class="linediv-r">
<h3>161</h3> <p>days left</p>
</div>
</div>
</div>
</div>
<div class="span10 offset1">
<div class="thermometer progress active">
<div class="bar" style="width: 4.76%"></div>
</div>
</div>
<div class="span6 offset3 order">
<button class="btn btn-success btn-large">Donate</button>
</div>
<div class="span8 offset2 social">
<a href="https://www.facebook.com/lacrepeindialantic" class="btn btn-facebook" target="_blank"><i class="icon-facebook"></i> La Crêpe</a>
</div>
</div>
</div>
<div class="row-fluid section1">
<div class="span5 offset1 asset">
<img src="http://redtruckeats.com/wp-content/uploads/2013/01/IMG_2103.jpg" class="img-polaroid">
<small class="muted">Patrice at the order window. © <a href="http://redtruckeats.com/la-crepe/" target="_blank">Red Truck Eats</a></small>
</div>
<div class="span5 copy">
<p>
There's a wonderful little crêperie in Melbourne, FL called La Crêpe. It is owned by a Frenchman named Patrice and his wife Celeste. Patrice makes sweet and savory crêpes to order, while Celeste prepares a wide variety of bubble teas. <strong>I would very much like to enjoy another meal from La Crêpe before I leave the area.</strong>
</p>
</div>
</div>
<div class="row-fluid section2">
<div class="span5 offset1 copy">
<p>
As a poor college student, I don't have the resources to dine at La Crêpe. With your help, I'll be able to purchase one of Patrice's delicious savory crêpes, as well as a sweet boba tea from Celeste.
</p>
</div>
<div class="span5 asset">
<img src="http://redtruckeats.com/wp-content/uploads/2013/01/IMG_2116.jpg" alt="" class="img-polaroid">
<small class="muted">Two boba teas, one with pearls and one without. © <a href="http://redtruckeats.com/la-crepe/" target="_blank">Red Truck Eats</a></small>
</div>
</div>
<div class="row-fluid faq">
<div class="span10 offset1">
<h3>FAQ</h3>
<div class="accordion" id="accordion2">
<div class="accordion-group">
<div class="accordion-heading">
<a href="#collapse1050" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2">$10.50...that's a nice round number.</a>
</div>
<div id="collapse1050" class="accordion-body collapse">
<div class="accordion-inner">
Yes it is. A crêpe costs $7.00 and a boba tea costs $3.50. Tax? The price includes it, if you pay with cash. Otherwise, Patrice uses <a href="https://squareup.com/" target="_blank">Square</a>, which charges tax on top of the $10.50.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a href="#collapseRedTruck" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2">Why are all these pictures from Red Truck Eats?</a>
</div>
<div id="collapseRedTruck" class="accordion-body collapse">
<div class="accordion-inner">
Red Truck Eats is a nice little food blog written by two girls (Vanessa and Lucy) who drive around in an old red truck, trying food around the Space Coast. They've posted <a href="http://redtruckeats.com/la-crepe/" target="_blank">a wonderful entry about La Crêpe</a>, which you should check out. I'm using their fantastic photos on my assignment page. (I hope they don't mind.)
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row-fluid footer">
<div class="span12">
<p>© Evan Stoner. Except the images.</p>
</div>
</div>
</div>
</body>
</html>