diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/pages/home.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index e5dd9fa..fd6938c 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -2,7 +2,7 @@ @section('title', 'Home') @section('description', 'This is the personal homepage of floppydisk.') @section('content') - <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p> + <p>Hi! This is my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p> <table class="info-table" role="presentation"> <caption> @@ -16,7 +16,7 @@ <td>◆ Theatre Technician, "Web Developer" and NixOS User</td> </tr> <tr> - <td>◆ Loves ETC desks but often prefers Generics to LEDs</td> + <td>◆ Loves ETC desks, prefers Generics to LEDs for some reason</td> </tr> <tr> <td>◆ Spends way too much time on his computer</td> |