style: fix html alignment, etc.
This commit is contained in:
parent
1c34087354
commit
b5293a41a3
7 changed files with 329 additions and 324 deletions
|
@ -3,10 +3,10 @@
|
|||
@section('title', 'projects')
|
||||
@section('description', 'My projects')
|
||||
@section('content')
|
||||
@foreach ($categories as $category)
|
||||
@foreach ($categories as $category)
|
||||
<h1>{{ $category['name']}}</h1>
|
||||
@foreach ($category['projects'] as $project)
|
||||
<div>
|
||||
<div>
|
||||
<a href="{{ $project['url'] }}">{{ $project['name'] }}</a> - {{ $project['description'] }}<br/>
|
||||
<b>Languages:</b> {{ implode(", ", $project['languages']) }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue