-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (74 loc) · 4.41 KB
/
index.html
File metadata and controls
84 lines (74 loc) · 4.41 KB
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
<!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, ubb, fsega, romanian economic monitor, economie romania, indicatori economici, date economice, statistici romania, pib romania, inflatie romania, somaj romania, deficit bugetar, datorie publica, curs valutar, bnr, politica monetara, piata financiara, investitii romania, exporturi importuri, industrie romania, agricultura romania, servicii romania, energie romania, open data romania, data visualization, dashboard economic, grafice interactive, analiza economica, rapoarte economice, macroeconomic indicators, economic data platform, romania statistics, economic trends romania" />
<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="Tot ce trebuie să știi despre economia României într-un SINGUR loc | Minden lényeges tudnivaló a romániai gazdaságról EGY helyen | Everything you need to know
about the Romanian economy in ONE place"
/>
<meta property="twitter:description" content="Tot ce trebuie să știi despre economia României într-un SINGUR loc | Minden lényeges tudnivaló a romániai gazdaságról EGY helyen | Everything you need to know
about the Romanian economy in ONE place"
<meta property="twitter:title" content="📊 Romanian Economic 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="📊 Romanian Economic 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>Romanian Economic 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-wp.csaladen.es/en/"></iframe>
<!-- <iframe id="iframe" allow="geolocation" src="//covid-large.csaladen.es/"></iframe> -->
<!-- <iframe id="iframe" allow="geolocation" src="//roem.csaladen.es/"></iframe>-->
<!-- <div>✨ We are currently updating the site. We'll be back shortly with a new look. Visit our <a href="https://www.linkedin.com/company/roeconmonitor/" target="_blank">LinkedIn</a> page meanwhile.</div>-->
</body>
<script>
setTimeout(function() {
document.getElementById('iframe').style.opacity = 1;
}, 100)
</script>