just rewriting text
This commit is contained in:
parent
ad33aad173
commit
c1b76c8201
5 changed files with 12 additions and 114 deletions
|
@ -6,7 +6,7 @@ import Card from "../components/Card.astro";
|
|||
|
||||
<Layout title="missing" description="a personal website for some computer nerd">
|
||||
<Card title="missing">
|
||||
<p>the file or page you're looking for is missing or no longer at this address. you may be able to find what you're looking for using the navigation panel on the left or top side of your screen</p>
|
||||
<p>the file or page you're looking for is missing or no longer at this address. you may be able to find what you're looking for using the navigation panel on the left or top side of your screen if you're on a mobile device</p>
|
||||
<p>if you cannot find what you need, but you expected it to be here, submit a request using my contact information</p>
|
||||
<p>would you like to head back to the <a href="/">main page</a>?</p>
|
||||
</Card>
|
||||
|
|
|
@ -6,9 +6,9 @@ import Card from "../components/Card.astro";
|
|||
|
||||
<Layout title="about me" description="a personal website for some computer nerd">
|
||||
<Card title="about me">
|
||||
<p>sup! i'm <strong>reid</strong> <i>(any/all)</i>, known online as reidlab. i'm a programmer, system administrator and chronically online thing.</p>
|
||||
<p>currently all i do is just program, but soon i want to get into art and / or music</p>
|
||||
<p>my favorite programming languages include <em>rust</em>, <em>lua</em>, <em>nix</em>, and <em>typescript</em>. i don't specialize in creating anything specific, it all just comes into my head as really dumb ideas that i later on execute</p>
|
||||
<p>some of my interests include games like oneshot, celeste, omori, undertale, deltarune, roblox, nerdy things like programming, sysadmin, and music genres such as shoegaze, rock, and hyperpop.</p>
|
||||
<p>hai! i'm <strong>reid</strong> <i>(any pronouns)</i>, known online as reidlab. i'm a programmer, system administrator, amateur artist, and terminally online totally-not-a-furry thing</p>
|
||||
<p>my favorite programming languages include <em>rust</em>, <em>lua</em>, <em>nix</em>, and <em>typescript</em>. i don't specialize in creating anything specific, it all just comes into my head as really dumb ideas that i later on execute in the most evil way i can imagine. :3c</p>
|
||||
<p>my favorite games include: oneshot, celeste, omori, undertale, deltarune, rain world, and roblox</p>
|
||||
<p>my favorite music genres include: shoegaze, rock, and hyperpop</p>
|
||||
</Card>
|
||||
</Layout>
|
|
@ -7,115 +7,12 @@ import Badges from "../components/Badges.astro";
|
|||
|
||||
<Layout title="landing" description="a personal website for some computer nerd">
|
||||
<Card title="hello">
|
||||
<p>yo, i'm <strong>reid</strong> <i>(any/all)</i>, welcome to my site</p>
|
||||
<p>i made this website so you can find what i do directly, instead of navigating through millions of social media profiles, websites, so on and so forth, just to see who a person is. most of what is on this website is pretty self-explainatory, and you can find most if not all the pages on the left or top side of the screen</p>
|
||||
<p>hai! i'm <strong>reid</strong> <i>(any pronouns)</i>, welcome to my site</p>
|
||||
<p>i made this website so you can find what i do and have directly, instead of navigating through millions of social media profiles, websites, so on and so forth, just to see who a person is. most of what is on this website is pretty self-explainatory, and you can find most if not all the pages on the left or top side of the screen if you're on a mobile device</p>
|
||||
<p>this site as a whole is still a bit of a work in progress, i still need to add more things to it <i>(a blog, perhaps?)</i>, and i'm trying to finally make the website more lightweight, mobile friendly, and accessible <i>(not using tables for my main layout, Jesus)</i>, and it seems to work pretty damn well! all content you see on the website is statically generated and javascript is only used in places where it is not required, and where i do have javascript, i try to make it minimal</p>
|
||||
<p>happy browsing, and feel free to reach out for anything! :3</p>
|
||||
</Card>
|
||||
<Card title="buttons">
|
||||
<Badges badges={[
|
||||
{
|
||||
imagePath: "/88x31.gif",
|
||||
alt: "CLI prompt displaying 'reidlab'",
|
||||
title: "my button! feel free to use or hotlink",
|
||||
href: "/"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/blinchik.gif",
|
||||
alt: "blinchik",
|
||||
title: "best site on the internet!",
|
||||
href: "https://yugoslavia.best"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/poweredbybob.gif",
|
||||
alt: "powered by bob"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/miku.gif",
|
||||
alt: "this site is miku approved"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/paws.gif",
|
||||
alt: "made with my own two paws"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/nixos.png",
|
||||
alt: "powered by nixos",
|
||||
title: "free me from this prison",
|
||||
href: "https://nixos.org"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/notitg.png",
|
||||
alt: "notitg",
|
||||
title: "play notitg!",
|
||||
href: "https://noti.tg"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/kriswheretfarewe.png",
|
||||
alt: "kris where tf are we"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/showmeyourheart.gif",
|
||||
alt: "final fantasy geometry dash",
|
||||
title: "▼▼ ▼▼ » ▲▲▲▲ ▲▲▲▲ ‹ ▼▼ ▼▼ › ▲▲▲ ▲▲▲",
|
||||
href: "https://gdbrowser.com/76767195"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/acab.gif",
|
||||
alt: "all cops are bastards"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/w3cbad.gif",
|
||||
alt: "w3c approved bad html markup"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/internetarchive.gif",
|
||||
alt: "internet archive",
|
||||
href: "https://archive.org"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/animeisgay.gif",
|
||||
alt: "anime is gay as hell, but i approve"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/halflife.gif",
|
||||
alt: "half life",
|
||||
title: "gorgon freeman...."
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/vscode.png",
|
||||
alt: "made with with vscode",
|
||||
href: "https://code.visualstudio.com/"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/oat100.gif",
|
||||
alt: "i got 100% on.zone",
|
||||
href: "https://oat.zone"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/oat.gif",
|
||||
alt: "oat.zone",
|
||||
title: "cool person!",
|
||||
href: "https://oat.zone"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/tidalwave.gif",
|
||||
alt: "tidal wave geometry dash",
|
||||
title: "<<<TIDAL<<<<<<\n>>>>>>>WAVE>>>",
|
||||
href: "https://gdbrowser.com/86407629"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/singasongaboutlife.gif",
|
||||
alt: "sing a song about life",
|
||||
title: "sing a song about life",
|
||||
href: "https://vyletpony.com/music"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/slugcat.png",
|
||||
alt: "slug cat",
|
||||
title: "Slug ca",
|
||||
href: "https://rainworldgame.com/"
|
||||
}
|
||||
]}></Badges>
|
||||
<Badges/>
|
||||
</Card>
|
||||
</Layout>
|
|
@ -9,8 +9,8 @@ import ProjectsList from "../components/Projects.astro";
|
|||
|
||||
<Layout title="projects" description="a personal website for some computer nerd">
|
||||
<Card title="projects">
|
||||
<p>unfortunately, at the moment, i don't have too much interesting things for you to see. eventually when i get my shit together, you'll see more and more things appear on here</p>
|
||||
<p>as always, my socials and contacts are on the left or top side of the screen for you to access if you wanna poke around in my git repositories</p>
|
||||
<p>unfortunately, at the moment, i don't have too much interesting things for you to see. eventually as time goes on, you'll see more and more things appear pop up on here</p>
|
||||
<p>as always, my socials and contacts are on the left or top side of the screen for you to access my git profiles if you wanna poke around in my git repositories</p>
|
||||
<ProjectsList/>
|
||||
</Card>
|
||||
</Layout>
|
|
@ -9,12 +9,13 @@ import Card from "../components/Card.astro";
|
|||
<p>other than here, you can find me at:</p>
|
||||
<ul>
|
||||
<li><a href="https://twitter.com/notreidlab" rel="me" target="_blank">twitter</a></li>
|
||||
<li><a href="https://bsky.app/profile/reidlab.pink" rel="me" target="_blank">bluesky</a></li>
|
||||
<li><a href="https://wetdry.world/@reidlab" rel="me" target="_blank">mastodon</a></li>
|
||||
<li><a href="https://discord.com/users/436321340304392222" target="_blank">reidlab @ discord</a></li>
|
||||
<li><a href="https://www.youtube.com/@reidlab" rel="me" target="_blank">youtube</a></li>
|
||||
<li><a href="https://rateyourmusic.com/~reidlab" rel="me" target="_blank">rateyourmusic</a></li>
|
||||
<li><a href="https://git.reidlab.pink/reidlab" rel="me" target="_blank">self-hosted git</a></li>
|
||||
<li><a href="https://github.com/reidlabwastaken" rel="me" target="_blank">github</a></li>
|
||||
<li><a href="https://www.youtube.com/@reidlab" rel="me" target="_blank">youtube</a></li>
|
||||
</ul>
|
||||
<p>if you'd like to get in touch with me, the only <em>reliable</em> way is via discord. i tend to take a while or sometimes miss other contact methods</p>
|
||||
<p>if you do not want to directly contact me through discord or want to contact about more serious inquries, you can try the email address <samp>reidlab (at) this domain</samp></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue