-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.tpl
36 lines (36 loc) · 1.8 KB
/
index.tpl
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Join Our Community</title>
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16">
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Join Developers Italia</h1>
<p>Select the platform you prefer to join our community:</p>
<div class="choices">
<div class="choice">
<a href="SLACK_INVITE_URL" class="slack">
<img src="img/slack-logo.webp" alt="Slack Logo">
<h2>Slack</h2>
</a>
<p>Join Developers Italia on Slack for real-time discussions and to stay updated with the latest news. Slack provides a user-friendly interface and integration with many work tools.</p>
</div>
<div class="choice">
<a href="https://matrix.to/#/#developers-italia:developers.italia.it" class="matrix">
<img src="img/matrix-logo.svg" alt="Matrix Logo">
<h2>Matrix</h2>
</a>
<p>Join Developers Italia on Matrix, an open-source platform for secure, decentralized communication. Matrix offers end-to-end encryption and is fully interoperable with other platforms.</p>
</div>
</div>
<p class="info">Note: Whichever platform you choose, you'll be able to access the same channels and messages, as all channels are bridged across both platforms.</p>
</div>
</body>
</html>