new friend

This commit is contained in:
SevicheCC 2024-10-27 13:45:52 +08:00
parent 351defae29
commit f89931db5e
Signed by untrusted user who does not match committer: SevicheCC
GPG key ID: C577000000000000
2 changed files with 8 additions and 1 deletions

View file

@ -103,5 +103,13 @@ export const friends: Friend[] = [
name: '竹子', name: '竹子',
link: 'https://zhuzi.dev', link: 'https://zhuzi.dev',
descr: 'Blah Blah Booooom' descr: 'Blah Blah Booooom'
},
{
id: 'litomore',
rel: 'friend',
title: "LitoMore's Mind",
name: 'LitoMore',
link: 'https://litomore.me',
avatar: 'https://avatars.githubusercontent.com/u/8186898?v=4'
} }
] ]

View file

@ -8,7 +8,6 @@ flags:
<script lang="ts"> <script lang="ts">
import Profile from '$lib/components/extra/profile.svelte' import Profile from '$lib/components/extra/profile.svelte'
</script> </script>
<Profile subname="sevichecc" bio={`An ordinary front-end engineer who spends her days wrestling with CSS and JavaScript at work, but dreams about the exciting world of backend development at night.`} > <Profile subname="sevichecc" bio={`An ordinary front-end engineer who spends her days wrestling with CSS and JavaScript at work, but dreams about the exciting world of backend development at night.`} >
<div class="flex flex-col md:flex-row gap-4 mt-4"> <div class="flex flex-col md:flex-row gap-4 mt-4">