-
Notifications
You must be signed in to change notification settings - Fork 260
Adding Info Page for Community Channels #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 16 commits
72c5118
d7503de
838a832
2905893
6c47327
de2efa5
0513b0a
af3ea97
3014457
f65b098
0448257
9aab731
3c44a02
55580bf
332d7b8
da95aba
c575929
83bf561
f2ab0a4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This image seems good to me, but please optimize the image. You should be able to make it smaller.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pikurasa can you describe more
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use a png to jpeg or jpg converter and use that instead, keeping a file size like this causes the site to slow down |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This image seems good to me, but please optimize the image. You should be able to make it smaller.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i m unable to understand the requirement can you describe more please @pikurasa
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use a png to jpeg or jpg converter and use that instead, keeping a file size like this causes the site to slow down |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,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 ELEMENT</h2> | ||
omsuneri marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <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> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2777,14 +2777,13 @@ font-size:30px; | |
| .try-mb:active { | ||
| top:0.1em; | ||
| color: #fff !important; | ||
| } | ||
| } | ||
omsuneri marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| table, th, td { | ||
| border: 1px solid black; | ||
| border-collapse: collapse; | ||
| text-align: center; | ||
| align-items: center; | ||
| } | ||
|
|
||
| .count{ | ||
| /* Nothing related to styling needed to be described for this */ | ||
| } | ||
| } | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. unintended change |
||
Uh oh!
There was an error while loading. Please reload this page.