tvl-depot/users/wpcarro/website/fragments/homepage.html
William Carroll 1d4f88cbde feat(wpcarro/blog): Add a blog index page
TL;DR:
- Create an index page to list blog posts
- Drop blog.wpcarro.dev -> wpcarro.dev/blog
- Create fragments directory to host reusable static website components
- Consume fragments in wpcarro.dev and wpcarro.dev/blog for brand consistency

Change-Id: Ib8440300c008c3c0c5e5a6f207e4ea207dd41b47
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4717
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
2021-12-27 16:02:47 +00:00

20 lines
1 KiB
HTML

<section class="leading-7">
<p class="relative text-3xl text-center font-bold pt-6 md:pt-14 pb-10">
Hey! I'm William.<span class="pl-10 relative"><span class="block absolute right-0 top-0 transition-transform hover:rotate-90">👋</span></span>
</p>
<p class="pb-4">
I write software. Currently I work as a <b>Site Reliability Engineer</b> for
<a class="text-blue-600 font-bold hover:underline" href="https://drive.google.com">Google Drive</a>.
</p>
<p class="pb-4">
I'm <b>wpcarro</b> on
<a class="font-bold text-blue-600 hover:underline" href="https://github.com/wpcarro">GitHub</a>
(and elsewhere), but if you're looking for code samples, the majority of
my open-source work resides in a magical place called the
<a class="font-bold text-blue-600 hover:underline" href="https://cs.tvl.fyi/depot/-/tree/users/wpcarro">depot</a>.
</p>
<p class="pb-4">
If I'm not coding, I'm likely meditating, training Jiu Jitsu, or
fumbling around on the piano or drums.
</p>
</section>