-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisuals.html
More file actions
34 lines (32 loc) · 1.27 KB
/
visuals.html
File metadata and controls
34 lines (32 loc) · 1.27 KB
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
28
29
30
31
32
33
34
---
title: "Visual"
layout: posts
---
<article class="visuals">
<section data-behavior="carousel">
<ul class="videos">
<li>
<iframe src="https://player.vimeo.com/video/109002548?title=0&byline=0&portrait=0&color=cfcfcf%22%20width=%22888"></iframe>
</li>
<li>
<iframe src="https://player.vimeo.com/video/99653555?title=0&byline=0&portrait=0&color=cfcfcf%22%20width=%22888"></iframe>
</li>
<li>
<iframe src="https://player.vimeo.com/video/84338572?title=0&byline=0&portrait=0&color=cfcfcf%22%20width=%22888"></iframe>
</li>
<li>
<iframe src="https://player.vimeo.com/video/83601495?title=0&byline=0&portrait=0&color=cfcfcf%22%20width=%22888"></iframe>
</li>
<li>
<iframe src="https://player.vimeo.com/video/81305762?title=0&byline=0&portrait=0&color=cfcfcf%22%20width=%22888"></iframe>
</li>
<li>
<iframe src="https://player.vimeo.com/video/73152136?title=0&byline=0&portrait=0&color=cfcfcf%22%20width=%22888"></iframe>
</li>
</ul>
</section>
<nav>
<a data-behavior="previous" class="previous" href="#">previous</a>
<a data-behavior="next" class="next" href="#">next</a>
</nav>
</article>