1
0
Fork 0

Update about page

I've also added styling for blockquotes. Make sure to press CTRL + F5!
This commit is contained in:
will 2023-01-12 06:51:44 -07:00
parent 80f36b57f4
commit c0de08f57c
2 changed files with 17 additions and 1 deletions

View file

@ -15,7 +15,7 @@
<!--a href="games/">games</a-->
<a href="uses/">uses</a>
</nav>
<p><span title="General Kenobi!">Hello there!</span> They call me Will, but I tend to go by niceopod or deep twisty (more on that later) on the internet. I like to make stuff on the computer, like <a href="https://deeptwisty.bandcamp.com/">music</a>, or <a href="https://deeptwisty.com/art">art</a>, or this website. I've heard rumors calling me such things as "canadian", "autistic", and "incalculably talented". I cannot confirm or deny any of these allegations.</p>
<p><span title="General Kenobi!">Hello there!</span> They call me Will, but I tend to go by deep twisty (more on that later) or some variation of "isopod" or "bathynomus" on the internet. I like to make stuff on the computer, like <a href="https://deeptwisty.bandcamp.com/">music</a>, or <a href="https://deeptwisty.com/art">art</a>, or this website. I've heard rumors calling me such things as "canadian", "autistic", and "incalculably talented". I cannot confirm or deny any of these allegations.</p>
<h2>What's a "deep twisty"?</h2>
<p>"deep twisty" is a pseudonym I came up with to release music under, because everyone is doing it. It comes from some tweets from an <a href="https://web.archive.org/web/20221214182955/https://twitter.com/SubnauticaSCM/status/1095774020446744576">official Subnautica twitter account</a> where they referred to the then-work-in-progress Deep Twisty Bridges biome as just "deep twisty". I thought it sounded funny. Funny enough to brand myself on, apparently.</p>
<p>As for "niceopod", "nice" was the best word I could think of that rhymes with the first syllable of "isopod". I feel like it sounds like I'm trying to say I'm nice. <span title="I'm slowly deprecating this username for this reason. You'll typically find it replaced with &quot;isopod&quot; or &quot;bathynomus&quot; or some other isopod-related thing, depending on availability.">I'm not</span>, it's just that the alternatives were "iceopod" and "sliceopod". Isopods are nice though.</p>
@ -26,6 +26,10 @@
<h2>About the site</h2>
<p>This website (and my <a href="https://deeptwisty.com">other one</a>) is hosted using Nginx on a VPS running Ubuntu Server. It's written in pure <span title="I aspire to write my website in pure XHTML">HTML</span> and CSS with the server-side stuff done in PHP. I'd like to say it's entirely free of Javascript, but the old archived versions use it pretty heavily.</p>
<p>You can read about the history of this thing <a href="../blog/posts/deeptwistycom_2nd_anniversary_-_a_history_of_this_bullshit/">here</a>.</p>
<h2>Reviews</h2>
<blockquote>"Most of it goes over my head, but it's still fun to read and look at, and I am not immune to isopods."<span class="attr">-<a href="https://kalechips.net/">Kalechips</a></span></blockquote>
<blockquote>"Furry behavior"<span class="attr">-<a href="https://seaslug.neocities.org/">Seaslug</a></span></blockquote>
<blockquote>"fuxk"<span class="attr">-f</span></blockquote>
<div id="rightsidebg" style="background-image: url(bg.png); --distancefromcenter: -10%;" title="Pictured: Me on my daily walk"></div>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/chromealert.php'); ?>
</body>

View file

@ -155,6 +155,18 @@ table.highlightrows tr:nth-child(2n+1) {
table.highlightrows tr:nth-child(2n+1):hover {
background-color: #ffffff11;
}
blockquote {
padding: 1rem 1.5rem;
margin: 0;
border-left: 3px solid white;
background-color: #fff1;
margin-bottom: 1rem;
}
blockquote .attr {
display: block;
margin-left: 3rem;
margin-top: 1rem;
}
@media(max-width: 650px) {
body {