2017-03-31 13:37:53 -04:00
|
|
|
<main class="details fixed">
|
2017-03-08 13:46:50 -05:00
|
|
|
<section class="flex flex-no-wrap">
|
|
|
|
<div>
|
2017-03-31 16:36:22 -04:00
|
|
|
<img class="cover" width="284" src="<?= $data['image']['original'] ?>" alt="" />
|
2017-03-08 13:46:50 -05:00
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<h2><?= $data['name'] ?></h2>
|
|
|
|
|
|
|
|
<p><?= $data['description'] ?></p>
|
|
|
|
</div>
|
|
|
|
</section>
|
2017-03-08 12:55:49 -05:00
|
|
|
</main>
|