-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (26 loc) · 1.77 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="styles/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>Dihydrogen Monoxide</title>
<link rel="icon" type="image/x-icon" href="media/icons/favicon.png">
</head>
<body>
<header>
<a class="home_header" href="index.html">Dihydrogen Monoxide</a>
<a class="ar_view" href="media/3d/earth_3d_model.usdz" target="_blank">AR</a>
<a class="donate_header" href="https://theoceancleanup.com/donate/" target="_blank">Donate</a>
</header>
<div class="sketch_3d_desktop">
<div class="sketchfab-embed-wrapper"> <iframe title="Earth 3D" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="900" height="800" src="https://sketchfab.com/models/ad7afd5bbc344e98aa702cf8575a49e9/embed?autospin=1&autostart=1&camera=0&annotations_visible=1&preload=1&ui_theme=dark"></iframe></div>
</div>
<div class="sketch_3d_mobile">
<div class="sketchfab-embed-wrapper"> <iframe title="Earth 3D" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="300" height="620" src="https://sketchfab.com/models/ad7afd5bbc344e98aa702cf8575a49e9/embed?autospin=1&autostart=1&camera=0&annotations_visible=1&preload=1&ui_theme=dark"></iframe></div>
</div>
<footer>
<a class="view_all" href="pages/filter.html">View All</a>
</footer>
</body>
</html>