tvl-depot/users/wpcarro/website/fragments/homepage.html
William Carroll 882c5570bf chore(wpcarro/website): Resize things for iPhone 12 Mini
The overflow-x was a bit embarrassing. I also touched-up other things while I
was getting my hands dirty in the CSS.

Change-Id: I7bfdbb0ab05c67f35fb11672b3dfc29b6c5a53d1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5927
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
2022-07-09 05:08:41 +00:00

20 lines
1,019 B
HTML

<section class="leading-6 md:leading-7 text-xs md:text-base">
<p class="relative text-xl md:text-3xl text-center font-bold pt-6 md:pt-14 pb-10">
Hey! I'm Bill.<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="@github@">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="@depotWork@">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>