rewrite a few sections
This commit is contained in:
@@ -177,7 +177,7 @@ const skills = await directus.request(
|
|||||||
></path>
|
></path>
|
||||||
</svg>
|
</svg>
|
||||||
<span class="relative inline-block overflow-hidden">
|
<span class="relative inline-block overflow-hidden">
|
||||||
<span class="relative z-10">Say Hello</span>
|
<span class="relative z-10">Send Email</span>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -37,7 +37,7 @@ const years = Object.keys(postsByYear).sort((a, b) => b - a);
|
|||||||
<p
|
<p
|
||||||
class="hero-text mx-auto mb-6 max-w-2xl text-sm text-zinc-600 sm:mb-10 sm:text-base dark:text-zinc-400"
|
class="hero-text mx-auto mb-6 max-w-2xl text-sm text-zinc-600 sm:mb-10 sm:text-base dark:text-zinc-400"
|
||||||
>
|
>
|
||||||
Thoughts, ideas, and explorations on technology and selfhosting.
|
A couple thoughts, a few ideas, and some guides on technology, development, and selfhosting.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user