This commit is contained in:
Joey Kimsey
2024-12-02 17:43:55 -05:00
parent 113499254b
commit de5530b1e3
95 changed files with 3192 additions and 509 deletions

View File

@ -0,0 +1,20 @@
<h1>Portfolio</h1>
<hr>
{LOOP}
<div class="media portfolio-link col-md-8 col-md-offset-2">
<div class="media-left">
<a href="#">
<img class="media-object" src="{image}" alt="{title} preview">
</a>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="{url}">{title}</a></h4>
{description}
</div>
</div>
{/LOOP}
{ALT}
<div class="portfolio-link">
<p>None Found</p>
</div>
{/ALT}