Update pages to be ADA-compliant

This commit is contained in:
Frankie B 2023-10-15 20:52:32 +01:00
commit 4b585fe2ca
10 changed files with 37 additions and 38 deletions

View file

@ -4,7 +4,7 @@
@section('content')
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.
<table class="info-table">
<table class="info-table" role="presentation">
<caption>
<h2>Fun Facts</h2>
<hr>
@ -27,7 +27,7 @@
</table>
<br>
<table class="info-table">
<table class="info-table" role="presentation">
<caption>
<h2>Interests</h2>
<hr>
@ -47,7 +47,7 @@
</table>
<br>
<table class="info-table">
<table class="info-table" role="presentation">
<caption>
<h2>Contact &amp; social</h2>
<hr>
@ -71,7 +71,7 @@
</table>
<br>
<table class="info-table">
<table class="info-table" role="presentation">
<caption>
<h2>niko</h2>
<hr>
@ -84,5 +84,4 @@
</td>
</tr>
</table>
@stop