-
Notifications
You must be signed in to change notification settings - Fork 42
/
about.html
58 lines (43 loc) · 2.13 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>
<html>
<head>
<title>GitHub High Scores</title>
<link href="/github-high-scores/img/favicon.png" type="image/png" rel="shortcut icon" />
<link href="/github-high-scores/img/favicon.png" type="image/png" rel="icon" />
<link href="/github-high-scores/css/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="fl-right">
<form action='' id='form'>
<input type='text' size='24' name='url' class='small' />
<input type='submit' value='1 UP' class='small' />
</form>
</div>
<h1 class="left"><a href="/github-high-scores/">GitHub High Scores</a></h1>
<div class="wrapper">
<h2>About</h2>
<p class="align-left"><strong>Git</strong> is an extremely fast, efficient, distributed version control system ideal for the collaborative development of software.</p>
<p class="align-left"><strong>git·hub</strong> is the best way to collaborate with others. Fork, send pull requests and manage all your <strong>public</strong> and <strong>private</strong> git repositories.</p>
<p class="align-left"><strong>git·hub·high·scores</strong> is a fun way to rank GitHub repository contributors in a 8-bit, 80's-tastic viewing environment.</p>
</div>
<p>
<a href="/github-high-scores/credits">Credits</a> 0
</p>
<p>
<a href="https://github.com/leereilly/github-high-scores">Fork me on GitHub</a>!
<a href="http://twitter.com/share?text=Check+out+the+high+score+chart+for+your+GitHub+repo%21&url=http%3A%2F%2Fhttps://leereilly.net/github-high-scores%2F" target="_blank">Tweet this!</a>
</p>
<p class="copyright">© <a href="http://www.leereilly.net">Lee Reilly</a> 2016</p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23602389-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="/github-high-scores/js/app.js"></script>
</body>
</html>