-
Notifications
You must be signed in to change notification settings - Fork 0
/
2023-jan-guardalavaca-cuba.html
83 lines (67 loc) · 3.01 KB
/
2023-jan-guardalavaca-cuba.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!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 - Guardalavaca, Holguín, Cuba. Jan 2023</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>Guardalavaca, Holguín, Cuba. Jan 2023</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/oOgN4YrL3P4" frameborder="0"
allowfullscreen></iframe>
<span>La Cadena, (The Chain) - 47m Deep</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/ECYp-G-k4Z8" frameborder="0"
allowfullscreen></iframe>
<span>Lion Fish</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/LnEKHJP09-0" frameborder="0"
allowfullscreen></iframe>
<span>Russian 152mm??? Towed Gun</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/9zaukK4AwjQ" frameborder="0"
allowfullscreen></iframe>
<span>Russian T72? Tank</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/VAs0USVRq58" frameborder="0"
allowfullscreen></iframe>
<span>Russian T34? Tank</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/5BvR4cp8yaQ" frameborder="0"
allowfullscreen></iframe>
<span>Miscellaneous Russian Artillery</span>
</div>
<div class="carousel">
<div class="swiper">
<div id="swiper-wrapper" class="swiper-wrapper" data-dir="2023-guardalavaca" data-images="8"></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>