Update relocates header, adds title to email link
This commit is contained in:
parent
9684e569a7
commit
0f61794871
1 changed files with 3 additions and 3 deletions
|
|
@ -46,10 +46,10 @@
|
|||
<body class="pattern bg-lightCyan dark:bg-black dark:text-white md:h-screen">
|
||||
<div class="md:grid md:grid-cols-layout md:h-full">
|
||||
<div class="p-8 md:order-2 md:col-start-2 md:col-end-3 bg-white dark:bg-black shadow-md">
|
||||
<main>
|
||||
<header class="mb-10 prose font-din">
|
||||
<h1 class="uppercase text-paleCerulean">Mike Wink</h1>
|
||||
</header>
|
||||
<main>
|
||||
<article class="mb-10 prose dark:text-white font-din">
|
||||
<p class="prose-2xl">Specializing in Craft CMS, Kirby CMS, Laravel, Statamic, Symfony, Livewire,
|
||||
Alpine.js, HTMX and more.
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
</p>
|
||||
<p>Working on several client projects, but there will be a full website
|
||||
soonish. You can reach me via email at
|
||||
<a href="mailto:me@mikewink.de">me@mikewink.de</a>
|
||||
<a href="mailto:me@mikewink.de" title="Send me an email">me@mikewink.de</a>
|
||||
if you want to.
|
||||
</p>
|
||||
<p>Mike</p>
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
</main>
|
||||
|
||||
<footer>
|
||||
<ul class="flex flex-row space-x-4 align-center" aria-label="A list of my three social media account">
|
||||
<ul class="flex flex-row space-x-4 align-center" aria-label="List of three social media account">
|
||||
<li>
|
||||
<a href="https://github.com/mikewink"
|
||||
title="GitHub profile Mike Wink, opens in a new tab"
|
||||
|
|
|
|||
Loading…
Reference in a new issue