feat(components): picture and username

This commit is contained in:
OLIMINATOR 2023-01-06 21:34:12 +01:00
parent 3c09db22e6
commit 581178d9d8
3 changed files with 10 additions and 0 deletions

BIN
src/assets/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -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 />

View file

@ -0,0 +1,3 @@
<h1 class="mt-4 text-3xl font-bold text-black">
<span class="mr-1 text-[#0091FF]">@</span>oliminator
</h1>