mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
feat(components): picture and username
This commit is contained in:
parent
3c09db22e6
commit
581178d9d8
3 changed files with 10 additions and 0 deletions
BIN
src/assets/images/logo.png
Normal file
BIN
src/assets/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
import { Image } from '@astrojs/image/components';
|
||||
|
||||
import logo from '../assets/images/logo.png';
|
||||
---
|
||||
|
||||
<Image src={logo} alt="" class="rounded-full w-28" /><img />
|
|
@ -0,0 +1,3 @@
|
|||
<h1 class="mt-4 text-3xl font-bold text-black">
|
||||
<span class="mr-1 text-[#0091FF]">@</span>oliminator
|
||||
</h1>
|
Loading…
Reference in a new issue