Skip to content

Formatting fix luna #131

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions content/_sass/partials/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,31 @@
text-decoration: none;
}

.box-shadow-grey {
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.41);
}

.black-text {
color: $black;
}

.fsize-1-25 {
font-size: 1.25rem;
}

.fw-normal {
font-weight: normal;
}

.mb-10 {
margin-bottom: 10px;
}

.mbt-12 {
margin-bottom: 12px;
margin-top: 12px;
}

.mb-12 {
margin-bottom: 12px;
}
Expand All @@ -21,6 +42,35 @@
margin-top: 12px;
}

.mbt-16 {
margin-bottom: 16px;
margin-top: 16px;
}

.mb-16 {
margin-bottom: 16px;
}

.mt-16 {
margin-top: 16px;
}

.ml-2em {
margin-left: 2em;
}

.w-480 {
width: 480px;
}

.d-block {
display: block;
}

.matrix-tutorial-img {
display: block;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.41);
margin: 16px 0;
max-width: 480px;
}

29 changes: 15 additions & 14 deletions content/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,41 @@ If you’re interested in joining the CWL community, we recommend checking out t

## CWL Online Community Meetings

{:.fsize-1-25 .h3-sm .fw-normal}
### Agenda and notes

<https://w3id.org/cwl/meeting_minutes>.
* <https://w3id.org/cwl/meeting_minutes>.

{:.fsize-1-25 .h3-sm .fw-normal}
### When

[EMEA](https://en.wikipedia.org/wiki/Europe,_the_Middle_East_and_Africa)-Americas: weekly [every Wednesday at 16:00 UTC from March-November and 17:00 UTC from November-March](https://arewemeetingyet.com/New%20York/2021-07-21/12:00/w/Weekly%20CWL%20Video%20Chat#eyJ1cmwiOiJodHRwczovL21lZXQuaml0LnNpL0NvbXBldGVudEJyYW5jaGVzTm9taW5hdGVXZWFrbHkifQ==)

[APAC](https://en.wikipedia.org/wiki/Asia-Pacific): monthly [every first Friday of every month at 00:00 UTC April-September and 01:00 UTC October-March](https://arewemeetingyet.com/UTC/2022-04-01/01:00/q/Monthly%20CWL%20Video%20Chat)
* [EMEA](https://en.wikipedia.org/wiki/Europe,_the_Middle_East_and_Africa)-Americas: weekly [every Wednesday at 16:00 UTC from March-November and 17:00 UTC from November-March](https://arewemeetingyet.com/New%20York/2021-07-21/12:00/w/Weekly%20CWL%20Video%20Chat#eyJ1cmwiOiJodHRwczovL21lZXQuaml0LnNpL0NvbXBldGVudEJyYW5jaGVzTm9taW5hdGVXZWFrbHkifQ==)
* [APAC](https://en.wikipedia.org/wiki/Asia-Pacific): monthly [every first Friday of every month at 00:00 UTC April-September and 01:00 UTC October-March](https://arewemeetingyet.com/UTC/2022-04-01/01:00/q/Monthly%20CWL%20Video%20Chat)
(06:00 Pakistan, 06:30 India, 07:00 Bangladesh, 08:00 Thailand / Indonesia, 09:00 China, 10:00 Japan / Korea, 12:00 Melbourne, 14:00 Auckland)

{:.fsize-1-25 .h3-sm .fw-normal}
### Where

CWL Voice/Video chats use the "CWL Conference" room in the [CWL Matrix Space](https://matrix.to/#/#cwl:matrix.org).
* CWL Voice/Video chats use the "CWL Conference" room in the [CWL Matrix Space](https://matrix.to/#/#cwl:matrix.org).

## Using Matrix

If you haven’t used Matrix before then follow these instructions:

1. Go to <https://matrix.to/#/#cwl:matrix.org>
2. Choose the “Element” App if you don’t have a Matrix client already.

<img src="/assets/img/matrix-element-app.png" class="mb-12 mt-12 w-480" alt="screenshot of Matrix app chooser dialog." />
![screenshot of Matrix app chooser dialog.](/assets/img/matrix-element-app.png){:.matrix-tutorial-img}

3. You can download the native Element app for your operating system if you want, but choosing to “Continue in your browser” is fine.
![screenshot of 'Continue in your Browser' button](/assets/img/continue-in-your-browser.png){:.mt-16 .mb-10}

<img src="/assets/img/continue-in-your-browser.png" class="mb-12 mt-12" alt="screenshot of 'Continue in your Browser' button" />
4. From the Element native app, or browser session choose "Join" ![screenshot of 'Join' button](/assets/img/join.png)

4. From the Element native app, or browser session choose "Join" <img src="/assets/img/join.png" alt="screenshot of 'Join' button" />
5. And then choose “Create Account” <img src="/assets/img/create-account.png" alt="screenshot of 'Create Account' button" > using your own Google, GitHub, or GitLab, account.

<img src="/assets/img/continue-with-icons.png" class="mb-12 mt-12 w-480" alt="screenshot of third party login chooser dialog" />
5. And then choose “Create Account” ![screenshot of 'Create Account' button](/assets/img/create-account.png) using your own Google, GitHub, or GitLab, account.
![screenshot of third party login chooser dialog](/assets/img/continue-with-icons.png){:.matrix-tutorial-img}

6. Now that you’re signed in, join the “CWL Conference” room.

<img src="/assets/img/cwl-conference-suggested-rooms.png" class="mb-12 mt-12" alt="screenshot of 'CWL Conference' under 'Suggested Rooms' in the CWL Matrix Space." />
![screenshot of 'CWL Conference' under 'Suggested Rooms' in the CWL Matrix Space.](/assets/img/cwl-conference-suggested-rooms.png){:.matrix-tutorial-img}

## Code of Conduct

Expand Down