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>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Welcome to Classic Web</h1>
|
||||
<p>Hello from morgan[a]zoemp.be</p>
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
<!-- Navigation Links (if any) -->
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<!-- Your Commitment Section -->
|
||||
<section>
|
||||
<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>
|
||||
</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 -->
|
||||
<p>
|
||||
<a href="https://www.websitecarbon.com/website/classic-zoemp-be/">
|
||||
@ -117,7 +118,7 @@
|
||||
|
||||
<!-- WebAIM Validation Badge -->
|
||||
<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;">
|
||||
</a>
|
||||
</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">
|
||||
</a>
|
||||
</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 -->
|
||||
<p>
|
||||
<a href="/humans.txt">
|
||||
<img src="/humanstxt-isolated-blank.gif" alt="Humans.txt" width="88" height="31">
|
||||
</a>
|
||||
</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>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user