diff --git a/content/_sass/partials/_helpers.scss b/content/_sass/partials/_helpers.scss index 34c323a..8adf646 100644 --- a/content/_sass/partials/_helpers.scss +++ b/content/_sass/partials/_helpers.scss @@ -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; } @@ -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; +} + diff --git a/content/community.md b/content/community.md index 31f297c..95662a2 100644 --- a/content/community.md +++ b/content/community.md @@ -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 -. +* . +{:.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 2. Choose the “Element” App if you don’t have a Matrix client already. - - 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} - 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" screenshot of 'Join' button -5. And then choose “Create Account” screenshot of 'Create Account' button using your own Google, GitHub, or GitLab, account. - - 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. - - 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