-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
58 lines (50 loc) · 2.23 KB
/
about.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
<!DOCTYPE html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-5555193-16"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-5555193-16');
</script>
<title>Income-Inequality.org - about</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="article.css">
</head>
<body>
<div class="header">
<h1 class="title"><a href="index.html" style="border: 0">Income-Inequality.info</a></h1>
<span class="subtitle">Learn about global income inequality through an interactive visualization</span>
<div class="navigation">
<a href="undp.html" class="nav-link">UNDP</a>
<a href="more.html" class="nav-link">Further reading</a>
<a href="about.html" class="nav-link on-page">About</a>
</div>
</div>
<article style="font-size: 80%; text-align: justify">
<h3 style="margin-top: 40px">
About
</h3>
<p>
<img src="images/boris.jpg" style="margin-bottom: -45px; margin-left: 25px; width: 150px; float: right; transform: translate(0, -50px)">
Created by Boris Yakubchik
</p>
<p>
All the processing code and the code for the website is available in <i>GitHub</i>.
<ul>
<li>Data processing was performed with <i>Python</i>.</li>
<li>Static images were generated with the <i>Seaborn</i> library for Python.</li>
<li>The interactive chart was built with <i><a href="https://www.chartjs.org/">Chart.JS</a></i></li>
<li>The interactive map was built with <i><a href="https://www.vincentbroute.fr/mapael/">jQuery Mapael</a></i></li>
</ul>
To report errors, ask questions, or offer corrections, please choose the appropriate place:
<ul>
<li><a href="https://github.com/whyboris/Global-Income-Distribution">GitHub - Global Income Distribution</a> (processing)</li>
<li><a href="https://github.com/whyboris/income-inequality.info">GitHub - Income Inequality</a> (website)</li>
</ul>
</p>
</article>
</body>
</html>