jaderune.net

Files for https://jaderune.net
Log | Files | Refs | README | LICENSE

commit 52b0cd2d3c87586e7ec742a943ef95bf38649130
parent 16cc60d5f0b448766f405b1ef5ab5a3ce1a29ba6
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Wed, 15 Sep 2021 00:53:45 -0400

Update CSS and Mumble for better image display

Diffstat:
Mmain.css | 8++++++++
Mmumble.html | 20+++++++++++++++-----
2 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/main.css b/main.css @@ -85,6 +85,14 @@ a:visited { } /* END LINKS */ +/* IMAGES */ +img { + max-width: 100%; + margin-top: 10px; + margin-bottom: 10px; +} +/* END IMAGES */ + /* SERVICE CARDS */ .flex-wrapper { display: flex; diff --git a/mumble.html b/mumble.html @@ -30,9 +30,13 @@ <li>Download and install the Mumble client from the <a href="https://www.mumble.info/downloads/">Mumble website</a> or by using your operating system's package manager;</li> <li>Launch Mumble and optionally go through the audio tuning wizard;</li> <li>When the certificate management window opens, select the option "Automatic certificate creation" and finish the setup;</li> - <img src="/mumble-images/cert-creation.png" alt="The certificate creation dialog."> + <center> + <img src="/mumble-images/cert-creation.png" alt="The certificate creation dialog."> + </center> <li>The Mumble Server Connect window will now open, click "Add New..." at the bottom;</li> - <img src="/mumble-images/empty-server-list.png" alt="The server connection dialog, with the moust hovering over the 'Add New...' button."> + <center> + <img src="/mumble-images/empty-server-list.png" alt="The server connection dialog, with the moust hovering over the 'Add New...' button."> + </center> <li>Enter the information for our Mumble server:</li> <ul> <li><b>Address:</b> jaderune.net</li> @@ -40,11 +44,17 @@ <li><b>Username:</b> (Whatever name you want to be known by)</li> <li><b>Label:</b> JadeRune</li> </ul> - <img src="/mumble-images/add-server-dialog.png" alt="The dialog for adding a server to Mumble."> + <center> + <img src="/mumble-images/add-server-dialog.png" alt="The dialog for adding a server to Mumble."> + </center> <li>The server will now appear in the connection window where you can select it and click "Connect";</li> - <img src="/mumble-images/final-connect.png" alt="The server connection dialog with the JadeRune server now listed."> + <center> + <img src="/mumble-images/final-connect.png" alt="The server connection dialog with the JadeRune server now listed."> + </center> <li>When you connect for the first time, the server will prompt you for a password, you can ask any of your fellow members what it is or ask the XMPP bot.</li> - <img src="/mumble-images/password.png" alt="The password prompt."> + <center> + <img src="/mumble-images/password.png" alt="The password prompt."> + </center> </ol> <p>Once you've entered the password, you're all set! We recommend having a look through the settings. Specifically, it's a good idea to enable RNNoise under the Audio Processing session of the Audio Input tab of the settings for optimal noise suppression while chatting.</p> <p>Happy chatting!</p>