-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 2.61 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Tioman diving - Reminiscing my vacation photos">
<title>Tioman diving - Reminiscing my vacation photos</title>
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="manifest" href="/icons/site.webmanifest">
<link rel="stylesheet" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
</head>
<body>
<div class="feeding-fishes">
<img src="media/Feeding_fishes-DIVE4_PHOTO4.webp" alt="Feeding fishes photo" >
<video controls loop muted preload="none" poster="media/Preload_Feeding_fishes-DIVE4_VID3.webp" title="Feeding fishes video">
<source src="media/Feeding_fishes-DIVE4_VID3.webm" type="video/webm">
Your browser does not support the video playback.
</video>
</div>
<div class="others">
<img src="media/Corals-GOPR5351-EFFECTS.webp" alt="Corals photo" >
<video controls loop muted preload="none" poster="media/Preload_Turtle.webp" title="Turtle video">
<source src="media/Turtle.webm" type="video/webm">
Your browser does not support the video playback.
</video>
</div>
<div class="text">
<p>Hand crafted by yours truly. Check out my other works at <a href="https://github.com/calvin-sg/" target="_blank" rel="noopener noreferrer">my GitHub repository</a>.</p>
<p>This page works best with Google Chrome. Having issues? Compatibility mode: <a href="https://diving.calvin.sg/legacy/" rel="noopener noreferrer">diving.calvin.sg/legacy</a>.</p>
</div>
<script src="https://kit.fontawesome.com/bd4d999258.js" crossorigin="anonymous"></script>
<div class="social-icon-bar">
<a href="https://battleship.calvin.sg/" class="battleship" target="_blank" rel="noopener noreferrer"><i class="fas fa-anchor"></i></a>
<a href="https://slickshots.calvin.sg/" class="slickshots" target="_blank" rel="noopener noreferrer"><i class="fas fa-utensils"></i></a>
<a href="https://github.com/calvin-sg/" class="github" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>
</div>
</body>
</html>