Skip to content

Commit

Permalink
chore(accessibility): add H1 header
Browse files Browse the repository at this point in the history
Fixes #34
  • Loading branch information
cmaneu committed Apr 22, 2024
1 parent 6a282f8 commit fa36365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<div class="flex flex-col min-h-screen">
<header class="mt-24 px-4 text-center space-y-5">
<p class="max-w-lg mx-auto"><img width="512px" height="190px" class="mx-auto" src="images/fabric-notes-header.svg" alt="Fabric Notes" /></p>
<h1 class="max-w-lg mx-auto"><img width="512px" height="190px" class="mx-auto" src="images/fabric-notes-header.svg" alt="Fabric Notes" /></h1>
<p class="text-xl mx-4">Simple drawings illustrating the main concepts of <span class="font-bold text-teal-700">Microsoft Fabric</span> to empower anyone to build stuff on Fabric.</p>
<div role="heading" aria-level="2" aria-label="Note for people using a screen reader: This website is a collection of drawings. For each drawing, we are only giving a one-sentence phrase describing it, but it's not sufficient. We welcome contributions to make these fabric notes accessible."></div>
<p class="text-gray-700">Inspired by <a class="text-blue-600 underline" href="https://azurecosmosdb.github.io/CosmicNotes/">🌍 Cosmic Notes</a></p>
Expand Down

0 comments on commit fa36365

Please sign in to comment.