14 lines
704 B
Text
14 lines
704 B
Text
<div class="border-b border-gray-200 dark:border-gray-700 mb-8 pb-8">
|
|
<h2 class="m-0 mb-4 inline">
|
|
<a class="text-gray-700 dark:text-gray-200 text-xl font-black leading-tight tracking-normal md:text-2xl no-underline not-prose" href="/now">
|
|
Now
|
|
</a>
|
|
</h2>
|
|
<div class="dark:text-white text-gray-800">
|
|
<p>I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.</p>
|
|
<p class="mb-0 flex flex-row items-start md:items-center">
|
|
<span class="pt-1 md:pt-0 mr-1">{{ status.emoji }}</span>
|
|
<span>{{ status.content }}</span>
|
|
</p>
|
|
</div>
|
|
</div>
|