-
Notifications
You must be signed in to change notification settings - Fork 0
/
2021-present-vancouver-island.html
109 lines (88 loc) · 4.19 KB
/
2021-present-vancouver-island.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!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 - Vancouver Island, BC, Canada. Apr 2021-Present</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>Vancouver Island, British Columbia, Canada. Apr 2021 - Present</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/LorSJ-Aa6Ok" frameborder="0"
allowfullscreen></iframe>
<span>Giant Pacific Octopus (GPO)</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/C1FIRTZKwp0" frameborder="0"
allowfullscreen></iframe>
<span>Wolf Eel</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/9xGCGjEY3KY" frameborder="0"
allowfullscreen></iframe>
<span>Shaking hands with GPO</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/Kdii9VH8mqs" frameborder="0"
allowfullscreen></iframe>
<span>Big GPO at Ogden Point</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/ZzPz0ltW_ns" frameborder="0"
allowfullscreen></iframe>
<span>GPO Sleeping at Ogden Point</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/9e1eASmSEf4" frameborder="0"
allowfullscreen></iframe>
<span>Night Dive at Ogden Point, May 2023</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/C0qg1dvYitY" frameborder="0"
allowfullscreen></iframe>
<span>GPO Ogden Point, June 2023</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/N9hQ9tfhS58" frameborder="0"
allowfullscreen></iframe>
<span>Deep Cove + Wreck, June 2023</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/2oJUsDKIcvk" frameborder="0"
allowfullscreen></iframe>
<span>Kelp Forest</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/hGnyv7DDn5A" frameborder="0"
allowfullscreen></iframe>
<span>Sooke Potholes</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/3YP_r2AlSVk" frameborder="0"
allowfullscreen></iframe>
<span>Bull Kelp Forest</span>
</div>
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/w8eB9RBES6s" frameborder="0"
allowfullscreen></iframe>
<span>Killer Whales, Ogden Point, July 2023</span>
</div>
</section>
</div>
</body>
</html>