-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
46 lines (45 loc) · 2.82 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
<!DOCTYPE html>
<html lang='en-US'>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' href='https://pingao777.github.io/github-gazer/assets/css/style.css?v=83f9436b2e1b1a48c5227dc3037dbc5f1a9b5db1'>
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Let the world witness the history of your repository | github-gazer</title>
<meta name='generator' content='Jekyll v3.7.3.1'/>
<meta property='og:title' content='Let the world witness the history of your repository | github-gazer'/>
<meta property='og:locale' content='en_US'/>
<link rel='canonical' href='https://pingao777.github.io/github-gazer/'/>
<meta property='og:url' content='https://pingao777.github.io/github-gazer/'/>
<meta property='og:site_name' content='github-gazer'/>
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/echarts/4.1.0/echarts.min.js'></script>
<script type='text/javascript' src='index.js'></script>
<script type='application/ld+json'>
{'@type':'WebSite','headline':'Let the world witness the history of your repository | github-gazer','url':'https://pingao777.github.io/github-gazer/','name':'github-gazer','@context':'http://schema.org'}
</script>
<!-- End Jekyll SEO tag -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-44085500-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-44085500-1');
</script>
</head>
<body>
<a href='https://github.com/pingao777/github-gazer'><img style='position: absolute; top: 0; right: 0; border: 0;' src='https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png' alt='Fork me on GitHub'></a>
<div id='progress-bar' style='position: fixed; left: 0; top: 0; width: 0; height:2px; background-color: #00FF7F'></div>
<div class='container'>
<section id='main_content'>
<div id='issue-chart' style='cursor: pointer;width: 100%; height: 70px; margin-top: 20px;'></div>
<div id='star-chart' style='cursor: pointer; width: 100%; height:400px; float: left;'></div>
<div id='star-watch-fork-chart' style='cursor: pointer; width: 50%; height:210px; margin-top: 20px; float: left;'></div>
<div id='follower-following-chart' style='cursor: pointer; width: 50%; height:210px; margin-top: 20px; float: left;'></div>
<div id='commit-chart' style='cursor: pointer; width: 100%; height:200px; margin-top: 20px; float: left;'></div>
</section>
</div>
</body>
</html>