Update pages to be ADA-compliant

This commit is contained in:
Frankie B 2023-10-15 20:52:32 +01:00
commit 3bf78f4054
No known key found for this signature in database
10 changed files with 37 additions and 38 deletions

View file

@ -4,7 +4,7 @@
@section('description', 'My projects')
@section('content')
@foreach ($categories as $category)
<h1>{{ $category['name']}}</h1>
<h2>{{ $category['name']}}</h2>
@foreach ($category['projects'] as $project)
<div>
<a href="{{ $project['url'] }}">{{ $project['name'] }}</a> - {{ $project['description'] }}<br>