fix: removing line break elements (<br>) and replacing by semantic elements (p, ul) (WCAG 1.3.1 Info and Relationships)

This commit is contained in:
wohfab 2025-05-15 13:48:44 +02:00
parent 77871367c0
commit f2f7030c99

View file

@ -300,7 +300,7 @@
<h2 class="major">Kontakt</h2>
<p>Hier findet Ihr aktuelle Informationen. Kommt auch gern in den Matrix Raum!</p>
<!--<p><a href="#showmetheway" class="button">Anfahrt</a></p>-->
<a href="https://matrix.to/#/#fedicamp:hyteck.de" class="button">Matrix-Raum</a><br><br><br>
<p><a href="https://matrix.to/#/#fedicamp:hyteck.de" class="button">Matrix-Raum</a></p>
<p>Bei Fragen schreibt uns auch gern eine Mail an info(ät)fedi.camp</p>
</article>
@ -324,7 +324,14 @@
<p data-startline="15" data-endline="15">We are not using any analytics service for our websites.</p>
<h2 data-startline="14" data-endline="14">Server Log files</h2>
<p>The provider of the pages automatically collects and stores information in so-called server log files, which your browser automatically transmits to us. These are in particular:</p>
<p>- Browser type and browser version<br />- Operating system used<br />- Referrer URL<br />- Host name of the accessing computer<br />- Time of the server request<br />- IP address</p>
<ul>
<li>Browser type and browser version</li>
<li>Operating system used</li>
<li>Referrer URL</li>
<li>Host name of the accessing computer</li>
<li>Time of the server request</li>
<li>IP address</li>
</ul>
<p data-startline="23" data-endline="25">&nbsp;All data will be deleted after 24 hours and are only be used for investigating technical problems.</p>
<p data-startline="33" data-endline="38">&nbsp;</p>
<h2 data-startline="55" data-endline="12">Ticket System</h2>
@ -338,7 +345,9 @@
<!-- Footer -->
<footer id="footer">
<p class="copyright">&copy; Fedi.Camp <br> Design and Hosting by <a href="https://KABI.tk">KABI.tk</a> <br> <A href="#impressum">Impressum & GDPR</a> </p>
<p class="copyright">&copy; Fedi.Camp</p>
<p class="copyright">Design and Hosting by <a href="https://KABI.tk">KABI.tk</a></p>
<p class="copyright"><A href="#impressum">Impressum & GDPR</a></p>
</footer>
</div>