change domain
This commit is contained in:
parent
72b1e8e0b4
commit
db6702b64d
6 changed files with 13 additions and 13 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue