From f86634eccf25f080c3a54c6769b00ca2eb212052 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 31 Mar 2022 15:31:17 -0400 Subject: [PATCH 1/2] Improve text formatting on Community pg #126 --- content/_sass/partials/_helpers.scss | 8 ++++++++ content/community.md | 14 +++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/content/_sass/partials/_helpers.scss b/content/_sass/partials/_helpers.scss index 34c323a..3de4bf5 100644 --- a/content/_sass/partials/_helpers.scss +++ b/content/_sass/partials/_helpers.scss @@ -13,6 +13,14 @@ color: $black; } +.fsize-1-25 { + font-size: 1.25rem; +} + +.fw-normal { + font-weight: normal; +} + .mb-12 { margin-bottom: 12px; } diff --git a/content/community.md b/content/community.md index 31f297c..0866040 100644 --- a/content/community.md +++ b/content/community.md @@ -15,20 +15,24 @@ 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: From 6fabfc8c3b36e879b906e03173c013f204966d58 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 31 Mar 2022 16:45:07 -0400 Subject: [PATCH 2/2] Improve Matrix tutorial img sizes and spacing #126 * Change tags to markdown format in community.md * Add additional helper classes for SCSS --- content/_sass/partials/_helpers.scss | 42 ++++++++++++++++++++++++++++ content/community.md | 15 ++++------ 2 files changed, 48 insertions(+), 9 deletions(-) diff --git a/content/_sass/partials/_helpers.scss b/content/_sass/partials/_helpers.scss index 3de4bf5..8adf646 100644 --- a/content/_sass/partials/_helpers.scss +++ b/content/_sass/partials/_helpers.scss @@ -9,6 +9,10 @@ text-decoration: none; } +.box-shadow-grey { + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.41); +} + .black-text { color: $black; } @@ -21,6 +25,15 @@ font-weight: normal; } +.mb-10 { + margin-bottom: 10px; +} + +.mbt-12 { + margin-bottom: 12px; + margin-top: 12px; +} + .mb-12 { margin-bottom: 12px; } @@ -29,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 0866040..95662a2 100644 --- a/content/community.md +++ b/content/community.md @@ -38,21 +38,18 @@ 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 -5. And then choose “Create Account” screenshot of 'Create Account' button using your own Google, GitHub, or GitLab, account. +4. From the Element native app, or browser session choose "Join" ![screenshot of 'Join' button](/assets/img/join.png) - 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