-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (419 loc) · 17.9 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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Satellite_im-">
<meta name="twitter:creator" content="@Satellite_im">
<meta name="twitter:title" content="Download Uplink today!">
<meta name="twitter:description"
content=" Satellite is creating the future of secure p2p communications with their customizable and open source chat-app, Uplink.">
<meta name="twitter:image"
content="https://github.com/Satellite-im/uplink.satellite.im/blob/main/assets/images/UplinkAlphaCampaign2.png?raw=true">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="shortcut icon" href="assets/images/favicon/favicon.ico" type="image/x-icon" />
<link rel='stylesheet' href='assets/css/main.css' type='text/css' media='all' />
<title>Uplink</title>
</head>
<body>
<header>
<div class="container">
<div class="logo">
<a class="large-logo-text" href="./">Uplink</a>
<span class="small-logo-text">
<a href="https://satellite.im" class="logo-subtext">| by Satellite.im</a>
</span>
</div>
<div class="header-right">
<button class="theme-toggle" id="theme-toggle">
<i class="fas fa-moon icon" id="dark-icon" style="display: none;"></i> <!-- Dark theme icon -->
<i class="fas fa-sun icon" id="light-icon"></i> <!-- Light theme icon -->
</button>
<a href="https://github.com/satellite-im">
<button class="theme-github">
<i class="fa-brands fa-github icon" id="dark-icon"></i> <!-- Dark theme icon -->
</button>
</a>
<div class="theme-downloads"><a href="#downloads"><button class="download">Download </button></a></div>
</div>
</div>
</header>
<section class="section-privacy-chat">
<div class="container">
<div class="row">
<div class="page-title">
<h1 class="title"><span>Privacy First, Modular, P2P Universal Messaging Client.</span>With you at it's core
</h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="left">
<p class="title-description">Have the chat experience you deserve without sacrificing privacy.</p>
<p class="title-description">With <b>Uplink</b>, you control your data and own your own key.</p>
<a href="https://satelliteim.eo.page/signup" class="no-underline home" target="_blank">
<button>Join Our Mailing List</button>
</a>
<a href="#downloads" class="no-underline home">
<button>Download </button>
</a>
</div>
<div class="right">
<img src="assets/images/hero-img.webp" class="image-light">
<img src="assets/images/hero-img-dark.webp" class="image-dark">
</div>
</div>
</div>
</section>
<section class="section-features desktop">
<div class="container">
<div class="page-title text-center features-title">
<h2 class="title">Current Features</h2>
</div>
<div class="row">
<div class="tabset">
<input type="radio" name="tabset_1" id="tabset_1_feature1" hidden aria-hidden="true" checked>
<input type="radio" name="tabset_1" id="tabset_1_feature2" hidden aria-hidden="true">
<input type="radio" name="tabset_1" id="tabset_1_feature3" hidden aria-hidden="true">
<input type="radio" name="tabset_1" id="tabset_1_feature4" hidden aria-hidden="true">
<input type="radio" name="tabset_1" id="tabset_1_feature5" hidden aria-hidden="true">
<ul class="feature-input">
<li class="feature-item">
<label for="tabset_1_feature1">
<div>
<h2>P2P Private Messaging</h2>
<p>The only person with your private key is you. When you create an account, your private key and
ability to decrypt messages never leaves your device.</p>
</div>
</label>
</li>
<li class="feature-item">
<label for="tabset_1_feature2">
<div>
<h2>File sharing</h2>
<p>Share files of any size direct with your contacts and groups. Warp will encrypt, shard (break
apart), and pin your files to IPFS, and allow you to share the file with anyone you want.</p>
</div>
</label>
</li>
<li class="feature-item">
<label for="tabset_1_feature3">
<div>
<h2>Extensions</h2>
<p>Build your own, or use other people's extensions to customize and make Uplink work how you want.
Documentation coming soon.</p>
</div>
</label>
</li>
<li class="feature-item">
<label for="tabset_1_feature4">
<div>
<h2>Group Chat</h2>
<p>Talk to all your friends securely in one place!</p>
</div>
</label>
</li>
</ul>
<div class="feature-images">
<section alt="P2P Private Messaging">
<img src="assets/images/feature-p2p.webp" class="image-light">
<img src="assets/images/feature-p2p-dark.webp" class="image-dark">
</section>
<section alt="Files Image">
<img src="assets/images/feature-files.webp" class="image-light">
<img src="assets/images/feature-files-dark.webp" class="image-dark">
</section>
<section alt="Extensions Image">
<img src="assets/images/feature-plugins.webp" class="image-light">
<img src="assets/images/feature-plugins-dark.webp" class="image-dark">
</section>
<section alt="Feature 5 Image Section">
<img src="assets/images/feature-groupchat.webp" class="image-light">
<img src="assets/images/feature-groupchat-dark.webp" class="image-dark">
</section>
</div>
</div>
</div>
</div>
</section>
<section class="section-features mobile">
<div class="container">
<div class="page-title text-center features-title">
<h2 class="title">Current Features</h2>
</div>
<div class="row">
<ul class="feature-input">
<li class="feature-item">
<label for="tabset_1_feature1">
<div>
<h2>P2P Private Messaging</h2>
<p>The only person with your private key is you. When you create an account, your private key and
ability to decrypt messages never leaves your device.</p>
</div>
</label>
<section alt="P2P Private Messaging">
<img src="assets/images/feature-p2p.webp" class="image-light">
<img src="assets/images/feature-p2p-dark.webp" class="image-dark">
</section>
</li>
<li class="feature-item">
<label for="tabset_1_feature2">
<div>
<h2>File sharing</h2>
<p>Share files of any size direct with your contacts and groups. Warp will encrypt, shard (break
apart), and pin your files to IPFS, and allow you to share the file with anyone you want.</p>
</div>
</label>
<div class="feature-images">
<section alt="Files Image">
<img src="assets/images/feature-files.webp" class="image-light">
<img src="assets/images/feature-files-dark.webp" class="image-dark">
</section>
</li>
<li class="feature-item">
<label for="tabset_1_feature3">
<div>
<h2>Extensions</h2>
<p>Build your own, or use other people's extensions to customize and make Uplink work how you want.
Documentation coming soon.</p>
</div>
</label>
<section alt="Extensions Image">
<img src="assets/images/feature-plugins.webp" class="image-light">
<img src="assets/images/feature-plugins-dark.webp" class="image-dark">
</section>
</li>
<li class="feature-item">
<label for="tabset_1_feature4">
<div>
<h2>Group Chat</h2>
<p>Talk to all your friends securely in one place!</p>
</div>
</label>
<section alt="Feature 5 Image Section">
<img src="assets/images/feature-groupchat.webp" class="image-light">
<img src="assets/images/feature-groupchat-dark.webp" class="image-dark">
</section>
</li>
</ul>
</div>
</div>
</section>
<section class="section-services">
<div class="container">
<div class="page-title text-center features-title">
<h2 class="title">Coming Soon</h2>
</div>
<div class="row">
<div class="colblock">
<div class="boxinner clearfix">
<div class="iconbox">
<i class="fa-solid fa-mobile-screen-button"></i>
</div>
<h3>Native Mobile Apps</h3>
<p>Android and iOS Apps are in the works.</p>
</div>
</div>
<div class="colblock">
<div class="boxinner clearfix">
<div class="iconbox">
<i class="fa-solid fa-shop"></i>
</div>
<h3>Extensions Marketplace</h3>
<p>A decentralized extensions marketplace to customize your experience.</p>
</div>
</div>
<div class="colblock">
<div class="boxinner clearfix">
<div class="iconbox">
<i class="fa-solid fa-video"></i>
</div>
<h3>Voice & Video</h3>
<p>Multi-stream voice and video controls/communication.</p>
</div>
</div>
<div class="colblock">
<div class="boxinner clearfixs">
<div class="iconbox">
<i class="fa-solid fa-users-rectangle"></i>
</div>
<h3>Communities</h3>
<p>Build and manage your large groups.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-experience">
<div class="container">
<div class="row">
<div class="left">
<img src="assets/images/img4.webp" class="image-light">
<img src="assets/images/img4-dark.webp" class="image-dark">
</div>
<div class="right">
<div class="boxinner clearfix">
<div class="page-title">
<h2 class="title">Roadmap</h2>
</div>
<h2>
1. Current Focus
</h2>
<ul class="roadmap-list">
<li>Stability on Desktop</li>
<li>Uplink Mobile</li>
<li>Communities</li>
<li>Warp Mobile API</li>
</ul>
</br>
<h2>
2. Next
</h2>
<ul class="roadmap-list">
<li>Voice & Video Calling</li>
<li>Folder Sync & Sharing</li>
</ul>
</br>
<h2>
3. Future
</h2>
<ul class="roadmap-list">
<li>Extensions & Marketplace</li>
<li>Community Nodes & File Nodes</li>
<li>Developer API</li>
<li>Extensions API</li>
<li>Remote File Storage</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="section-faq">
<div class="container">
<div class="page-title text-center">
<h2 id="downloads" class="title">Downloads</h2>
</div>
<div id="projects">
<div class="project">
<span class="logo-group">
<h4>Source</h4>
<img src="assets/images/source-dark.png" class="image-light" height="75px">
<img src="assets/images/source-light.png" class="image-dark" height="75px">
</span>
<small class="note">
<p>Check out our project repo and build it yourself. Poke around, and stay a while!</p>
</small>
<a href="https://github.com/Satellite-im/UplinkWeb" class="no-underline button" target="_blank">
<button>GitHub</button>
</a>
</div>
<div class="project">
<span class="logo-group">
<h4>Windows</h4>
<img src="assets/images/windows-light.png" class="image-dark" height="75px">
<img src="assets/images/windows-dark.png" class="image-light" height="75px">
</span>
<small class="note">
<p>Windows x86/64</p>
</small>
<a href="https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.1/Uplink_2.0.1.msi"
class="no-underline button" target="_blank">
<button>Download</button>
</a>
</div>
<div class="project">
<span class="logo-group">
<h4>macOS</h4>
<img src="assets/images/macos-light.png" class="image-dark" height="75px">
<img src="assets/images/macos-dark.png" class="image-light" height="75px">
</span>
<small class="note">
<p>Just a friendly neighborhood universal app. Built for x86 and Arm.</p>
</small>
<a href="https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.1/Uplink_2.0.1.dmg"
class="no-underline button" target="_blank">
<button>Universal Download</button>
</a>
</div>
<div class="project">
<span class="logo-group">
<h4>Linux</h4>
<img src="assets/images/linux-light.png" class="image-dark" height="75px">
<img src="assets/images/linux-dark.png" class="image-light" height="75px">
</span>
<small class="note">
<p>Uplink for Debian-based distros.</p>
<p>SHA256: aad8c73a07feef4b3d12e9507a9093e40936b394fdeb8e8d85cc0ec06c37af2f </p>
</small>
<a href="https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.1/Uplink_2.0.1.deb"
class="no-underline button" target="_blank">
<button>Download .deb</button>
</a>
</div>
<div class="project">
<span class="logo-group">
<h4>Android</h4>
<img src="assets/images/android-light.png" class="image-dark" height="75px">
<img src="assets/images/android-dark.png" class="image-light" height="75px">
</span>
<small class="note">
<p>APK for Android devices.</p>
</small>
<a href="https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.1/Uplink_2.0.1.apk"
class="no-underline button" target="_blank">
<button>Download .apk</button>
</a>
</div>
<div class="project disabled">
<span class="logo-group">
<h4>iOS</h4>
<img src="assets/images/ios-light.png" class="image-dark" height="75px">
<img src="assets/images/ios-dark.png" class="image-light" height="75px">
</span>
<small class="note">
<p> Soon, we should be publishing to the iOS App Store.</p>
</small>
<a href="#" class="no-underline" target="_blank">
<button disabled="disabled">Coming Soon</button>
</a>
</div>
<div class="project disabled">
<span class="logo-group">
<h4>Toaster</h4>
<img src="assets/images/toaster-light.png" class="image-dark" height="75px">
<img src="assets/images/toaster-dark.png" class="image-light" height="75px">
</span>
<small class="note">
<p>LOL, maybe. We hope that Uplink can be built and deployed across everything, one day.</p>
</small>
<a href="#" class="no-underline" target="_blank">
<button disabled="disabled">Coming Soon?</button>
</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container text-center">
<div class="logo"><a href="#">Uplink</a></div>
<ul class="link-buttons clearfix">
<li><a href="https://discord.gg/satellite" target="_blank"><i class="fa-brands fa-discord"></i></a></li>
<li><a href="https://twitter.com/Satellite_im" target="_blank"><i class="fa-brands fa-x-twitter"></i></i></a></li>
</ul>
<div class="copy">
© 2023 <strong>Satellite.im.</strong> All rights reserved. <br class="showmobile"> <span
class="footsep first">|</span><a href="terms.html">Terms and Conditions</a><span
class="footsep first">|</span><a href="privacy.html">Privacy Policy</a>
</div>
</div>
</footer>
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/scripts.js" type="text/javascript"></script>
</body>
</html>