Update info, update about page

This commit is contained in:
Hri7566 2024-02-01 07:23:10 -05:00
parent bf7035f326
commit 821f6dbdb7
3 changed files with 39 additions and 42 deletions

BIN
bun.lockb Executable file

Binary file not shown.

View File

@ -9,25 +9,25 @@ import LinkBox from "~/components/LinkBox.astro";
<PageBreak title="About" /> <PageBreak title="About" />
<ContentBox> <ContentBox>
<p class="text-gray-300"> <p class="text-gray-300">
Hello! My username is Hri7566. I currently have no job and I am Hello! My username is Hri7566. I am a hobbyist software developer.
struggling to survive as a hobbyist developer. I make websites and I make websites and miscellaneous apps. I write most of my projects
miscellaneous apps. I like to use Next.js most of the time, but I in TypeScript and C.
have recently taken a liking towards Astro. As a matter of fact,
this very site was migrated from Next to Astro!
</p> </p>
<br /> <br />
<p class="text-gray-300"> <p class="text-gray-300">
If you would like to talk about job opportunities or just want to If you would like to talk about job opportunities or just want to
reach out, you can contact me on Discord. You can try my Gmail or reach out, you can contact me on Discord. You can try my Gmail or
Twitter, but I don't check those as often. I check Discord just Twitter, but I don't check those as often. I check Discord just
about hourly, so that's why I suggest it. Also, I tend to reply to a about hourly, so that's why I suggest it. Also, I tend to reply to
lot of YouTube comments within a day or two. a lot of YouTube comments within a day or two. If you have my phone
number, texting me would be adequate.
</p> </p>
<br /> <br />
<p class="text-gray-300"> <p class="text-gray-300">
I'm a major contributor (debatably) to MPP/MPP.net and have created I'm a major contributor (debatably) to Multiplayer Piano and MPP.net
many scripts and projects centered around it. You can read more and have created hundreds of scripts and projects centered around it,
about it <a href="https://github.com/Hri7566/mppclone">here</a>. though most are deprecated and experimental. You can read more these
ventures <a href="https://github.com/Hri7566/mppclone">here</a>.
</p> </p>
</ContentBox> </ContentBox>
@ -80,32 +80,17 @@ import LinkBox from "~/components/LinkBox.astro";
<strong class="text-gray-300 font-bold text-lg" <strong class="text-gray-300 font-bold text-lg"
>Q: Why is your MPP server down?</strong >Q: Why is your MPP server down?</strong
> >
<p class="text-gray-300">A: It goes down a lot, it's old and buggy.</p> <p class="text-gray-300">A: It goes down a lot, it's old and buggy and it's hosted in germany.</p>
<br />
<strong class="text-gray-300 font-bold text-lg"
>Q: What is your real name?</strong
>
<p class="text-gray-300">
A: That's a little personal... but you can call me Ethan, if you
don't feel like saying "hri" all the time.
</p>
<br /> <br />
<strong class="text-gray-300 font-bold text-lg" <strong class="text-gray-300 font-bold text-lg"
>Q: What does your username mean?</strong >Q: What does your username mean?</strong
> >
<p class="text-gray-300">
A: I'm not really sure, I'm not the one who made it.
</p>
<br />
<strong class="text-gray-300 font-bold text-lg"
>Q: What is that supposed to mean?</strong
>
<p class="text-gray-300"> <p class="text-gray-300">
A: I'm not the one who made the first account with that name, but I A: I'm not the one who made the first account with that name, but I
knew the guy who did. He's not around anymore. knew the guy who did. He's not around anymore. It had something to
do with the human resources department for the company he used to
work for.
</p> </p>
<br /> <br />
@ -113,14 +98,14 @@ import LinkBox from "~/components/LinkBox.astro";
>Q: What games do you play?</strong >Q: What games do you play?</strong
> >
<p class="text-gray-300"> <p class="text-gray-300">
A: Minecraft and whatever is in my steam library A: A lot of Minecraft, Nintendo games, and whatever is in <a href="https://steamcommunity.com/id/hri7">my steam library</a>.
</p> </p>
<br /> <br />
<strong class="text-gray-300 font-bold text-lg" <strong class="text-gray-300 font-bold text-lg"
>Q: I'm from SC3. What do you own?</strong >Q: I'm from SC3. What do you do on there?</strong
> >
<p class="text-gray-300">A: I own XCL, which owns XNL.</p> <p class="text-gray-300">A: I own <a href="https://xcl.hri7566.info">XCL</a>, which owns XNL, which owned Femcorp at one point.</p>
<br /> <br />
<strong class="text-gray-300 font-bold text-lg" <strong class="text-gray-300 font-bold text-lg"

View File

@ -6,9 +6,21 @@ import LinkBox from "~/components/LinkBox.astro";
<Front title="Hri7566"> <Front title="Hri7566">
<PageBreak title="Links" /> <PageBreak title="Links" />
<div class="sm:ml-auto sm:mr-auto lg:w-1/2 sm:items-center">
<div id="links" class="mx-auto my-3 grid grid-cols-1 items-center justify-evenly sm:flex sm:mx-5">
<LinkBox title="Gitea" href="https://git.hri7566.info" center />
<LinkBox title="Hri's MPP" href="https://mpp.hri7566.info" center />
<LinkBox title="Multiplayer Piano Wiki" href="https://wiki.hri7566.info" center />
<LinkBox title="XCL" href="https://xcl.hri7566.info" center />
<LinkBox title="MPP User Archive" href="https://archive.hri7566.info" center />
<LinkBox title="Neocities" href="https://hri7566.neocities.org" />
</div>
</div>
<PageBreak title="Socials" />
<div class="sm:ml-auto sm:mr-auto lg:w-1/2 sm:items-center"> <div class="sm:ml-auto sm:mr-auto lg:w-1/2 sm:items-center">
<div <div
id="links" id="socials"
class="mx-auto my-3 grid grid-cols-1 items-center justify-evenly sm:flex sm:mx-5" class="mx-auto my-3 grid grid-cols-1 items-center justify-evenly sm:flex sm:mx-5"
> >
<LinkBox <LinkBox
@ -24,7 +36,7 @@ import LinkBox from "~/components/LinkBox.astro";
color="#6e5ac0" color="#6e5ac0"
/> />
<LinkBox <LinkBox
title="XCL" title="Gitea"
href="https://git.hri7566.info/Hri7566" href="https://git.hri7566.info/Hri7566"
center center
color="#ff9900" color="#ff9900"
@ -50,7 +62,7 @@ import LinkBox from "~/components/LinkBox.astro";
</div> </div>
</div> </div>
<PageBreak title="Projects" /> <PageBreak title="My Projects" />
<div class="sm:ml-auto sm:mr-auto sm:w-3/4"> <div class="sm:ml-auto sm:mr-auto sm:w-3/4">
<div <div
id="projects" id="projects"
@ -61,9 +73,9 @@ import LinkBox from "~/components/LinkBox.astro";
ComputerCraft. ComputerCraft.
</LinkBox> </LinkBox>
<LinkBox title="XCL" href="https://xcl.hri7566.info"> <LinkBox title="XCL" href="https://xcl.hri7566.info">
My science and engineering company based around the <a My in-game science and engineering company based around the <a
href="https://sc3.io">SwitchCraft 3</a href="https://sc3.io">SwitchCraft 3</a
> modded Minecraft server. > Minecraft server. Probably not a real company yet.
</LinkBox> </LinkBox>
<LinkBox <LinkBox
title="BadPaint" title="BadPaint"
@ -77,7 +89,8 @@ import LinkBox from "~/components/LinkBox.astro";
href="https://singleplayerpiano.com" href="https://singleplayerpiano.com"
> >
Tired of using Multiplayer Piano only to find other people are Tired of using Multiplayer Piano only to find other people are
frustrating you? frustrating you? Introducing the same website but not connected
to a server.
</LinkBox> </LinkBox>
<LinkBox <LinkBox
title="Skyrim Mouse Locker" title="Skyrim Mouse Locker"
@ -97,11 +110,10 @@ import LinkBox from "~/components/LinkBox.astro";
title="mpp-user-archive" title="mpp-user-archive"
href="https://github.com/Hri7566/mpp-user-archive" href="https://github.com/Hri7566/mpp-user-archive"
> >
Multiplayer Piano database service monorepo. This project took Multiplayer Piano user info database service monorepo
over a month to make.
</LinkBox> </LinkBox>
<LinkBox title="Cosmic" href="https://github.com/Hri7566/cosmic"> <LinkBox title="SuperCosmic" href="https://git.hri7566.info/Hri7566/supercosmic">
Chat bot for Discord and MPP. Lots of baking involved. Chat bot for Discord and MPP. There used to be baking in the old version, it might come back some day.
</LinkBox> </LinkBox>
<LinkBox title="HMPP" href="https://mpp.hri7566.info"> <LinkBox title="HMPP" href="https://mpp.hri7566.info">
A clone of Multiplayer Piano with a completely original backend A clone of Multiplayer Piano with a completely original backend