mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 13:19:31 +08:00
new friend
This commit is contained in:
parent
351defae29
commit
f89931db5e
2 changed files with 8 additions and 1 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue