-
Notifications
You must be signed in to change notification settings - Fork 262
Expand file tree
/
Copy pathchat-with-the-community.html
More file actions
84 lines (81 loc) · 4.6 KB
/
chat-with-the-community.html
File metadata and controls
84 lines (81 loc) · 4.6 KB
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
---
layout: default
title: Music Blocks - Sugar Labs
permalink: /chat-with-the-community/index.html
---
<!-- Title section -->
<div class="section-title1" >
<span class="tag tag-regular">Join the Community</span>
</div>
<!-- Matrix Elements -->
<section id="testimonial" class="zeroMarPadBtm">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2" >
<div class="section-title text-center">
<h2>SUGAR LABS ON MATRIX</h2>
<br>
<p class="customParagraphStyle">Element is a secure messaging and collaboration application built on the Matrix protocol, an open standard for decentralized communication. It offers end-to-end encryption, ensuring that conversations remain private and secure. Element supports features such as group chats, file sharing, voice and video calls, and integrates with various other communication platforms through bridging. It's available as a web application and has desktop versions for Windows, macOS, and Linux, as well as mobile apps for Android and iOS.<br/><a href="https://element.io/user-guide">User Guide</a> to create account on Element</p>
<br><a class="join-mat" href="https://matrix.to/#/#sugar:matrix.org" target="_blank">Join us on Matrix</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Discord -->
<section id="testimonial" class="zeroMarPadBtm">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2" >
<div class="section-title text-center">
<h2>SUGARIZER ON DISCORD</h2>
<br>
<p class="customParagraphStyle">Discord is a popular communication platform that combines the features of chat lobbies, message boards, and VoIP chat systems. It allows users to create and join servers—dedicated spaces for communities or groups—where they can participate in text channels, voice calls, video calls, and share media and files. While Discord provides various privacy settings and safety features, concerns have been raised about data collection and user privacy. The platform collects user data, including messages and IP logs, which are retained for up to two years.<br/><a href="https://support.discord.com/hc/en-us/articles/360033931551-Getting-Started">User Guide</a> to create account on Discord</p>
<br><a class="join-mat" href="https://discord.com/channels/1078051575580336249/1078051576284975226" target="_blank">Join us on Discord</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Slideshow -->
<section id="intro" class="zeroMarPadBtm">
<div class="container" >
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2">
<div class="testimonial-carousel">
<div id="testimonial-slider1" class="owl-carousel">
<div>
<img src="{{ site.baseurl }}/assets/Elements.png" alt="Matrix Elements create account interface " class="customImageStyle">
</div>
<div>
<img src="{{ site.baseurl }}/assets/Discord.png" alt="Discord create account interface" class="customImageStyle">
</div>
</div>
</div>
</div>
<br><p style="text-align: center;">Create account Interface of <a href ="https://app.element.io/#/register">Matrix Element</a> and <a href ="https://discord.com/register">Discord</a>.</p>
</div>
</div>
</div>
</div>
</section>
<!-- "Return to main page" -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12" >
<a href="{{ site.baseurl }}/" ><button type="button" class="btn bt-raised btn-custom bt lastButtonMargin" >Return to main page</button></a>
</div>
</div>
</div>
</section>