new logo header

This commit is contained in:
fr34k 2020-10-30 20:49:47 +01:00
parent 4497aa046d
commit f2c16c4b84
5 changed files with 29 additions and 16 deletions

View file

@ -7,7 +7,6 @@
foreach($collections as $c) {
$html = '
<div class="collection">
<h1>' . $c["name"] . '</h1>
<div class="flexbox-col-img">
<div class="col-img-container">
<img class="col-image" src="projects_data/img/' . $c['preview_image_url'] . '" alt="example image for ' . $c['name'] .'">
@ -22,6 +21,7 @@
' . $c['collection_description'] . '
</div>
</div>
<h1>' . $c["name"] . '</h1>
</div>
';
print($html);