-
Notifications
You must be signed in to change notification settings - Fork 36
/
index.html
55 lines (52 loc) · 2.14 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>pyechart assets for django and Flask developers</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: 46px;
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-china-misc-js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a>
<div class="my-block">
<div class="inner-block">
<span class="big">https://echarts-maps.github.io/echarts-china-misc-js/echarts-china-misc-js/</span><p>
<a class="github-button" href="https://github.com/echarts-maps/echarts-china-misc-js/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork echarts-maps/echarts-china-misc-js on GitHub">Fork</a>
<a class="github-button" href="https://github.com/echarts-maps/echarts-china-misc-js" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star echarts-maps/echarts-china-misc-js on GitHub">Star</a><p>
<span class="medium">Preview <a href="preview.html">the 11 custom maps</a></span>
</div>
</div>
</body>
</html>