-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (79 loc) · 4.8 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
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Marine Ranch in Sanya</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Roboto:wght@300;400;700&display=swap" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<nav class="w-100 bg-primary fixed-top p-0 shadow-sm">
<h6 class="text-center text-white p-1 m-0">China Daily Graphics</h6>
</nav>
<header>
<video playsinline loop autoplay muted class="d-md-none w-100">
<source src="assets/sanya-top-video-m.mp4" type="video/mp4" />
<source src="assets/sanya-top-video-m.webm" type="video/webm" />
</video>
<video playsinline loop autoplay muted class="d-none d-md-block w-100">
<source src="assets/sanya-top-video-d.mp4" type="video/mp4" />
<source src="assets/sanya-top-video-d.webm" type="video/webm" />
</video>
<div class="container">
<div class="row">
<div class="col-11 col-sm-10 col-md-9 col-lg-8 mx-auto">
<h2 class="my-3 text-center">By Yan Dongjie, Chen Bowen and Jorge Cortes<span> </br>12 October, 2023</span></h2>
<p class="lead text-muted" align="text-center">Scientific studies are conducted around coral replanting experiments to accelerate ecological restoration on Wuzhizhou Island (southeast of Hainan province in the South China Sea).</p>
</div>
</div>
</div>
</header>
<main>
<!--<article class="container">
<div class="row"><div class="col-10 col-sm-9 col-md-8 col-lg-7 mx-auto mt-6 mb-3 medium text-muted text-center"></br>
<p><span class="emoji">👇</span> Enjoy China Daily motion graphic version <span class="emoji">👇</span></p>
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-12 mx-auto">
<video width="100%" controls autoplay poster="video/thmb-video.png">
<source src="video/panda-mg.mp4" type="video/mp4">
<source src="video/carervideo-2.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</div>
</article>-->
<article class="container-fluid">
<object data="img/map-m.svg" type="image/svg+xml" class="d-md-none w-100"></object>
<object data="img/map-d.svg" type="image/svg+xml" class="d-none d-md-block w-100"></object>
</article>
<article class="container-fluid">
<object data="img/undersea-m.svg" type="image/svg+xml" class="d-md-none w-100"></object>
<object data="img/undersea-d.svg" type="image/svg+xml" class="d-none d-md-block w-100"></object>
</article>
<article class="container-fluid">
<object data="img/planting-m.svg" type="image/svg+xml" class="d-md-none w-100"></object>
<object data="img/planting-d.svg" type="image/svg+xml" class="d-none d-md-block w-100"></object>
</article>
</main>
<footer class="container">
<div class="row">
<div class="col-9 col-sm-8 col-md-7 col-lg-6 mx-auto mt-5 mb-3 small text-muted text-center">
<p>Illustrations by Jorge Cortes / ChinaDaily 2023</a></p>
</div>
<div class="row">
<div class="row">
<p><div class="col-10 col-sm-9 col-md-8 col-lg-7 mx-auto mt-6 mb-3 medium text-muted text-center"></br>
<span class="emoji">👇</span>Open and download to print<span class="emoji">👇</span></p>
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-12 mx-auto">
<a href="img/print-sanya-marine-ranch-thumb.jpg" target="_blank"><img src="img/print-sanya-marine-ranch.jpg" alt="Tha marine ranch in Sanya China Daily infographic" class="w-100">
<div class="row"></a>
</div>
</div>
</div>
</footer>
</body>
</html>