-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
249 lines (249 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self'; script-src 'self'; style-src 'self' https://fonts.googleapis.com/ https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/ https://use.fontawesome.com/releases/v6.6.0/css/all.css; font-src 'self' https://fonts.gstatic.com/ https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/ https://use.fontawesome.com/releases/;">
<title>Unifier - Communities, connected.</title>
<meta name="description" content="Unifier lets you connect communities across platforms at blazing fast speeds.">
<meta content="assets/banner.png" property="og:image">
<meta content="#ed4545" data-react-helmet="true" name="theme-color">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/png" href="images/unifier.png">
<link rel="stylesheet" href="assets/styles.css">
<link href='https://fonts.googleapis.com/css?family=Inter:400,700' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.6.0/css/all.css" crossorigin="anonymous">
<script src="assets/effects.js"></script>
</head>
<body>
<div class="navbar-container">
<a href="/"><img src="assets/logo.png" alt=""></a>
<a class="button" href="#features">Features</a>
<a class="button" href="#support">Support</a>
</div>
<div class="header-container">
<h1>
Communities, <span id="slogan-gradient">connected.</span>
</h1>
<p>
Unifier lets you connect communities across platforms at blazing fast speeds with full control.<br>
Say goodbye to the days of slow bridging and platform lock-in.
</p>
<a href="/install.html" class="button">
<i class="fa-solid fa-download"></i>Get Unifier
</a>
<a href="https://discord.unifierhq.org" class="button discord">
<i class="fa-brands fa-discord"></i>Join our Discord
</a>
</div>
<div class="body-container">
<a id="features"></a>
<div class="box-container">
<div class="box" id="left">
<div class="box-content button-spacing">
<h1>
Bridge at <span id="feature-1">lightning-fast speeds.</span> ⚡️🚀
</h1>
<p>
Say goodbye to sluggish bridging performance! Unifier is built with speed in mind, so it works
just as fast as you can type. With performance optimizations and caching baked into the Bridge,
messages - even those with attachments - arrive at every connected server in
<strong>milliseconds</strong>, not seconds.
</p>
<p class="small">
We'll finish the benchmarks sometime soon. We promise!
</p>
<!--<a href="https://wiki.unifierhq.org/compare/benchmarks" class="button">
<i class="fa-solid fa-gauge"></i>Benchmarks
</a>-->
<a class="button disabled">
<i class="fa-solid fa-gauge"></i>Benchmarks
</a>
</div>
</div>
<div class="box image">
<img src="assets/bridge.png" alt="Bridge">
</div>
</div>
</div>
<div class="body-container">
<div class="box-container">
<div class="box">
<div class="box-content">
<h1>
Your Room, <span id="feature-2">your way.</span> 🎨
</h1>
<p>
Make your chatting room yours! With a vast array of customization options, such as room emojis,
display names, and more, you can give your room a personality of its own.
</p>
</div>
</div>
<div class="box image">
<img src="assets/personalize.png" alt="Bridge">
</div>
</div>
</div>
<div class="body-container">
<div class="box-container">
<div class="box">
<div class="box-content">
<h1>
Versatility meets <span id="feature-3">flexibility.</span> 💪
</h1>
<p>
Unifier is not only versatile, but also flexible! Thanks to Modifiers (i.e. Unifier mods/plugins),
you can easily extend Unifier's functionality beyond what it provides on its own. Install Modifiers
to add platform support, automatic moderation, emojis, and more.
</p>
</div>
</div>
<div class="box image">
<img src="assets/platforms.png" alt="Bridge">
</div>
</div>
</div>
<div class="body-container">
<div class="box-container">
<div class="box">
<div class="box-content">
<h1>
Get easy access to the <span id="feature-4">latest features.</span> 🤩
</h1>
<p>
Unifier comes with a built-in updater that lets you effortlessly update your Unifier to the
latest version. Don't waste time manually updating the bot's files, let Unifier do it for you
with an intuitive command.
</p>
</div>
</div>
<div class="box image">
<img src="assets/upgrade.png" alt="Bridge">
</div>
</div>
</div>
<div class="body-container">
<div class="box-container">
<div class="box">
<div class="box-content">
<h1>
Keep communities <span id="feature-5">protected.</span> 🛡️
</h1>
<p>
With both global and server-side commands, you and server admins can easily take action against
bad actors from causing harm to communities. It also has an <strong>Under Attack Mode</strong>,
which servers can use anytime when they're being raided to prevent damage on other connected
servers.
</p>
</div>
</div>
<div class="box image">
<img src="assets/safety.png" alt="Bridge">
</div>
</div>
</div>
<div class="body-container">
<div class="box-container">
<div class="box">
<div class="box-content">
<h1>
No surprise guests with <span id="feature-6">Private Rooms.</span> 🤫
</h1>
<p>
Want to chat just between you and your buddies? No problem! With Private Rooms, you can create
room invites for the servers you want to add. If a server isn't invited, they won't be able to
connect to the room, keeping uninvited guests out of you and your friends' conversation.
</p>
<p class="small">
Please note, moderators will be able to access Private Rooms for the sake of keeping
things safe for everyone. We don't want bad actors to spoil the party!
</p>
</div>
</div>
<div class="box image">
<img src="assets/private.png" alt="Bridge">
</div>
</div>
</div>
<div class="body-container">
<div class="box-container no-half">
<div class="box">
<div class="box-content align-center">
<h1>
And so much more!
</h1>
<p class="green-check">
<i class="fa-solid fa-circle-check"></i>Intuitive help command<br>
<i class="fa-solid fa-circle-check"></i>Data portability<br>
<i class="fa-solid fa-circle-check"></i>Message report functionality<br>
<i class="fa-solid fa-circle-check"></i>EXP system<br>
<i class="fa-solid fa-circle-check"></i>Customizable bot UI<br>
<i class="fa-solid fa-circle-check"></i>Global Emojis<br>
<i class="fa-solid fa-circle-check"></i>Open-source and free to use<br>
<i class="fa-solid fa-circle-check"></i>And even more!<br>
</p>
</div>
</div>
</div>
</div>
<div class="body-container">
<div class="box-container no-half">
<div class="box">
<div class="box-content align-center button-spacing">
<h1>
The power of <span id="opensource">open source.</span>
</h1>
<p>
Unifier is developed in the open. You can freely use, modify, and restribute it as long as you
follow the
<a href="https://github.com/UnifierHQ/unifier/blob/main/LICENSE.txt">software license</a>. We open
source our code in hopes that people will learn from it, so that they can help us make
cross-platform communication better together, even if they're not contributing to Unifier.
</p>
<a href="https://github.com/UnifierHQ/unifier" class="button">
<i class="fa-brands fa-github"></i>Source code
</a>
</div>
</div>
</div>
</div>
<a id="support"></a>
<div class="body-container">
<div class="box-container no-half">
<div class="box">
<div class="box-content align-center button-spacing">
<h1>
Need help?
</h1>
<p>
Join us on one of our communities - all bridged by Unifier!
</p>
<a href="https://discord.unifierhq.org" class="button discord">
<i class="fa-brands fa-discord"></i>Discord
</a>
<a href="https://revolt.unifierhq.org" class="button">
<i class="fa-solid fa-r"></i>Revolt
</a>
<a href="https://guilded.unifierhq.org" class="button guilded">
<i class="fa-brands fa-guilded"></i>Guilded
</a>
</div>
</div>
</div>
</div>
<div class="footer-container">
<div class="footer-box">
<img src="assets/logo.png" alt="">
<p class="slogan">Communities, connected.</p>
<p>Made with ❤️ by UnifierHQ</p>
<p class="small">
Some of the images displayed on this website are mockups that may not accurately represent the final
product.
</p>
</div>
<div class="footer-box align-right">
</div>
</div>
</body>
</html>