-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
55 lines (52 loc) · 2.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
<!DOCTYPE html>
<html>
<head>
<title>echarts-united-kingdom-js</title>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
body {
display: table;
background-image: url('wallpaper.jpg');
}
.my-block {
text-align: center;
display: table-cell;
vertical-align: middle;
}
.big {
font-size: 50px;
color:white;
}
.medium{
font-size: 32px;
color:white;
}
.inner-block{
background: rgb(54, 54, 54); /* The Fallback */
background: rgba(54, 54, 54, 0.5);
}
a {
color: white;
font-size: 26px;
}
</style>
</head>
<body>
<a href="https://github.com/echarts-maps/echarts-united-kingdom-js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<div class="my-block">
<div class="inner-block">
<span class="big">https://echarts-maps.github.io/echarts-united-kingdom-js</span><p>
<a class="github-button" href="https://github.com/echarts-maps/echarts-united-kingdom-js/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork echarts-maps/echarts-united-kingdom-js on GitHub">Fork</a>
<a class="github-button" href="https://github.com/echarts-maps/echarts-united-kingdom-js" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star echarts-maps/echarts-united-kingdom-js on GitHub">Star</a><p>
<span class="medium">Gallery: <a href="electoral_results_2017_uk.html">the Results of 2017 General Election</a></span>
</div>
</div>
</body>
</html>