Add regions as recommended by WebAIM
This commit is contained in:
parent
8552f7e7bb
commit
ab603f5900
21
index.html
21
index.html
@ -37,9 +37,16 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<header>
|
||||||
<h1>Welcome to Classic Web</h1>
|
<h1>Welcome to Classic Web</h1>
|
||||||
<p>Hello from morgan[a]zoemp.be</p>
|
<p>Hello from morgan[a]zoemp.be</p>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<nav>
|
||||||
|
<!-- Navigation Links (if any) -->
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
<!-- Your Commitment Section -->
|
<!-- Your Commitment Section -->
|
||||||
<section>
|
<section>
|
||||||
<h2>Our Commitment to Web Standards and Accessibility</h2>
|
<h2>Our Commitment to Web Standards and Accessibility</h2>
|
||||||
@ -67,12 +74,6 @@
|
|||||||
<p>Learn more about our commitment to these values and join our journey towards a more ethical and user-controlled web.</p>
|
<p>Learn more about our commitment to these values and join our journey towards a more ethical and user-controlled web.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script async src="https://ackee.zoemp.be/tracker.js" data-ackee-server="https://ackee.zoemp.be" data-ackee-domain-id="2baf29a2-e1ac-4777-a141-8d1a08cb355f"></script>
|
|
||||||
<p>
|
|
||||||
This page is exempt from big tech links. For more information, visit
|
|
||||||
<a href="https://bigtechdetective.net/">Big Tech Detective</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<!-- Carbon Badge -->
|
<!-- Carbon Badge -->
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.websitecarbon.com/website/classic-zoemp-be/">
|
<a href="https://www.websitecarbon.com/website/classic-zoemp-be/">
|
||||||
@ -117,7 +118,7 @@
|
|||||||
|
|
||||||
<!-- WebAIM Validation Badge -->
|
<!-- WebAIM Validation Badge -->
|
||||||
<p>
|
<p>
|
||||||
<a href="https://webaim.org/">
|
<a href="https://wave.webaim.org/report#/https://classic.zoemp.be">
|
||||||
<img src="https://img.shields.io/badge/WebAIM-validated-green.png" alt="WebAIM Validated" style="width:116px; height:20px;">
|
<img src="https://img.shields.io/badge/WebAIM-validated-green.png" alt="WebAIM Validated" style="width:116px; height:20px;">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -135,12 +136,18 @@
|
|||||||
<img src="https://img.shields.io/badge/Lighthouse-tested-green.png" alt="Lighthouse Tested" style="width:116px; height:20px;" loading="lazy">
|
<img src="https://img.shields.io/badge/Lighthouse-tested-green.png" alt="Lighthouse Tested" style="width:116px; height:20px;" loading="lazy">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>This page is exempt from big tech links. For more information, visit <a href="https://bigtechdetective.net/">Big Tech Detective</a>.</p>
|
||||||
<!-- Link to your own Humans.txt file -->
|
<!-- Link to your own Humans.txt file -->
|
||||||
<p>
|
<p>
|
||||||
<a href="/humans.txt">
|
<a href="/humans.txt">
|
||||||
<img src="/humanstxt-isolated-blank.gif" alt="Humans.txt" width="88" height="31">
|
<img src="/humanstxt-isolated-blank.gif" alt="Humans.txt" width="88" height="31">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script async src="https://ackee.zoemp.be/tracker.js" data-ackee-server="https://ackee.zoemp.be" data-ackee-domain-id="2baf29a2-e1ac-4777-a141-8d1a08cb355f"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user