personal-www/src/pages/index.mdx
imterah 265f03c21f
All checks were successful
Release code / build (push) Successful in 3m15s
chore: Revise website.
2025-02-19 21:49:31 -05:00

54 lines
1.6 KiB
Text

---
layout: '@/layouts/content.astro'
title: Home
description: Hi! I'm Tera. I'm a hobbyist software developer with a love for backend systems.
index: 0
---
import ContactList from '@/components/ContactList.astro'
import Pronouns from '@/components/Pronouns.astro'
import FunFact from '@/components/FunFact.astro'
import Kaomoji from '@/components/Kaomoji.astro'
import { recivi } from '@/stores/recivi'
import { addressDisplay, labelsDisplay } from '@/utils/recivi'
export const { origin, residence, labels } = recivi.bio
<h1 className="sr-only">About</h1>
Hello! I'm **{
recivi.bio.name
}** (<Pronouns />), {
labels && labelsDisplay(labels)
} {
residence && `based in ${addressDisplay(residence)}`
} {
origin && `(originally from ${addressDisplay(origin)})`
} who <FunFact />.
Welcome to my personal website! Please feel free to look around. I would recommend
looking at [my résumé / project portfolio](/resume).
*NOTE*: Not all projects are listed. If you want to find other projects, look at my GitHub.
## Keys
- OpenPGP: public key is on the keyserver `keyserver.ubuntu.com` with the email `me@terah.dev`
and fingerprint `1038C5D362F00D61532E9FD18FA7DD57BA6CEA37`.
## Credits
This website was based on [Recivi's Portfolio Example](https://github.com/recivi/portfolio).
I'd recommend checking it out, and the [Recivi](https://recivi.pages.dev/) project in general.
## Contact
If you want or need to reach out for me to any reason, please feel free to.
If you have a new and interesting idea that I could collaborate on, or want to
ask a question that I might be able to answer, or simply want to talk, you
should drop by and say hi!
<ContactList />