Promote a ton of headers

Looks nicer with these styles anyway
This commit is contained in:
2020-08-16 05:42:54 -05:00
parent 1c9dcf5c0e
commit afa32e2da4
12 changed files with 36 additions and 36 deletions

View File

@@ -9,10 +9,10 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>What is Matrix?</h2>
<h1>What is Matrix?</h1>
<p>Matrix is a communication platform. Think Discord, but hosted here and without <a href="https://cadence.moe/blog/2020-06-06-why-you-shouldnt-trust-discord">its problems</a>.</p>
<p>To get up and running, you only need to read the <a href="#gettingstarted">Getting Started</a> section. Everything else here is just in case you want or need it.</p>
<h3>On This Page:</h3>
<h2>On This Page:</h2>
<ul>
<li><a href="#gettingstarted">Getting Started</a></li>
<li><a href="#darkmode">Dark Mode</a></li>
@@ -30,7 +30,7 @@
</ul>
</div>
<div class="section" id="gettingstarted">
<h2>Getting Started</h2>
<h1>Getting Started</h1>
<p>Setting up Matrix is pretty simple. </p>
<p>Download, install, and launch <a href="https://about.riot.im/">Riot</a>. You'll be presented with the following screen:</p>
<img class="bigimg" src="/images/riot-tut-1.png" />
@@ -46,7 +46,7 @@
<p>After registering, you will automatically be added to the Welcome room. To find more rooms, hit "Explore". You can also create a room and invite other users to it.</p>
</div>
<div class="section" id="voicechat">
<h2>Voice Chat</h2>
<h1>Voice Chat</h1>
<p>Matrix uses a plugin called Jitsi for voice chat. Each Jitsi chat is unique to its own room. To add one, click this button:</p>
<img class="bigimg" src="/images/riot-vc-1.png" />
<p>Depending on how the room permissions are set up, you may have to be an admin to add one. From here, pick Jitsi and follow the prompts:</p>
@@ -58,17 +58,17 @@
<p>You can also add other embeds, such as a Spotify playlist or a YouTube video. For now, these plugins are run on another server, but I may bring them into 9iron eventually.</p>
</div>
<div class="section" id="communities">
<h2>Communities</h2>
<h1>Communities</h1>
<p>Where Discord has a Server, Matrix has Communities. You can join a bunch of rooms together in a community and invite people to it. To make a community, hit the big plus button on the left side of Riot and follow the prompts.</p>
</div>
<div class="section" id="darkmode">
<h2>Enabling Dark Mode</h2>
<h1>Enabling Dark Mode</h1>
<p>By default, Riot assumes that you light light mode. Nobody likes light mode. To turn on dark mode, click your name, click "Settings", then scroll down to the "Theme" section and pick "Dark theme". You may have to turn off "Match system theme" to do so:</p>
<img class="bigimg" src="/images/riot-darkmode-1.png" />
<img class="bigimg" src="/images/riot-darkmode-2.png" />
</div>
<div class="section" id="rules">
<h2>Rules</h2>
<h1>Rules</h1>
<p>The 9iron server as a whole only has two main rules:</p>
<ul>
<li>Upload something illegal in the United States and I'll kick your ass</li>
@@ -78,14 +78,14 @@
<p>For the rooms I own (like <code>#welcome</code> and <code>#adminbs</code>), the rules are in the <code>+9:9iron.club</code> community.</p>
</div>
<div class="section" id="federation">
<h2>Federation</h2>
<h1>Federation</h1>
<p>The server on 9iron can communicate with other servers as well. If you want to chat with someone on Matrix.org or some other server, you can. When Setting up a room, add a local address and give it to the person on the other server:</p>
<img class="bigimg" src="/images/riot-fedi-1.png" />
<img class="bigimg" src="/images/riot-fedi-2.png" />
<p>In this case, I would give out <code>#adminbs:9iron.club</code>. With this, the user on the other server can join the room. You can also join theirs in a similar way (ie. you get given <code>#room:matrix.org</code>)</p>
</div>
<div class="section" id="contact">
<h2>Contact an Admin</h2>
<h1>Contact an Admin</h1>
<p>If the server goes down or you need to reach out to an admin for any reason, send an email to rehashedsalt@cock.li.</p>
</div>
</div>