aboutsummaryrefslogtreecommitdiff
path: root/resources/views/pages/home.blade.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-08-15 00:13:53 +0100
committerFrankie B <git@diskfloppy.me>2023-08-15 00:13:53 +0100
commit6300a2d6966dfd5bf1e48808d8c8c1ceab7610c5 (patch)
tree43489c549c4417bb697722c61b900e06da9d7288 /resources/views/pages/home.blade.php
parenta7ea015b369a861e6b80e74ef72501675d2339fd (diff)
Improve table accessibility
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r--resources/views/pages/home.blade.php42
1 files changed, 12 insertions, 30 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php
index 89849b3..5a61de8 100644
--- a/resources/views/pages/home.blade.php
+++ b/resources/views/pages/home.blade.php
@@ -8,16 +8,10 @@
</div>
<table class="infotable">
- <tr>
- <td>
- <h1>Fun Facts</h1>
- </td>
- </tr>
- <tr>
- <td>
- <hr>
- </td>
- </tr>
+ <caption>
+ <h1>Fun Facts</h1>
+ <hr>
+ </caption>
<tr>
<td>&#9670; I am (unfortunately) British</td>
</tr>
@@ -34,16 +28,10 @@
<br>
<table class="infotable">
- <tr>
- <td colspan="2">
- <h1>Interests</h1>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <hr>
- </td>
- </tr>
+ <caption>
+ <h1>Interests</h1>
+ <hr>
+ </caption>
<tr>
<td>&#9670; <b>Tech Theatre</b></td>
<td>- Lighting, Stage Management, etc.</td>
@@ -60,16 +48,10 @@
<br>
<table class="infotable">
- <tr>
- <td colspan="2">
- <h1>Contact &amp; social</h1>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <hr>
- </td>
- </tr>
+ <caption>
+ <h1>Contact &amp; social</h1>
+ <hr>
+ </caption>
<tr>
<td><strong>E-mail:</strong></td>
<td><a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a></td>