|
@@ -1,5 +1,5 @@
|
|
|
<template><NuxtLayout name="default">
|
|
|
- <div class="container mx-auto max-w-screen-xl md:px-12 sm:px-0 px-0">
|
|
|
+ <main class="container mx-auto max-w-screen-xl md:px-12 sm:px-0 px-0" role="main" aria-label="Home page">
|
|
|
<h3 class="sm:text-5xl text-3xl text-center -mt-6 sm:-mt-16 font-display">
|
|
|
I do things.
|
|
|
</h3>
|
|
@@ -11,7 +11,7 @@
|
|
|
</video></a>
|
|
|
</div>
|
|
|
<div class="aspect-w-16 aspect-h-9 shadow-lg">
|
|
|
- <a href="https://edugames.andreafranceschini.org/cash-or-card"><figure>
|
|
|
+ <a href="https://edugames.andreafranceschini.org/cash-or-card" title="Title screen for the game Cash or Card?"><figure>
|
|
|
<picture>
|
|
|
<source srcset="/images/cash_or_card-2x.webp" type="image/webp" />
|
|
|
<source srcset="/images/cash_or_card.jpg 1x, /images/cash_or_card-2x.jpg 2x" type="image/jpeg" />
|
|
@@ -38,7 +38,7 @@
|
|
|
<a href="/writing" class="writing flex-1"><span>Technical Writing</span></a>
|
|
|
<a href="/contact" class="other flex-1"><span>Something else</span></a>
|
|
|
</nav>
|
|
|
- </div>
|
|
|
+ </main>
|
|
|
</NuxtLayout></template>
|
|
|
|
|
|
<style lang="pcss">
|