-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
84 lines (73 loc) · 3.91 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="The Big Mac Index for Spotify Premium pricing internationally">
<link rel="canonical" href="http://mts.io/projects/spotify-pricing/" />
<title>Spotify Pricing Index</title>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='css/bootstrap.css' rel='stylesheet' type='text/css'>
<link href='css/main.css' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<link type="text/plain" rel="author" href="/public/humans.txt">
<script>
var pixelRatio = (window.devicePixelRatio >= 1.5) ? "retina" : "normal";
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46951080-1', 'mts.io');
ga('require', 'displayfeatures');
ga('send', 'pageview', {
'dimension1': pixelRatio
});
</script>
<script src="js/d3.v3.min.js"></script>
<script src="js/topojson.v1.min.js"></script>
<script src="js/datamaps.world.js"></script>
<script src="js/lodash.min.js"></script>
<script src="js/tinycolor.js"></script>
<meta property="fb:admins" content="1197840202">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@matiassingers">
<meta name="twitter:domain" content="mts.io">
<meta property="og:locale" content="en_us">
<meta property="og:image" content="http://mts.io/public/images/2014/05/open-graph-spotify.jpg">
<meta property="og:image:url" content="http://mts.io/public/images/2014/05/open-graph-spotify.jpg">
<meta property="og:url" content="http://mts.io/projects/spotify-pricing/">
<meta property="og:type" content="website">
<meta property="og:author" content="Matias Singers">
<meta property="og:title" content="Spotify International Pricing Index">
<meta name="twitter:title" content="Spotify International Pricing Index">
<meta property="og:site_name" content="mts.io">
<meta property="og:description" content="The Big Mac Index for Spotify Premium pricing internationally">
<meta name="twitter:description" content="The Big Mac Index for Spotify Premium pricing internationally">
<meta property="article:published_time" content="2014-05-08T18:00:00+08:00">
</head>
<body>
<a class="github-fork" href="https://github.com/matiassingers/spotify-pricing">
<img style="position: absolute; top: 0; right: 0; border: 0; width: 149px;" src="https://raw.githubusercontent.com/aral/fork-me-on-github-retina-ribbons/master/images-after-imageoptim/[email protected]" alt="Fork me on GitHub">
</a>
<div class="container">
<h1 class="headline">Spotify Premium Index</h1>
<h3 class="blog-link"><a href="http://mts.io/2014/05/07/spotify-pricing-index/" title="mts.io">Read more</a></h3>
<div class="continent-chooser">
<h3 class="active">All</h3>
<h3>Europe</h3>
<h3>Americas</h3>
<h3>Asia</h3>
<h3>Oceania</h3>
</div>
<div id="map" class="chart"></div>
<div id="bar-chart" class="chart">
<h2>Converted price index</h2>
</div>
<div id="scatter-plot" class="chart">
<h2>GDP/capita & converted price comparison</h2>
</div>
</div>
<script src="js/app.js"></script>
</body>
</html>