-
Notifications
You must be signed in to change notification settings - Fork 33
/
index.html
218 lines (218 loc) · 8.45 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
<html>
<head>
<title>
LibreTaxi - free and open source Uber/Lyft alternative.
</title>
<meta charSet="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta property="og:description" content="LibreTaxi makes taxi affordable by getting rid of the third party between passengers and drivers. Negotiate the price before the ride is confirmed, pay cash upon arrival. 1-minute hiring for all drivers." />
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/devices.css">
</head>
<body>
<header class="header">
<div class="container-lrg">
<div class="col-12 langs">
<a class="nav-link" href="/index-es.html">Español</a>
<a class="nav-link" href="/index-pt.html">Português</a>
<a class="nav-link" href="/index-id.html">Bahasa Indonesia</a>
<a class="nav-link" href="/index-ua.html">Українська</a>
<a class="nav-link" href="/index-ru.html">Русский</a>
<a class="nav-link" href="/index-tr.html">Türkçe</a>
<a class="nav-link" href="/index-am.html">Հայերեն</a>
<a class="nav-link" href="/index-de.html">Deutsch</a>
<a class="nav-link" href="/index-fr.html">Français</a>
<a class="nav-link" href="/index-sv.html">Svenska</a>
<a class="nav-link" href="/index-fi.html">Suomi</a>
<a class="nav-link" href="/index-it.html">Italiano</a>
<a class="nav-link" href="/index-pl.html">Polski</a>
<a class="nav-link" href="/index-cz.html">Česky</a>
<a class="nav-link" href="/index-zh_cn.html">官话</a>
<a class="nav-link" href="/index-zh_tw.html">繁體中文</a>
<a class="nav-link" href="/index-fa.html">فارسی</a>
</div>
</div>
<div class="container-lrg">
<div class="col-12 spread">
<div>
<a class="logo">
<img src="/img/libretaxi-text-logo.svg" width="180" />
</a>
</div>
</div>
</div>
<div class="container-lrg flex">
<div class="col-6 centervertical">
<h1 class="heading">
Free and open source alternative to Uber/Lyft connecting passengers and drivers.
</h1>
<h2 class="paragraph ">
LibreTaxi makes ridesharing affordable by getting rid of the third party between passengers and drivers. Negotiate the price before the ride is confirmed, pay cash upon arrival. 1-minute hiring for all drivers.
</h2>
<div class="ctas">
<a class="ctas-button" href="https://telegram.me/libretaxi_bot">
Install
</a>
<a class="ctas-button-2" href="https://github.com/ro31337/libretaxi">
Source
</a>
</div>
</div>
<div class="col-6 sidedevices">
<div class="iphones">
<div class="iphone">
<div class="mask">
<img class="mask-img" src="img/2-en.jpg">
</div>
</div>
<div class="iphone iphone__2">
<div class="mask">
<img class="mask-img" src="img/1-en.jpg">
</div>
</div>
</div>
</div>
</div>
</header>
<div class="feature3">
<div class="container-lrg flex">
<div class="col-4">
<h3 class="subheading">
Free of charge
</h3>
<p class="paragraph">
We do not take any money for using the service. App is free for drivers and passengers.
</p>
</div>
<div class="col-4">
<h3 class="subheading">
Cash only
</h3>
<p class="paragraph">
No credit cards. Drivers get paid directly with cash. BitCoin integration is on the way!
</p>
</div>
<div class="col-4">
<h3 class="subheading">
Get hired instantly
</h3>
<p class="paragraph">
No credit approval process. No vehicle restrictions. Start making money as a driver in one minute!
</p>
</div>
</div>
</div>
<div class="feature3">
<div class="container-lrg flex">
<div class="col-4">
<h3 class="subheading">
Negotiable pricing
</h3>
<p class="paragraph">
Win-win. Drivers can set their prices and offer discounts. Passengers can bargain before the ride is confirmed.
</p>
</div>
<div class="col-4">
<h3 class="subheading">
All devices supported
</h3>
<p class="paragraph">
Works on iOS, Android, Mac, Web. Based on the Telegram messaging app.
</p>
</div>
<div class="col-4">
<h3 class="subheading">
Privacy and freedom
</h3>
<p class="paragraph">
LibreTaxi is free and open-source software under the AGPLv3 license, with minimal tracking.
</p>
</div>
</div>
</div>
<div class="feature3">
<div class="container-lrg flex">
<div class="col-4">
<h3 class="subheading">
Battery friendly
</h3>
<p class="paragraph">
With no GPS tracking goes easy on your phone's battery. Simple and minimalistic UI is implemented based on Telegram.
</p>
</div>
<div class="col-4">
<h3 class="subheading">
Multiple languages
</h3>
<p class="paragraph">
Works for English, Russian, Indonesian, Portuguese, Spanish, French. Help us <a target="_blank" href="https://github.com/ro31337/libretaxi/blob/master/doc/TRANSLATE.md">translate</a> LibreTaxi into your language.
</p>
</div>
<div class="col-4">
<h3 class="subheading">
Hackable!
</h3>
<p class="paragraph">
Get the source, hack and tune it for your city. Add features specific to your region. Written with JavaScript (ES6).
</p>
</div>
</div>
</div>
<div class="socialproof">
<div class="container-sml">
<div class="flex text-center">
<div class="col-12">
<h4 class="subheading">
"LibreTaxi gives flexibility to passengers and self-employment to drivers. People, not corporations, should have control over how a taxi service works!"
</h4>
<p class="paragraph">
Roman Pushkin - founder @ LibreTaxi
<br />
<br />
YOU ARE NEVER STRONG ENOUGH<br />THAT YOU DON'T NEED HELP.<br />– CÉSAR CHÁVEZ<br />
<a target="_blank" href="https://www.patreon.com/libretaxi" style="background-color: #052D49; color: white">Donate (Patreon)</a> |
<a target="_blank" href="https://liberapay.com/libretaxi/donate" style="background-color: #f7d500">Donate (LiberaPay)</a> |
<a target="_blank" href="https://paypal.me/RomanPushkin" style="background-color: #0070ba; color: white">Donate (PayPal)</a> |
<a target="_blank" href="https://github.com/ro31337/libretaxi#support-libretaxi">BitCoin</a>
</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container-sml">
<div class="col-12 text-center">
<div>
<a class="nav-link" href="https://telegram.me/libretaxi_bot">
Install
</a>
<a class="nav-link" href="https://github.com/ro31337/libretaxi">
Get the source
</a>
<a class="nav-link" href="https://twitter.com/LibreTaxiOrg">
News
</a>
<a class="nav-link" href="/media/">
Media
</a>
<a class="nav-link" href="http://telegra.ph/LibreTaxi-press-coverage-07-14">
In Press
</a>
<a class="nav-link" href="https://stallman.org/facebook.html">
Facebook
</a>
<a class="nav-link" href="https://telegram.me/libretaxi">
Support
</a>
</div>
<br>
<div>
<span>
© 2016-2020 Roman Pushkin. LibreTaxi is a single-developer project and not sponsored or supported by a third-party.
</span>
</div>
</div>
</div>
</div>
</body>
</html>