update collection page design
This commit is contained in:
parent
c69fe74067
commit
0f3d3db46e
3 changed files with 26 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php include('header.tpl'); ?>
|
||||
<div id="project_margin">
|
||||
<div id="content_padding">
|
||||
<?php include('projects_data/project_items.php'); ?>
|
||||
<div class="collection_container">
|
||||
<?php
|
||||
|
@ -10,12 +10,8 @@
|
|||
<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'] .'">
|
||||
<div class="col-img-desc">
|
||||
<div>
|
||||
<p>' . $c['name'] . '</p>
|
||||
<a href="show_collection.php?id=' . $index .'" class="button button-accent button-small">Details</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="col-img-desc" href="#">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-desc">
|
||||
' . $c['collection_description'] . '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue