-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
60 lines (58 loc) · 2.59 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
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8"/>
<meta name="description" content="Динамика кредиторской, дебиторской и других видов задолженности в разрезе областей и отраслей экономики Республики Беларусь."/>
<title>Долгоскоп: локализатор долгов</title>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/styles.css"/>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter50895128 = new Ya.Metrika2({
id:50895128,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/tag.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks2");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/50895128" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<div class="container">
<header>
<h1>Долгоскоп</h1>
<p>Поиск территорий и отраслей экономики с
<span class="gray">не</span>благоприятной долговой динамикой</p>
</header>
<main>
</main>
<footer>
<p>Источник данных: <a href="http://belstat.gov.by">Белстат</a>.
<br>Репозиторий проекта: <a
href="https://github.com/ushchent/dolgoskop">github.com/ushchent/dolgoskop.</a>
<br>Редактор проекта: Алексей Медвецкий, am@opendata.by.
<br>Статус проекта: Прототип.</p>
</footer>
<div id="circle_tooltip" class="hidden"><p id="datum"></p></div>
<div id="map_tooltip" class="hidden"><p id="region"></p><p id="amount"></p></div>
</div>
<script src="js/d3.v4.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>