-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
296 lines (293 loc) · 10.7 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
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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>OhYouHero Bitstarter</title>
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet"
href="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fbootstrap-combined.no-icons.min.css">
<link type="text/css" rel="stylesheet"
href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css">
<link type="text/css" rel="stylesheet"
href="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fsocial-buttons.css">
<link rel="shortcut icon" href="favicon.ico">
<script type="application/javascript"
src="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fjquery.js"
></script>
<script type="application/javascript"
src="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fbootstrap.js"
></script>
<style type="text/css">
/* variations for wide browsers */
@media (min-width: 980px) {
body {
padding-top: 60px;
}
.linediv-l {
border-right: 1px white solid;
}
.linediv-r {
border-left: 1px white solid;
}
}
/* note that between 480 and 980, neither variation is
applied */
/* variations for narrow browsers */
@media (max-width: 480px) {
.copy {
padding: 2.5% 10%;
}
.linediv-l {
border-bottom: 1px white solid;
}
.linediv-r {
border-top: 1px white solid;
}
}
/* media-independent styles */
.actions {
background-color: #333333;
}
.actions,
.asset,
.pitch {
padding: 2.5% 0%;
}
.addthis_toolbox {
margin: 0 auto;
width: 180px; /* 102 + 36×n */
}
.comic {
border: none;
display: block;
margin-left: auto;
margin-right: auto;
}
.comp-name {
color: green;
font-weight: bold;
}
.copy {
padding-bottom: 2.5%;
padding-top: 2.5%;
text-align: justify;
}
.footer {
color: #cccccc;
}
.footer a {
color: #ccccff;
}
.footer p {
font-size: 80%;
}
.footer,
.heading,
.order,
.social,
.statistics,
.subheading,
.thermometer {
text-align: center;
}
.nav-collapse {
padding: 3px 0px;
}
.order {
padding: 2% 0%;
}
p.lead {
font-size: 120%;
line-height: 120%;
padding-top: 1.5%;
}
.pitch .asset {
padding: 0%;
}
.statistics h3,
.statistics p {
color: white;
}
</style>
<script type="application/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-43033097-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="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 class="brand" href="#" title="OhYouHero Bitstarter">
<img class="logo" src="oyh_logo_sm.png" alt="OhYouHero">
</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><!-- .nav-collapse -->
</div><!-- .container -->
</div><!-- .navbar-inner -->
</div><!-- .navbar -->
<div class="container">
<div class="row-fluid heading">
<div class="span12">
<h1>
<img class="logo" src="oyh_logo_med.png" alt="OhYouHero">
</h1>
</div>
</div><!-- .heading -->
<div class="row-fluid subheading">
<div class="span12">
<p class="lead">Be a superhero and save the economy!</p>
</div>
</div><!-- .subheading -->
<div class="row-fluid pitch">
<div class="span5 offset1 asset">
<img class="img-polaroid comic" src="professional_woman.png"
alt="Professional Woman!">
</div>
<div class="span5 actions">
<div class="row-fluid">
<div class="span8 offset2">
<div class="row-fluid statistics">
<div class="span4">
<div class="linediv-l">
<h3>0</h3>
<p>backers</p>
</div>
</div>
<div class="span4">
<div class="linediv-c">
<h3>$0</h3>
<p>out of $50,000</p>
</div>
</div>
<div class="span4">
<div class="linediv-r">
<h3>60</h3>
<p>days left</p>
</div>
</div>
</div><!-- .statistics -->
</div><!-- .span8 .offset2 -->
<div class="row-fluid">
<div class="span10 offset1">
<div class="thermometer progress active">
<div class="bar bar-success" style="width: 60%;"></div>
<div class="bar bar-warning" style="width: 40%;"></div>
</div>
</div><!-- .span10 .offset1 -->
</div><!-- .row-fluid -->
<div class="row-fluid">
<div class="span6 offset3 order">
<a class="coinbase-button" data-code="300b665930ca08f881c44b13a9462818"
data-button-style="custom_small"
href="https://coinbase.com/checkouts/300b665930ca08f881c44b13a9462818"
>Donate Bitcoins</a>
<script src="https://coinbase.com/assets/button.js" type="text/javascript">
</script>
</div><!-- .order -->
</div><!-- .row-fluid -->
<div class="row-fluid">
<div class="span8 offset2 social">
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="application/javascript">
var addthis_config = {"data_track_addressbar":true};
</script>
<script type="application/javascript"
src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-520718d7310347ee"></script>
</div><!-- .social -->
</div><!-- .row-fluid -->
</div><!-- .row-fluid -->
</div><!-- .actions -->
</div><!-- .pitch -->
<div class="row-fluid section1">
<div class="span5 offset1 copy copy-right">
<p>Times are tough. Jobs are hard to find, and aren’t stable
when you do find them. Wouldn’t it be great to just
<em>own yourself</em>? It would be, if you could still
make a living doing it.</p>
<h3>Welcome to <span class="comp-name">OhYouHero</span>.</h3>
<p>Wouldn’t it be great to hire your friends and neighbors
for the help you need? To hire people you have something
in common with? To get reliable references for all kinds
of help, from small manual labor to complicated
professional services?</p>
<p><span class="comp-name">OhYouHero</span> uses the power
of your existing social networks to match people who have
skills with people who want to hire them.</p>
<h3>Become a local hero.</h3>
</div>
<div class="span5 asset">
<img class="img-polaroid comic"
src="professional_and_skilled_men.png"
alt="Professional Man! Skilled Man!">
</div>
</div><!-- .section1 -->
<div class="row-fluid section2">
<div class="span5 offset1 asset">
<img class="img-polaroid comic"
src="gamer_woman_and_hipster.png"
alt="Gamer Woman! Hipster Guy!">
</div>
<div class="span5 copy">
<h3>So what is this Bitstarter all about?</h3>
<p>Our site is nearly built and ready to go. You can visit
<a href="http://ohyouhero.com/">our home page</a> to sign up
for announcements.</p>
<p>However, we need funding to promote the site. The more
heroes on our team, the more powerful we will all be! We
are a boot-strappy group of entrepreneurs, and want to
build as much of the site with community support as
possible.</p>
<p>We have commissioned some high-quality comic book art
from professional artists; you can see some samples right
here. Contributors over $1,000 (approx 10 BTC) will
receive high-quality prints of the art of their
choice. Top donors will get custom heroic portraits of
themselves!</p>
</div>
</div><!-- .section2 -->
<div class="row-fluid portrait">
<div class="span12">
<img class="comic" src="team.png" alt="The OhYouHero Team!">
</div>
</div><!-- .portrait -->
<div class="row-fluid footer">
<div class="span12">
<p>Copyright © 2013 OffTheGrid Group, Inc. All rights
reserved.</p>
</div>
</div><!-- .footer -->
</div>
<script type="application/javascript">
(function(i,s,o,g,r,a,m) {i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43033097-1', 'herokuapp.com');
ga('send', 'pageview');
</script>
</body>
</html>