-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2018-ago-la-plata-puerto-lopez-ecuador.html
57 lines (47 loc) · 2.01 KB
/
2018-ago-la-plata-puerto-lopez-ecuador.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./assets/style.css">
<meta name="theme-color" content="#151515">
<title>Mike's Top Dives - "La Plata" Island, Puerto López, Ecuador. Ago 2018</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" />
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script defer src="./scripts/slider.js"></script>
</head>
<body>
<header>
<div class="container">
<a class="a-title" href="index.html">
<h1>./ Home</h1>
</a>
<h2>"La Plata" Island, Puerto López, Ecuador. Ago 2018</h2>
</div>
</header>
<div class="container">
<section id="main_content">
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/zuVY4ROZGII" frameborder="0"
allowfullscreen></iframe>
<span>Lonely Manta-Ray</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/6W4V1SQCvXg" frameborder="0"
allowfullscreen></iframe>
<span>Mobulidae School (Devil Ray) in the distance</span>
</div>
<div class="carousel">
<div class="swiper">
<div id="swiper-wrapper" class="swiper-wrapper" data-dir="2018-la-plata" data-images="19"></div>
<div class="swiper-pagination"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
<span>Pics</span>
</div>
</section>
</div>
</body>
</html>