Update pages to be ADA-compliant
This commit is contained in:
parent
4066dbb6d3
commit
4b585fe2ca
10 changed files with 37 additions and 38 deletions
|
@ -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 & 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue