i fear i shouldve commited earlier

This commit is contained in:
Reid 2025-01-13 18:36:43 -08:00
parent c697e7a278
commit e5af16bfeb
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
12 changed files with 113 additions and 80 deletions

View file

@ -5,12 +5,11 @@ import Card from "../components/Card.astro";
import Badges from "../components/Badges.astro";
---
<Layout title="landing" description="a personal website for some computer nerd">
<Layout title="landing">
<Card title="hello">
<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>
<p>hi! i'm <strong>reid</strong> <i>(any pronouns)</i>, welcome to my site</p>
<p>this site was made as a dumping grounds for whatever i decide to put on here eventually, more coming soon, i promise!! the whole thing as a whole is still a work in progress and i want to make it really feel like it is MY site in terms of styling <i>(we are failing at the moment)</i></p>
<p>feel free to look around, and if you have any questions, feel free to ask me on my socials or contact me directly</p>
</Card>
<Card title="buttons">
<Badges/>