fix: moving fediverse verification into link tags inside head, so they are not keyboard focusable while hidden (WCAG 1.3.1 Info and Relationships)
This commit is contained in:
parent
91da541ccf
commit
77871367c0
1 changed files with 11 additions and 14 deletions
25
index.html
25
index.html
|
@ -13,6 +13,17 @@
|
|||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<link rel="icon" type="image/png" href="/images/favicon.png" />
|
||||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
||||
<!-- Mastodon verification -->
|
||||
<link rel="me" href="https://stream.fedi.camp/@fedicamp24" />
|
||||
<link rel="me" href="https://dz.social/@tobi" />
|
||||
<link rel="me" href="https://social.tchncs.de/@wuffel" />
|
||||
<link rel="me" href="https://social.tchncs.de/@herbstfreud" />
|
||||
<link rel="me" href="https://social.tchncs.de/@raspel" />
|
||||
<link rel="me" href="https://fedifreu.de/@korporal" />
|
||||
<link rel="me" href="https://social.tchncs.de/@lady_amalthea" />
|
||||
<link rel="me" href="https://suma-ev.social/@christian" />
|
||||
<link rel="me" href="https://mastodon.xyz/@Profpatsch" />
|
||||
<link rel="me" href="https://fedifreu.de/@chpietsch" />
|
||||
</head>
|
||||
<body class="is-preload">
|
||||
|
||||
|
@ -342,19 +353,5 @@
|
|||
<script src="assets/js/util.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
<script src="assets/js/content-loader.js"></script>
|
||||
|
||||
|
||||
<!-- Mastodon verification -->
|
||||
<a rel="me" href="https://stream.fedi.camp/@fedicamp24"></a>
|
||||
<a rel="me" href="https://dz.social/@tobi"></a>
|
||||
<a rel="me" href="https://social.tchncs.de/@wuffel"></a>
|
||||
<a rel="me" href="https://social.tchncs.de/@herbstfreud"></a>
|
||||
<a rel="me" href="https://social.tchncs.de/@raspel"></a>
|
||||
<a rel="me" href="https://fedifreu.de/@korporal"></a>
|
||||
<a rel="me" href="https://social.tchncs.de/@lady_amalthea"></a>
|
||||
<a rel="me" href="https://suma-ev.social/@christian"></a>
|
||||
<a rel="me" href="https://mastodon.xyz/@Profpatsch"></a>
|
||||
<a rel="me" href="https://fedifreu.de/@chpietsch"></a>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue