forked from thelounge/thelounge.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (57 loc) · 1.67 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
---
layout: default
---
<div id="splash">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="hgroup">
<h1>The self-hosted web IRC client</h1>
<h2>Always connected.</h2>
</div>
<p>
<a class="btn" href="/docs">Get started</a>
<br>
Or <a href="https://demo.thelounge.chat/">try the demo</a>.
</p>
</div>
</div>
</div>
</div>
<div id="features">
<div class="container">
<p>
<a href="/img/thelounge-screenshot.png">
<img class="screenshot" src="/img/thelounge-screenshot.png" decoding="async" alt="The Lounge app screenshot">
</a>
</p>
<div class="row">
<div class="col-sm-4 feature">
<h3>Modern features</h3>
<p>Push notifications, link previews, file uploads, and more bring IRC to the 21st century.</p>
</div>
<div class="col-sm-4 feature">
<h3>Always connected</h3>
<p>Remain connected to IRC servers while you are offline. Forget about bouncers. Resume where you left off on any device.</p>
</div>
<div class="col-sm-4 feature">
<h3>Responsive interface</h3>
<p>The client works smoothly on every desktop, smartphone and tablet.</p>
</div>
</div>
<div class="row">
<div class="col-sm-4 feature">
<h3>Free and open-source</h3>
<p>The Lounge is open source and licensed under the MIT license.</p>
</div>
<div class="col-sm-4 feature">
<h3>Cross platform</h3>
<p>It doesn't matter what OS you use. The Lounge just works wherever Node.js runs.</p>
</div>
<div class="col-sm-4 feature">
<h3>Multi-user support</h3>
<p>Supports multiple user accounts. Share your server with your friends!</p>
</div>
</div>
</div>
</div>