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
251 lines (237 loc) · 11.7 KB
/
index.html
File metadata and controls
251 lines (237 loc) · 11.7 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
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TravelBuds: Travel Community</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://rawgithub.com/tvandenbrande/bitstarter/master/bootstrap.css" type="text/css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css">
<link rel="stylesheet" href="https://rawgithub.com/tvandenbrande/bitstarter/master/social-buttons.css" type="text/css">
<script src="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fjquery.js"></script>
<script src="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fbootstrap.js"></script>
<link href="http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700,800" rel="stylesheet" type="text/css">
<style type="text/css">
/*Large desktop */
@media (min-width: 980px) {
body{padding-top: 60px; background: url(http://www.wilhelmkruecken.de/ADUSUM/15692001.GIF) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.row-fluid{background-color: rgba(256, 256, 256, 0.8);}
.linediv-l{border-right:1px white solid;}
.linediv-r{border-left:1px white solid;}
}
/*landscape phones and down*/
@media(max-width: 480px){
.copy{padding: 2.5% 10%;}
.linediv-l{border-bottom: 1px white solid;}
.linediv-r{border-top: 1px white solid;}
}
/*All form factors*/
/*Main body and headings*/
body {font-family: 'Open Sans', Helvetica, Arial, sans-serif;}
.heading{font-family:'Ubuntu', Helvetica, Arial, sans-serif; text-align: center;}
.subheading{font-family:'Indie Flower', 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;}
/*video pitch and Action*/
.pitch{padding: 2.5% 0%;}
.order{padding: 2% 0%;}
.actions{background-color: #EBF0F8; background-image:url(http://www.free-hdwallpapers.com/wallpapers/abstract/44108.jpg);background-position:middle; background-repeat:no-repeat; padding: 3% 0%}
.video, .thermometer, .order, .social, .statistics{text-align:center;}
.statistics h3, .statistics p{color:#00000;}
/*Marketing Copy and Footer*/
.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:12px;}
.footer a{color:#ccccff;}
/* http://support.addthis.com/customer/portal/questions/1136093-share-buttons-in-center-position */
div.addthis_toolbox {
width:180px;
margin: 0 auto;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-42880089-2']);
_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="#"><img src="http://us.cdn3.123rf.com/168nwm/michaeldb/michaeldb1102/michaeldb110200002/8773905-map-of-earth-on-a-globe-symbol-with-east-west-lines-on-a-black-background.jpg" width="20px;" height="20px;"> TravelBuds</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="#bitcoins">Why bitcoins</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<div class="row-fluid heading">
<div class="span12">
<h1>TravelBuds</h1>
</div>
</div>
<div class="row-fluid subheading">
<div class="span12">
<p class="lead">TravelBuds: Find your TravelBud!</p>
</div>
</div>
<div class="row-fluid pitch">
<div class="span5 offset1 video">
<img class="img-polaroid" src="http://placehold.it/480x300">
</div>
<!-- actions to contain info and sharing buttons-->
<div class="span5 actions">
<div class="span8 offset2">
<div class="statistics">
<div class="span4">
<div class="linediv-l">
<h3>25</h3><p>Buds</p>
</div>
</div>
<div class="span4">
<div class="linediv-c">
<h3>30</h3><p>Destinations</p>
</div>
</div>
<div class="span4">
<div class="linediv-r">
<h3>60</h3><p>days left</p>
</div>
</div>
</div>
</div>
<div class="span10 offset1">
<div class="thermometer progress active">
<div class="bar bar-info" style="width: 20%;"></div>
<!--<div class="bar bar-warning" style="width: 98%;"></div>-->
</div>
</div>
<div class="span6 offset3 order">
<!--<button class="btn btn-success btn-large">Login</button>
</div>-->
<a class="coinbase-button"
data-button-style="custom_large"
data-button-text="Preorder with Bitcoin"
data-code="8170c749255a0ab7c49b3135dc92e04e"
href="https://coinbase.com/checkouts/8170c749255a0ab7c49b3135dc92e04e">PreOrder With Bitcoin</a>
<script
src="https://coinbase.com/assets/button.js"
type="text/javascript"></script>
</div>
<!-- AddThis Button BEGIN -->
<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="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51f9e077388c5114"></script>
<!-- AddThis Button END -->
</div>
</div>
</div>
<!-- start of marketing copy -->
<div class="row-fluid section1">
<div class="span5 offset1 asset">
<img class="img-polaroid" src="https://lh6.googleusercontent.com/-qzjfkFicZ8I/Uh7wBPr8CRI/AAAAAAAAAeg/ZMFJeEilEDA/w490-h311-no/drawing2.jpg">
</div>
<div class="span5 copy">
<h4> A great trip starts with great planning</h4>
<p>Plan your travels with Guider, and map your city visit or start from previously proven faboulous travels of outher Buds. Time your entire trip around the city, plot the route on your Map and share that map with your friends or other TravelBuds.</p>
<p>Help your friends to perfect their dream Travel by giving valueable feedback, create the most creative travel and win have a chance to go on that Travel! Cause planning your Travel is already half the fun.</p>
</div>
</div>
<div class="row-fluid section2">
<div class="span5 offset1 copy copy-right">
<h4>Your Personal TravelBuds</h4>
<p>Download the TravelBuds App to your iPhone, iPod Touch, iPad or Android device and enjoy your personalised TravelBuds. Sync your device before you go and enjoy your peersonal customized Travel itinerary mapped to your interests, walking speed, travel days and feedback from other TravelBuds. So say goodbye to heavy Travel Guides and outdated information, and welcome handy TravelBuds!</p>
</div>
<div class="span5 asset">
<img class="img-polaroid" src="https://lh5.googleusercontent.com/-QtWoYE7lF5g/Uh7wBKnAnII/AAAAAAAAAek/5RVHV5ONLuU/w480-h300-no/screens.jpg">
</div>
</div>
<!-- start of the FAQ section-->
<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 class="accoridon-toggle" data-toggle="collapse"
data-parent="#accordion2" href="#collapseOne">
Why is TravelBuds different from any other Travelguide app?
</a>
</div>
<div id="collapseOne" class="accordion-body collapse">
<div class="accordion-inner">
TravelBuds let you plan your trip yourself in advance using an intuitive webapp and export this plan to your smartphone or tablet keeping in mind your personal prefferences. TravelBuds is also a social platform that allows you to post your plan on the web and find other people who might be interested in travelling to the same destination. You can also interact with them, make or change the current plan and then plan the trip together.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accoridon-toggle" data-toggle="collapse"
data-parent="#accordion2" href="#collapseTwo">
Is it possible to print out my Travl, because I don't have a smartphone or tablet?
</a>
</div>
<div id="collapseTwo" class="accordion-body collapse">
<div class="accordion-inner">
Yes, this is possible, this feature is exclusively only available for GlobalBuds. GlobalBuds are allowed to create more then 5 Travel plans and many other rewards. GlobalBuds pay less then $2.00 a month. For more\
details see <a href="#pricing">Pricing</a>.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accoridon-toggle" data-toggle="collapse"
data-parent="#accordion2" href="#collapseThree">
Is TravelBuds free and how does it stay free of charge?
</a>
</div>
<div id="collapseThree" class="accordion-body collapse">
<div class="accordion-inner">
Yes, TravelBuds is a free webapp that allows you to plan, share your Travel Plans, and find your TravelBuds. It allows you to create up to 5 plans and share them on your profile. If you want to support TravelBuds and make the most efficient use of it, feel free to upgrade to a GlobalBud account. GlobalBuds pay less then $2.00 a month, can create more then 5 plans, download predefined plans that are voted as the top plans and many more. For more details see <a href="#pricing">Pricing</a>.
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer region-->
<div class="row-fluid footer">
<div class="span12">
<p>This work is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC By-SA 3.0</a>, TravelBuds is developed by <a href="http://twitter.com/kkumar2k">@kkumar2k</a>.</p>
</div>
</div>
</div>
<script>
(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-42880089-2', 'herokuapp.com');
ga('send', 'pageview');
</script>
</body>
</html>