CINXE.COM

Join Our Community

<!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="https://join.slack.com/t/developersitalia/shared_invite/zt-2tqacl180-CZFxLwRU8ex_mZtEq~tqqg" 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>

Pages: 1 2 3 4 5 6 7 8 9 10