mirror of
https://github.com/artiemis/artie.moe.git
synced 2026-02-14 17:11:55 +00:00
add subtitle + adjust spacing
This commit is contained in:
parent
93211b3818
commit
78699a3192
@ -1,5 +1,6 @@
|
|||||||
<div>
|
<div class="text-center">
|
||||||
<p class="font-bold text-5xl">
|
<p class="font-bold text-5xl">
|
||||||
Hiya! I'm <span class="text-transparent bg-clip-text from-pink-400 to-purple-600 bg-gradient-to-r">Artur</span> 👋
|
Hiya! I'm <span class="text-transparent bg-clip-text from-pink-400 to-purple-600 bg-gradient-to-r">Artur</span> 👋
|
||||||
</p>
|
</p>
|
||||||
|
<p class="font-medium text-2xl mt-4">A laid-back software tinkerer.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
import { Icon } from "astro-icon";
|
import { Icon } from "astro-icon";
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="flex gap-x-2 mt-7">
|
<div class="flex gap-x-3 mt-6">
|
||||||
<a href="https://github.com/artiemis" target="_blank">
|
<a href="https://github.com/artiemis" target="_blank">
|
||||||
<Icon name="mdi:github" />
|
<Icon name="mdi:github" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user