change domain

This commit is contained in:
Reid 2024-08-02 19:38:19 -07:00
parent 72b1e8e0b4
commit db6702b64d
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
6 changed files with 13 additions and 13 deletions

View file

@ -13,12 +13,12 @@ import ProjectsList from "../components/Projects.astro";
<ProjectsList
projects={[
{
name: "reidlab.online",
name: "reidlab.pink",
description: "this website!",
date: new Date(2024, 6, 14),
links: [
"https://reidlab.online",
"https://git.reidlab.online/reidlab/website"
"https://reidlab.pink",
"https://git.reidlab.pink/reidlab/website"
]
}
]}

View file

@ -13,10 +13,10 @@ import Card from "../components/Card.astro";
<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.online/reidlab" rel="me" target="_blank">self-hosted git</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>
</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) reidlab (dot) online</samp></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) reidlab (dot) this domain</samp></p>
</Card>
</Layout>