-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathListing_11.9.html
More file actions
27 lines (26 loc) · 831 Bytes
/
Listing_11.9.html
File metadata and controls
27 lines (26 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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>