forked from movim/movim_home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
531 lines (513 loc) · 26.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
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Movim – Responsive web-based cross-platform XMPP client</title>
<meta name="description" content="Movim is a kickass distributed social platform, with web client and mobile apps, that protects your privacy, comes with a set of awesome features and uses the industry-standard XMPP protocol" />
<meta property="og:title" content="Movim – Responsive web-based cross-platform XMPP client"/>
<meta name="twitter:title" content="Movim – Responsive web-based cross-platform XMPP client"/>
<meta property="og:description" content="Movim is a kickass distributed social platform, with web client and mobile apps, that protects your privacy, comes with a set of awesome features and uses the industry-standard XMPP protocol"/>
<meta name="twitter:description" content="Movim is a kickass distributed social platform, with web client and mobile apps, that protects your privacy, comes with a set of awesome features and uses the industry-standard XMPP protocol"/>
<meta property="og:url" content="https://movim.eu/"/>
<meta property="og:type" content="article"/>
<meta property="og:image" content="https://movim.eu/img/logo_square.png" />
<meta name="twitter:site" content="@MovimNetwork"/>
<meta name="twitter:image" content="https://movim.eu/img/logo_square.png">
<link rel="shortcut icon" href="img/favicon.ico" />
<link rel="icon" type="image/png" href="img/48.png" sizes="48x48">
<link rel="icon" type="image/png" href="img/96.png" sizes="96x96">
<link rel="icon" type="image/png" href="img/128.png" sizes="128x128">
<link rel="stylesheet" href="css/style2.css" />
<link rel="stylesheet" href="css/fonts.css" type="text/css" />
<link rel="stylesheet" href="css/material-design-iconic-font.min.css" type="text/css" />
<meta name="viewport" content="width=device-width, user-scalable=no">
</head>
<body>
<header class="dark">
<nav>
<ul>
<li>
<img src="img/vectorial.svg">
<a href="https://movim.eu/">
Movim
</a>
</li>
<li>
<a href="#try">
Try It
</a>
</li>
<li>
<a href="#apps">
Apps
</a>
</li>
<li>
<a target="_blank" href="https://nl.movim.eu/?node/pubsub.movim.eu/Movim">
Blog
</a>
</li>
<li class="oppose">
<a target="_blank" href="https://github.com/movim/movim">
<i class="zmdi zmdi-github"></i>
</a>
</li>
<li class="oppose">
<a target="_blank" href="https://twitter.com/MovimNetWork/">
<i class="zmdi zmdi-twitter"></i>
</a>
</li>
<li class="oppose">
<a target="_blank" href="https://nl.movim.eu/?login/Y95Ce5w2"><i class="material-icons">comments</i></a>
</li>
</ul>
</nav>
<div class="inner">
<h1>The social platform shaped for your community</h1>
<h3>…and that federates with the others</h3>
</div>
</header>
<section style="margin-bottom: 2rem;">
<div class="inner">
<div class="desktop" style="top: -5rem; left: calc(50% + 4rem);">
<div class="buttons"></div>
<div class="screen">
<img src="img/home.png">
</div>
</div>
<div class="mobile dark" style="top: 7rem; left: calc(53%); transform: scale(1.2);">
<div class="screen carousel">
<img src="img/chat2.png">
<img src="img/draw.png">
<img src="img/xkcd.png">
</div>
</div>
<div class="half">
<h2>All your communications,<br /> in one place</h2>
<p>Chatrooms, articles, video-conferences; Movim centralizes all you need to communicate with your colleagues, friends or family in one simple interface.</p>
<p>It also fully adapts to all your devices from your smartphone to your desktop computer.</p>
<h2>Connect with others</h2>
<p>Movim relies on the <a href="https://xmpp.org/">XMPP standard</a> and therefore allows you to exchange with many other clients on all devices such as <a href="https://conversations.im/">Conversations (Android)</a> or <a href="https://dino.im/">Dino (Desktop)</a>.</p>
<p>You can easily access and explore the content of the whole network and connect with all other Movim users instantly.</p>
</div>
</div>
</section>
<section class="dark" style="background: radial-gradient(circle farthest-corner at right bottom,#003441 0,#1a465d 100%);">
<div class="inner">
<div class="mobile dark" style="top: -1rem; left: 14rem; transform: rotate(6deg) scale(1.1)">
<div class="screen">
<img src="img/xkcd.png">
</div>
</div>
<div class="mobile dark" style="top: -1rem; left: calc(4rem); transform: rotate(-5deg) scale(1.2)">
<div class="screen">
<img src="img/communities.png">
</div>
</div>
<!--<iframe class="cover hover2" src="https://www.youtube.com/embed/vMl5peDiBIY" allowfullscreen="" width="50%" height="350px" frameborder="0" style="float: right; margin-top: 1rem;"></iframe>-->
<div class="half right">
<h1>News & Communities</h1>
<h3>Share, format and publish… <br />in real time</h3>
<p>Movim simplifies the management of your news and your publications. So forget the ads, forget the superfluous. We designed an interface that really focuses on your content.</p>
<p>In Communities you can publish and subscribe to various nodes on different topics.
Just click on the Communities link in your menu and start exploring!</p>
</div>
<div class="flex" style="margin-top: 5rem;">
<div class="block">
<i class="material-icons">collections</i>
<p>
Movim automatically embeds your links and images in your posts.
</p>
</div>
<div class="block">
<i class="material-icons">comment</i>
<p>
Like and comment the posts<br />of your contacts or from your Communities.
</p>
</div>
<div class="block">
<i class="zmdi">#</i>
<p>
Tag your publications<br />and explore the others easily.
</p>
</div>
<div class="block">
<i class="material-icons">wifi_tethering</i>
<p>Want to start a blog?<br /> In one click you'll be able<br /> to make your posts fully public</p>
</div>
<div class="block">
<i class="material-icons">format_size</i>
<p>
Movim supports the <b>Markdown</b> syntax and allows you to put rich text content in your publications.
</p>
</div>
<div class="block">
<i class="material-icons">play_for_work</i>
<p>Movim automatically saves your post as a <b>draft</b> while you are editing</p>
</div>
</div>
</div>
</section>
<section style="margin-bottom: 2rem;">
<div class="inner">
<h1>Chats & Chatrooms</h1>
<h3>Plenty of features for an awesome chat experience</h3>
<div style="height: 45rem;" class="on_desktop">
<div class="desktop" style="top: 12rem; right: 58%; ">
<div class="screen">
<img src="img/stickers_desktop.png">
</div>
</div>
<div class="desktop dark" style="top: 12rem; left: 58%;">
<div class="buttons"></div>
<div class="screen">
<img src="img/chatroom.png">
</div>
</div>
<div class="mobile dark" style="top: 18rem; transform: scale(1.2); left: calc(50% - 115px);">
<div class="screen carousel">
<img src="img/chat.png">
<img src="img/chat3.png">
<img src="img/share.png">
</div>
</div>
</div>
<h3>Start a conversation with a friend or join a multi-user chatroom in one click.<br />
Movim chats are coming with many features to give you the best chat experience accross all your devices.</h3>
<div class="half">
<div class="mobile dark" style="top: 0.5rem; left: 110%; transform: scale(1.2)">
<div class="screen">
<img src="img/stickers.png">
</div>
</div>
<div class="mobile" style="top: 1rem; left: 145%; transform: scale(1.2)">
<div class="screen">
<img src="img/emojis.png">
</div>
</div>
<div class="flex one blue" style="margin-top: 3rem;">
<div class="block">
<i class="material-icons">attachment_alt</i>
<p>
Insert pictures and documents in your conversations.
</p>
</div>
<div class="block">
<i class="material-icons">swap_horiz</i>
<p>
Keep your conversations synchronised across your devices, in real-time.
</p>
</div>
<!--<div class="block">
<i class="material-icons time-restore"></i>
<p>
Movim automatically refreshes<br/> your conversations history.
</p>
</div>-->
<div class="block">
<i class="material-icons">send</i>
<p>
Share easily articles<br />
in the discussions.
</p>
</div>
<div class="block">
<i class="material-icons">mood</i>
<p>
Send funny stickers or emojis<br/> to your friends in one click!
</p>
</div>
<div class="block">
<i class="material-icons">thumb_up</i>
<p>
React to chat messages<br/> with funny emojis.
</p>
</div>
</div>
</div>
<div class="half right" style="margin-top: 7rem;">
<div class="desktop dark" style="top: -1.5rem; left: -120%; width: 500px;">
<div class="buttons"></div>
<div class="screen">
<img src="img/snap.png">
</div>
</div>
<div class="flex one blue">
<div class="block">
<i class="material-icons">camera</i>
<p>
Take a quick photo and share it<br/> with your contacts.
</p>
</div>
<div class="block">
<i class="material-icons">gesture</i>
<p>
Send nice drawing and customize<br/> your pictures before sharing them.
</p>
</div>
<div class="block">
<i class="material-icons">edit</i>
<p>
Oops, you made a mistake?<br/> Correct your previous message easily… or delete it in one click.
</p>
</div>
<div class="block">
<i class="material-icons">done_all</i>
<p>
Movim tells you if your message<br/> has been delivered and read.
</p>
</div>
</div>
</div>
<div class="half" style="margin-top: 5rem;">
<div class="desktop dark" style="top: 2rem; right: -120%; width: 500px;">
<div class="buttons"></div>
<div class="screen">
<img src="img/visio.png">
</div>
</div>
<div class="flex one blue">
<div class="block">
<i class="material-icons">videocam</i>
<p>
Call your contacts in one-to-one<br/> video or audio sessions.
</p>
</div>
<div class="block">
<i class="material-icons">screen_share</i>
<p>
Share your screen or one application<br/>to your contact.
</p>
</div>
<div class="block">
<i class="material-icons">switch_camera</i>
<p>
Switch between<br /> front and back camera.
</p>
</div>
<div class="block">
<i class="material-icons">swap_horizontal_circle</i>
<p>
Compatible with the others XMPP clients<br />
such as <a href="https://conversations.im/">Conversations</a>
</p>
</div>
<div class="block">
<i class="material-icons">check</i>
<p>
Nothing to install, the video-conference features relies on web standards.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="dark">
<div class="inner">
<h1>Do more easily</h1>
<h3>Administrate, configure and discover</h3>
<div class="flex green">
<div class="block">
<i class="material-icons">search</i>
<p>Find posts, chatrooms, Communities, tags and contacts <b>instantly</b> with our global search feature</p>
</div>
<div class="block">
<i class="material-icons">notifications</i>
<p>Be <b>notified</b> about likes, mentions and comments</p>
</div>
<div class="block">
<i class="material-icons">person_add</i>
<p><b>Invite</b> your contacts in your chatrooms</p>
</div>
<div class="block">
<i class="material-icons">brightness_2</i>
<p>Enable the <b>Night Mode</b> to rest your eyes</p>
</div>
<div class="block">
<i class="material-icons">security</i>
<p>As an administrator, <b>focus the suggestions</b> to only propose the content aimed for your community</p>
</div>
<div class="block">
<i class="material-icons">perm_identity</i>
<p>Easily <b>get in touch with administrators</b> to report a problem or ask a question</p>
</div>
</div>
</div>
</section>
<section>
<div class="inner">
<h1>Our core goals</h1>
<br />
<div class="flex gray">
<div class="block">
<i class="material-icons">code</i>
<h2>Open Source</h2>
<p>
Movim's source code is completely open
allowing anyone to study how it works to improve it,
share it and redistribute it freely.<br />
<a target="_blank" href="https://github.com/edhelas/movim">Visit our Github</a>
</p>
</div>
<div class="block">
<i class="material-icons">public</i>
<h2>Decentralized</h2>
<p>
Movim is based on a fully decentralized and standard network. You can create your own account on the server of your choice.
</p>
</div>
<div class="block">
<i class="material-icons">assignment_turned_in</i>
<h2>Fully Standard</h2>
<p>
Our main motto? Don't reinvent the wheel. Since the beginning all the Movim communications are made using XMPP.<br />
<a target="_blank" href="http://xmpp.org/">Know more about XMPP</a>
</p>
</div>
</div>
</section>
<section id="apps" class="gray">
<div class="inner">
<h3>We also provide applications for your devices</h3>
<div class="flex gray two">
<!--<div class="block">
<i class="material-icons archive"></i>
<h2>Linux (beta)</h2>
<p><a href="https://dosowisko.net/movim/">TAR.GZ and DEB archives<br /> (32bits, 64bits)</a></p>
</div>
<div class="block">
<i class="material-icons apple"></i>
<h2>macOS (beta)</h2>
<p><a href="https://dosowisko.net/movim/">ZIP archive</a></p>
</div>
<div class="block">
<i class="material-icons windows"></i>
<h2>Windows (beta)</h2>
<p><a href="https://dosowisko.net/movim/">ZIP archives<br /> (32bits, 64bits)</a></p>
</div>-->
<div class="block large">
<i class="material-icons">android</i>
<h2>Android</h2>
<p>
<a href="https://f-droid.org/packages/com.movim.movim/">
<img src="img/fdroid.png" style="margin-left: -0.5rem; margin-bottom: -1rem;" alt="Get it on F-Droid" height="60">
</a><br />
<a href="https://f-droid.org/packages/com.movim.movim/">
Download the APK
</a>
</p>
</div>
</div>
</div>
</section>
<section class="gray">
<div class="inner">
<h1 id="try">Try it now!</h1>
<h3>
<a target="_blank" href="https://api.movim.eu/accounts/register">Create an account</a> and connect to one of our public platforms.
</h3>
<div class="flex gray">
<div class="block">
<i class="material-icons">storage</i>
<h2><a target="_blank" href="https://nl.movim.eu/">nl.movim.eu</a></h2>
<p>The Netherlands</p>
</div>
<!--<div class="block">
<i class="material-icons storage"></i>
<h2><a target="_blank" href="https://fi.movim.eu/">fi.movim.eu</a></h2>
<p>Finland</p>
</div>-->
<div class="block">
<i class="material-icons">storage</i>
<h2><a target="_blank" href="https://de.movim.eu/">de.movim.eu</a></h2>
<p>Germany</p>
</div>
<!--<div class="block">
<i class="material-icons storage"></i>
<h2><a target="_blank" href="https://movim.se/">movim.se</a></h2>
<p>Sweden</p>
</div>-->
<!--<div class="block">
<i class="material-icons storage"></i>
<h2><a target="_blank" href="https://movim.feder8.ru/">movim.feder8.ru</a></h2>
<p>Russia</p>
</div>-->
<div class="block">
<i class="material-icons">storage</i>
<h2><a target="_blank" href="https://jp.mov.im/">jp.mov.im</a></h2>
<p>Japan</p>
</div>
<div class="block">
<i class="material-icons">plus_one</i>
<h2>Your pod here?</h2>
<p>Contact us to open your local instance</p>
</div>
</div>
</div>
</section>
<section class="gray">
<div class="inner">
<h1 id="try">Deploy your own Movim</h1>
<h3>
Deploy your own self-hosted instance for your company, classroom, friends…
</h3>
<div class="flex gray">
<div class="block">
<i class="material-icons">cloud</i>
<h2><a target="_blank" href="https://github.com/movim/movim_docker">Docker</a></h2>
<p>Docker Compose script</p>
</div>
<div class="block">
<i class="material-icons">get_app</i>
<h2><a target="_blank" href="https://github.com/movim/movim/releases">Releases</a></h2>
<p>Follow the steps on the <a href="https://github.com/movim/movim/wiki/Install-Movim">Install tutorial</a></p>
</div>
<div class="block">
<i class="material-icons">widgets</i>
<h2><a target="_blank" href="https://packages.debian.org/movim">Debian Package</a></h2>
<p></p><pre>apt install movim</pre></p>
</div>
</div>
</div>
</div>
</section>
<section class="dark">
<div class="inner">
<h1>Help Us</h1>
<br />
<div class="flex gray">
<div class="block">
<i class="material-icons">local_drink</i>
<p>One time donation</p>
<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=8QHPJDAQXT9UC">
<img style="width: 12rem;" src="img/paypal.png"/>
</a>
</div>
<div class="block">
<i class="material-icons">insert_invitation</i>
<p>Help us monthly</p>
<a href="https://liberapay.com/movim/donate">
<img style="width: 8rem;" alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg">
</a>
<br />
<a target="_blank" href="http://patreon.com/movim">
<img style="width: 12rem;" src="img/patreon.png"/>
</a>
</div>
<div class="block">
<i class="material-icons">attach_money</i>
<p>Or support us on</p>
<a class="simple" href="https://www.bountysource.com/teams/movim/issues?utm_source=Movim&utm_medium=shield&utm_campaign=bounties_received">
<img src="https://www.bountysource.com/badge/team?team_id=69601&style=bounties_received">
</a>
<br />
<a class="simple" href="https://flattr.com/submit/auto?user_id=movim&url=https%3A%2F%2Fmovim.eu%2F" target="_blank">
<img src="img/flattr.png" alt="Flattr this" title="Flattr this">
</a>
</div>
</div>
<p style="text-align: center;">Copyright 2008 – 2020 <a href="https://edhelas.movim.eu/">Timothée Jaussoin</a></p>
</div>
</section>
</body>
</html>