new logo header
This commit is contained in:
parent
4497aa046d
commit
f2c16c4b84
5 changed files with 29 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue