diff --git a/attend/existing.md b/attend/existing.md index a3d5c0ca..632c2e32 100644 --- a/attend/existing.md +++ b/attend/existing.md @@ -10,9 +10,13 @@ description: How to attend SeaGL 2022 with an existing Matrix account SeaGL uses [Matrix] to run our virtual conference. The whole conference is in a Matrix space and is primarily designed with [Element]'s interface in mind. You can of course use your own preferred Matrix client - just bear in mind we won't be able to help you out as much. Here's the button to get into the space: -TODO button +
+

Join the SeaGL space

+
-Below are some tips on navigating the conference in Element. If you run into any trouble, you can always email . +TODO make this button point at the production space + +Below are some tips on navigating the conference in Element. If you run into any trouble, you can always email . Remember, participation in any room in the SeaGL space is subject to our [Code of Conduct](/code_of_conduct). ## Navigating spaces @@ -22,11 +26,11 @@ TODO screenshot Getting here is simple but can be difficult to find on your own. First make sure the spaces list on the far left is expanded (you may have to hover your mouse over the left side to see the arrow): -TODO screenshot +Screenshot of the top-left of the Element client pointing out the arrow directly to the right of the profile picture in the upper-left corner Then hover over the SeaGL space and click the three dots menu: -TODO screenshot +Screenshot of the SeaGL space item in the Element left pane, with the three dots button at the right of the list item highlighted You can also click the arrow on the left side of the SeaGL space to see the subspaces, which can help with navigation. TODO screenshot diff --git a/css/app/seagl.scss b/css/app/seagl.scss index 65e7b7ba..bfd8f0ad 100644 --- a/css/app/seagl.scss +++ b/css/app/seagl.scss @@ -366,3 +366,8 @@ p img { .navbar { margin: 0; } + +img.align-center { + display: block; + margin: auto; +} diff --git a/img/element-sidebar-arrow.webp b/img/element-sidebar-arrow.webp new file mode 100644 index 00000000..60becf76 Binary files /dev/null and b/img/element-sidebar-arrow.webp differ diff --git a/img/element-three-dots-menu.webp b/img/element-three-dots-menu.webp new file mode 100644 index 00000000..b94a93b8 Binary files /dev/null and b/img/element-three-dots-menu.webp differ