Promote a ton of headers

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

View File

@ -8,9 +8,9 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>About 9iron</h2>
<h1>About 9iron</h1>
<p>Not really too much to say. I spun it up as a homepage to direct people to my other servers and am pleased at how well it's served that role.</p>
<h2>About Me</h2>
<h1>About Me</h1>
<p>I am Salt. I'm a sysadmin and I play video games. I'm most active on Discord, but can be reached very effectively through the Fediverse and email.</p>
<p>Hit me up if you wanna play something or if shit breaks.</p>
<dl>

View File

@ -8,13 +8,13 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Garry's Mod</h2>
<h1>Garry's Mod</h1>
<p>Just toss the IP into your favorites or open it through the console. Ask around for the password.</p>
</div>
<div class="section">
<h2>Servers</h2>
<h1>Servers</h1>
<div class="subcontainer">
<h3>Trouble in Terrorist Town</h3>
<h2>Trouble in Terrorist Town</h2>
<p><code>ttt.src.9iron.club</code></p>
<p><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2155532035">Addons List</a></p>
</div>

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>

View File

@ -9,19 +9,19 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Modded Minecraft</h2>
<h1>Modded Minecraft</h1>
<p>It's been a go-to of ours for a while. Ongoing and historical modpacks are listed here for your convenience and participation.</p>
<p>At-a-glance information is provided here for the various packs we play.</p>
<a href="/minecraft/setup" class="quickbutton">Setting Up Modded Minecraft</a>
</div>
<div class="section">
<h2>Current Modpacks</h2>
<h1>Current Modpacks</h1>
<p>Ain't nobody here but us chickens</p>
</div>
<div class="section">
<h2>Old Modpacks</h2>
<h1>Old Modpacks</h1>
<div class="subcontainer">
<h3>botaniapack-1</h3>
<h2>botaniapack-1</h2>
<p><code>botania.mc.9iron.club</code></p>
<p><a href="/files/botaniapack-1.zip">Download</a> (MultiMC)</p>
<p>1.10.2, Forge 2511</p>
@ -46,7 +46,7 @@
</ul>
</div>
<div class="subcontainer">
<h3>Magic Pack Redux</h3>
<h2>Magic Pack Redux</h2>
<p><code>magic-main.mc.9iron.club</code></p>
<p><a href="/files/magicpackredux.zip">Download</a> (MultiMC)</p>
<p>1.12.2, Forge 2673</p>
@ -63,7 +63,7 @@
</ul>
</div>
<div class="subcontainer">
<h3>Rotary Pack</h3>
<h2>Rotary Pack</h2>
<p><code>rotary-main.mc.9iron.club</code></p>
<p>Download: <a href="/files/rotarypack-client.zip">Client</a> (simple zip), <a href="/files/rotarypack-server.zip">Server</a></p>
<p>1.7.10, Forge 1614</p>
@ -79,7 +79,7 @@
</ul>
</div>
<div class="subcontainer">
<h3>FTB Ultimate Reloaded 1.8.0</h3>
<h2>FTB Ultimate Reloaded 1.8.0</h2>
<p><a href="https://www.curseforge.com/minecraft/modpacks/ftb-ultimate-reloaded/files/2746965">Download</a> (Curse)</p>
<p>1.12.2, Forge 2838</p>
<p>It's a remake of FTB Ultimate, and contains such wonderful things as Modular Powersuits and a complete lack of shitty expert mode stuff.</p>
@ -95,7 +95,7 @@
</ul>
</div>
<div class="subcontainer">
<h3>The 1.7.10 Magic Pack</h3>
<h2>The 1.7.10 Magic Pack</h2>
<p><a href="/files/magicpack-1.zip">Download</a> (simple zip)</p>
<p>1.7.10, Forge 1614</p>
<p>Oh man, this one. We ended up going back to this pack at least 5(?) times because of how well it played. We were enthralled by the amount of content, especially the first time around. It's a heavy magic pack with Botania, Blood Magic, Thaumcraft, Witchery, and as many good addons for each as we could cram in there. It comes with numerous atmosphere mods, like World Tooltips, Dynamic Surroundings, SoundFilters, and more.</p>

View File

@ -8,7 +8,7 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Setting Up Modded Minecraft</h2>
<h1>Setting Up Modded Minecraft</h1>
<p>This guide will set you up with the following:</p>
<ul>
<li>Java, because that's <em>still</em> a pain in the dick to set up</li>
@ -17,7 +17,7 @@
</ul>
</div>
<div class="section" id="java">
<h2>1. Installing Java</h2>
<h1>1. Installing Java</h1>
<ol>
<li>Download <a href="https://sdlc-esd.oracle.com/ESD6/JSCDL/jdk/8u251-b08/3d5a2bb8f8d4428bbe94aed7ec7ae784/jre-8u251-windows-x64.exe?GroupName=JSC&FilePath=/ESD6/JSCDL/jdk/8u251-b08/3d5a2bb8f8d4428bbe94aed7ec7ae784/jre-8u251-windows-x64.exe&BHost=javadl.sun.com&File=jre-8u251-windows-x64.exe&AuthParam=1593609737_aee69d42e03369a5aed61477a858b110&ext=.exe">the 64-bit edition of Java 8</a></li>
<li>Run it</li>
@ -25,7 +25,7 @@
</ol>
</div>
<div class="section" id="multimc">
<h2>2. Installing MultiMC</h2>
<h1>2. Installing MultiMC</h1>
<p>MultiMC is the launcher that we use to organize our modpacks. It has a number of features to make pack installation easier.</p>
<ol>
<li>Download <a href="https://multimc.org/#Download">MultiMC</a></li>
@ -43,7 +43,7 @@
<p>After that, it'll drop you to the main screen and you can progress to the next step.</p>
</div>
<div class="section" id="pack">
<h2>3. Installing a Modpack</h2>
<h1>3. Installing a Modpack</h1>
<p>Packs on the server, as of the time of writing this document, will from now on be provided in a format that's much easier to use with MultiMC. If, for whatever reason, you have to install one that <em>isn't</em>, flag down a moderator and have them show you. It's honestly a pretty involved process.</p>
<ol>
<li>Open MultiMC</li>
@ -56,7 +56,7 @@
<p>If MultiMC prompts for it, be sure to set up your Minecraft account.</p>
</div>
<div class="section" id="joining">
<h2>4. Joining a Server</h2>
<h1>4. Joining a Server</h1>
<p>This one's pretty easy, thankfully</p>
<ol>
<li>Copy the server URL (something like <code>modpack.mc.9iron.club</code>)</li>

View File

@ -10,7 +10,7 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Midnight Musings</h2>
<h1>Midnight Musings</h1>
<p>It's really more like 5 in the morning, but whatever.</p>
<p>I'm honestly not entirely sure what I want out of this website. On the one thing, I could host a blog here, but on the other, I'm trying to do so by writing out the markup by fucking hand. Like c'mon, guy.</p>
<p>Perhaps it's just because it's way way late, perhaps it's because I didn't get enough sleep last night, perhaps a combination thereof, but I don't really care. I feel like there's charm in just writing it out in HTML and committing it, waiting for my box to pull it at noon.</p>

View File

@ -10,7 +10,7 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Nightly Blogpost Time</h2>
<h1>Nightly Blogpost Time</h1>
<p>I work second shift, currently, which puts me going to bed at like 4-5AM, sometimes 6-7 depending on my shift. Naturally, <em>no</em> sensible motherfucker is up at this hour, which gives me a lot of time to do nothing but write code and dump my thoughts.</p>
<p>I'm really enjoying just how much thoughtless (thoughtful?) garbage I'm able to throw at this terminal in a night. It really helps precipitate my thoughts into more solid opinions, for sure.</p>
<p>But enough about that.</p>

View File

@ -9,7 +9,7 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Inflation in Modded Minecraft</h2>
<h1>Inflation in Modded Minecraft</h1>
<p>It's hard to believe Minecraft is 9 years old, and even harder to believe that <a href="https://howoldisminecraft1710.today/">the single biggest version for modded</a> is almost 6. There's been so much refinement in modding tools and mods themselves since; orders of magnitude more complexity, more things, <em>cooler</em> things. The dev for Factorio once said that a major inspiration for him was IC2. <em>It's that good</em>. But it's inflated to hell and back.</p>
<p>Let's take a popular mod as a baseline, as I feel that it best represents (and is the posterboy for) its power system: Thermal. A basic generator produces 80RF/t (unit power per unit time) and can handle a basic powered furnace and a Pulverizer simultaneously. With upgrades, some of the largest basic Thermal generator setups I've seen produce upwards of 20-80kRF/t, can power <em>damn</em> good furnaces, and are easily scaleable.</p>
<p>Thermal also provides an addon mod: Redstone Arsenal. This mod adds tools, armor, and weapons that consume RF to work. They're upgrades from diamond, can never break, but require infrastructure. It's a good system. The armor holds 800kRF per piece and consumes 200 per hit. Wearing four pieces of armor, this means it takes half a second of basic shitty coal generator power production to effectively add one durability point to your better-than-diamond armor.</p>

View File

@ -9,7 +9,7 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>An Update</h2>
<h1>An Update</h1>
<p>Just want to keep this site up to speed.</p>
<p>It's been months since my last post and and a lot has happened. I've landed a job as an actual sysadmin, made friends, eased stress, and suffered loss. It's been exhausting, which is why I haven't posted much.</p>
<p>On top of that, I have basically no social media presence so nobody reads these things anyway. I know I said I would do this for myself, but as it turns out, doing things for yourself is hard, and I'm no social butterfly by any metric.</p>

View File

@ -9,7 +9,7 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Dumb Shit</h2>
<h1>Dumb Shit</h1>
<p>Finally got a wild hare up my ass and redid the CSS. Again. Outside of that, only thing that's been going on is what feels like the collapse of my circle of friends. F. Oh, and Matrix I guess.</p>
<p>I'm not gonna get into the details of it here since this <em>is</em> a public blog and my friends <em>can</em> (read: don't) read it from time to time. Hell, nobody does. But regardless, what <em>did</em> happen feels unjust and I can't help but feel partially responsible for it. I know I wasn't the axeman, but being supportive isn't a virtue.</p>
<p>I'm still sorry, Sam.</p>

View File

@ -9,7 +9,7 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Posts</h2>
<h1>Posts</h1>
<p>Included is a list of all blog posts I've written here, latest first. I try to post as frequently as I can make an excuse to.</p>
<p>It's also got a <a href="/feed">feed</a> if you want it.</p>
<dl>

View File

@ -9,17 +9,17 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Terraria</h2>
<h1>Terraria</h1>
<p>This game just keeps getting fucking updates, dude. Listed here are all the servers that we have going at the moment. We only ever have one playthrough going at a time, so if the main world is modded, so are the farming worlds.</p>
<p>The password is <code>dicks</code>. The password is always <code>dicks</code>.</p>
</div>
<div class="section">
<h2>Main World</h2>
<h1>Main World</h1>
<p><code>terraria.9iron.club:7777</code>, Master mode, Vanilla</p>
<p>The main world with the main base and all the NPCs.</p>
</div>
<div class="section">
<h2>Old Worlds</h2>
<h1>Old Worlds</h1>
<ul>
<li><a href="/files/1401-farm-master1.wld">1401-farm-master1</a> - 2020-06-01</li>
</ul>