fix out of date things
This commit is contained in:
parent
b0a0d9c613
commit
aa57268790
3 changed files with 4 additions and 5 deletions
|
@ -11,7 +11,7 @@ const constants = {
|
|||
git: "https://git.lio.cat/l",
|
||||
github: "https://github.com/fangmarks",
|
||||
libera: "https://liberapay.com/himbolion/",
|
||||
email: "mailto:twilight@lio.zone",
|
||||
email: "mailto:twilight@lio.cat",
|
||||
bluesky: "https://bsky.app/profile/did:plc:wherpiavw4rekzkmc6egfy4y"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,10 +5,9 @@ const getProfiles = () => {
|
|||
{ site: "bluesky", link: constants.socials.bluesky },
|
||||
{ site: "twitter", link: constants.socials.twitter },
|
||||
{ site: "fediverse", link: constants.socials.fedi },
|
||||
{ site: "liberapay", link: constants.socials.libera },
|
||||
// { site: "cohost", link: constants.socials.cohost },
|
||||
{ site: "forgejo", link: constants.socials.git },
|
||||
{ site: "forge", link: constants.socials.git },
|
||||
{ site: "github", link: constants.socials.github },
|
||||
{ site: "liberapay", link: constants.socials.libera },
|
||||
{ site: "email", link: constants.socials.email },
|
||||
]
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ const IndexPage = () => {
|
|||
<p>
|
||||
welcome to my corner of the internet.
|
||||
<br />
|
||||
i'm lio, 21 y/o, from Germany. <i><strong>they/them</strong></i> pronouns. <br />software dev and ui designer
|
||||
i'm lio, 22 y/o, from Germany. <i><strong>they/them</strong></i> pronouns. <br />software dev and ui designer
|
||||
</p>
|
||||
<p>
|
||||
If you want to see my professional work, you can visit <Link href="https://datashard.work" withArrow title="datashard.work" />
|
||||
|
|
Loading…
Add table
Reference in a new issue