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