diff --git a/_includes/footer.html b/_includes/footer.html index 8b60ac85..7fdef294 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -60,7 +60,7 @@

Development

  • Read about development
  • Join mailing list
  • Documentation
  • -
  • Chat with us on Matrix
  • +
  • Chat with the community on Discord or Matrix
  • Development code
  • Translation Platform
  • Sugar Labs Wiki
  • diff --git a/assets/Discord.png b/assets/Discord.png new file mode 100644 index 00000000..a840ca09 Binary files /dev/null and b/assets/Discord.png differ diff --git a/assets/Elements.png b/assets/Elements.png new file mode 100644 index 00000000..714a0c46 Binary files /dev/null and b/assets/Elements.png differ diff --git a/chat-with-the-community.html b/chat-with-the-community.html new file mode 100644 index 00000000..7a274a0e --- /dev/null +++ b/chat-with-the-community.html @@ -0,0 +1,84 @@ +--- +layout: default +title: Music Blocks - Sugar Labs +permalink: /chat-with-the-community/index.html +--- + +
    + Join the Community +
    + + +
    +
    +
    +
    +
    +
    +
    +

    SUGAR LABS ON MATRIX

    +
    +

    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.
    User Guide to create account on Element

    +
    Join us on Matrix +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    SUGARIZER ON DISCORD

    +
    +

    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.
    User Guide to create account on Discord

    +
    Join us on Discord +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +

    Create account Interface of Matrix Element and Discord.

    +
    +
    +
    +
    +
    + + +
    +
    + +
    +
    diff --git a/css/airspace.css b/css/airspace.css index ef2e1cb8..11f20a44 100755 --- a/css/airspace.css +++ b/css/airspace.css @@ -2777,7 +2777,7 @@ font-size:30px; .try-mb:active { top:0.1em; color: #fff !important; -} +} table, th, td { border: 1px solid black; border-collapse: collapse; @@ -2787,4 +2787,4 @@ table, th, td { .count{ /* Nothing related to styling needed to be described for this */ -} \ No newline at end of file +} diff --git a/css/custom.css b/css/custom.css index 644e70af..43fe4736 100644 --- a/css/custom.css +++ b/css/custom.css @@ -560,7 +560,6 @@ ul { } /* Testimonial Styling */ - #testimonials { background-color: #3b3b4f; /* Change the background color */ padding: 5rem 0; @@ -722,3 +721,26 @@ ul { font-size: 1.2rem !important; } } +/* Chat with the Community Page */ +.join-mat { + display:inline-block; + padding:0.7em 1.4em; + margin:0 0.3em 0.3em 0; + border-radius:0.15em; + box-sizing: border-box; + text-decoration:none; + font-family:'Roboto',sans-serif; + text-transform:uppercase; + font-weight:400; + color:#FFFFFF !important; + background-color:#00a40e; + box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17); + text-align:center; + position:relative; + transition: all 0.3s cubic-bezier(.25,.8,.25,1); + font-size: 1.5em; +} +.join-mat:active { + top:0.1em; + color: #fff !important; +}