rewrite a few sections

This commit is contained in:
2025-07-24 20:51:01 -05:00
parent 88d510b06f
commit 2e0c2f3de5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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