projects: clickable project names
This commit is contained in:
parent
9755c67962
commit
0e0789d2f7
1 changed files with 12 additions and 2 deletions
|
@ -20,7 +20,12 @@
|
||||||
<h1
|
<h1
|
||||||
class="flex justify-center text-center font-display sm:text-4xl mt-5"
|
class="flex justify-center text-center font-display sm:text-4xl mt-5"
|
||||||
>
|
>
|
||||||
snowflake
|
<a href="https://git.flake.sh/notohh/snowflake">
|
||||||
|
<span
|
||||||
|
class="inline-block font-bold text-accent hover:motion-preset-oscillate-sm"
|
||||||
|
>snowflake
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="flex font-display sm:text-lg mt-5">
|
<h2 class="flex font-display sm:text-lg mt-5">
|
||||||
snowflake is my multi-config nixos repo. its the heart of my
|
snowflake is my multi-config nixos repo. its the heart of my
|
||||||
|
@ -107,7 +112,12 @@
|
||||||
<h1
|
<h1
|
||||||
class="flex justify-center text-center font-display sm:text-4xl mt-5"
|
class="flex justify-center text-center font-display sm:text-4xl mt-5"
|
||||||
>
|
>
|
||||||
notohh.dev
|
<a href="https://git.flake.sh/notohh/notohh.dev">
|
||||||
|
<span
|
||||||
|
class="inline-block font-bold text-accent hover:motion-preset-oscillate-sm"
|
||||||
|
>notohh.dev
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
<h2
|
<h2
|
||||||
class="flex justify-center text-center font-display sm:text-lg mt-5"
|
class="flex justify-center text-center font-display sm:text-lg mt-5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue