Files
2022-01-12 14:58:42 -08:00

28 lines
831 B
HTML

---
layout: default
title: Gallery for Learn Enough JavaScript to Be Dangerous
---
<div class="gallery col-three">
<div class="col col-nav gallery-thumbs" id="gallery-thumbs">
<div class="current">
<img src="/images/small/beach.jpg" alt="Venice Beach"
data-large-version="/images/large/beach.jpg"
data-title="Venice Beach"
data-description="An overhead shot of Venice Beach, California.">
</div>
.
.
.
</div>
<div class="col col-content">
<div class="gallery-photo" id="gallery-photo">
<img src="/images/large/beach.jpg" alt="Venice Beach">
</div>
</div>
<div class="col col-aside gallery-info" id="gallery-info">
<h3 class="title">Venice Beach</h3>
<p class="description">An overhead shot of Venice Beach, California.</p>
</div>
</div>