M site/me/index.html => site/me/index.html +28 -22
@@ 47,29 47,35 @@
class="mt-2 sm:mt-4 sm:max-w-xl px-3 sm:px-0 sm:ml-24 dark:bg-coolors-eerieBlack dark:text-white grid grid-rows-[1.5em,1fr] gap-y-8">
<main class="row-start-2">
<div class="flex flex-col gap-y-24">
- <nav class="flex flex-col gap-y-3 font-mono">
- <anc download href="https://baildon.co/static/contact.vcf">
- <div class="flex flex-row gap-x-1 items-center">
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
- stroke="currentColor" class="w-6 h-6">
- <path stroke-linecap="round" stroke-linejoin="round"
- d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155" />
- </svg>
- <span>+44 7969 638193</span>
- </div>
- </anc>
- <anc href="mailto:sean@baildon.co">
- <div class="flex flex-row gap-x-1 items-center">
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
- stroke="currentColor" class="w-6 h-6">
- <path stroke-linecap="round" stroke-linejoin="round"
- d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75" />
- </svg>
+ <div class="flex flex-col gap-y-5">
+ <header>
+ <h1 class="text-2xl font-medium tracking-wide sm:text-3xl font-display">Sean Baildon</h1>
+ </header>
- <span>sean@baildon.co</span>
- </div>
- </anc>
- </nav>
+ <nav class="flex flex-col gap-y-3 font-mono">
+ <anc download href="https://baildon.co/static/contact.vcf">
+ <div class="flex flex-row gap-x-1 items-center">
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
+ stroke="currentColor" class="w-6 h-6">
+ <path stroke-linecap="round" stroke-linejoin="round"
+ d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155" />
+ </svg>
+ <span>+44 7969 638193</span>
+ </div>
+ </anc>
+ <anc href="mailto:sean@baildon.co">
+ <div class="flex flex-row gap-x-1 items-center">
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
+ stroke="currentColor" class="w-6 h-6">
+ <path stroke-linecap="round" stroke-linejoin="round"
+ d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75" />
+ </svg>
+
+ <span>sean@baildon.co</span>
+ </div>
+ </anc>
+ </nav>
+ </div>
<picture>
<source srcset="/static/images/pokesean.webp" type="image/webp" />
<img src="/static/images/pokesean.png" alt="working at a desk"