-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
85 lines (75 loc) · 4.16 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
83
84
85
<!DOCTYPE html>
<html lang="en" xmlns="//www.w3.org/1999/xhtml">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -- grafana -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137245728-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-137245728-4');
</script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Impactul pandemiei de coronavirus asupra economiei din România | A koronavírus-járvány hatásai a román gazdaságra | Impact of the coronavirus pandemic on the Romanian economy #Romania #COVID19 #Coronavirus #Economy #Crisis"
/>
<meta name="keywords" content="csaladenes, d3.js, data visualization, infographic, d3plus, d3, echarts, leaflet, map, terkep, bear map, bear, medveterkep, bear attack, medvetamadas, szekelyland, szekelydata, romania, transylvania, erdely" />
<meta property="og:image" content="https://covid2.csaladen.es/snapshot2.png" />
<meta property="twitter:image" content="https://covid2.csaladen.es/snapshot2.png" />
<meta property="og:description" content="Impactul pandemiei de coronavirus asupra economiei din România | A koronavírus-járvány hatásai a román gazdaságra | Impact of the coronavirus pandemic on the Romanian economy #Romania #COVID19 #Coronavirus #Economy #Crisis"
/>
<meta property="twitter:description" content="Impactul pandemiei de coronavirus asupra economiei din România | A koronavírus-járvány hatásai a román gazdaságra | Impact of the coronavirus pandemic on the Romanian economy #Romania #COVID19 #Coronavirus #Economy #Crisis"
/>
<meta property="og:title" content="COVID-19 – Romanian 🇷🇴 Economic 📉 Impact Monitor" />
<meta property="twitter:title" content="COVID-19 – Romanian 🇷🇴 Economic 📉 Impact Monitor" />
<meta http-equiv="content-Type" content="text/html; charset=utf-8" />
<meta property="og:url" content="https://econ.ubbcluj.ro/coronavirus/" />
<meta property="twitter:url" content="https://econ.ubbcluj.ro/coronavirus/" />
<meta property="og:site_name" content="COVID-19 – Romanian 🇷🇴 Economic 📉 Impact Monitor" />
<meta property="fb:admins" content="100943737036023614165" />
<link rel="shortcut icon" href="//covid2.csaladen.es/favicon.ico" />
<link rel="publisher" href="//plus.google.com/106181965793093327960" />
<link rel="shortcut icon" href="//covid2.csaladen.es/favicon.ico" />
<title>COVID-19 – Romanian 🇷🇴 Economic 📉 Impact Monitor</title>
<style>
html,
body,
iframe {
height: 100%;
width: 100%;
background: #141e30;
background: -webkit-linear-gradient(to bottom right, #141e30, #243b55);
background: linear-gradient(to bottom right, #141e30, #243b55);
border-color: #141e30;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin: 0;
border: none;
overflow: hidden;
color: lightGray;
font-family: sans-serif;
}
a {
color: royalBlue;
}
iframe {
opacity: 0;
transition: opacity 2s linear;
}
</style>
<body>
<iframe id="iframe" allow="geolocation" src="//roem.csaladen.es/"></iframe>
<!-- <iframe id="iframe" allow="geolocation" src="//covid-large.csaladen.es/"></iframe> -->
<!-- <div>We are currently updating the site. We'll be back shortly with better performance. Visit our <a href="https://www.facebook.com/covid19.roeim/" target="_blank">Facebook</a> page meanwhile.</div> -->
</body>
<script>
setTimeout(function() {
document.getElementById('iframe').style.opacity = 1;
}, 100)
</script>