forked from ozh/ozh.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (48 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>ozh.github.com</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="assets/style.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="wrap">
<div id="clock">
<div id="center">
<a href="https://github.com/ozh/repositories">
<div id="gravatar"><img id="gravatar_img" src="assets/blank.png" /></div>
<p id="num-repos"><b>View</b> public repos</p>
</a>
</div>
<div id="details" style="display:none">
<a href="">
<span id="name"></span>
<span id="meta">
<span id="forks"><strong></strong> ⑂</span>
<span id="stars"><strong></strong> ✭</span>
<span id="lang"></span>
</span>
<span id="desc"></span>
<span id="updated"></span>
</a>
</div>
</div>
</div>
<a href="https://github.com/ozh/ozh.github.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
<div id="footer">
Try it with your Github profile? Append <code>?user=your_user</code> to the URL
</div>
<script src="assets/app.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-55088-13']);
_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>
</body>