mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 08:49:31 +08:00
new friend
This commit is contained in:
parent
5e2805658b
commit
7860de0a9f
2 changed files with 8 additions and 1 deletions
|
@ -103,5 +103,13 @@ export const friends: Friend[] = [
|
|||
name: '竹子',
|
||||
link: 'https://zhuzi.dev',
|
||||
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'
|
||||
}
|
||||
]
|
||||
|
|
|
@ -8,7 +8,6 @@ flags:
|
|||
<script lang="ts">
|
||||
import Profile from '$lib/components/extra/profile.svelte'
|
||||
</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.`} >
|
||||
|
||||
<div class="flex flex-col md:flex-row gap-4 mt-4">
|
||||
|
|
Loading…
Reference in a new issue