-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (61 loc) · 2.75 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
59
60
61
62
63
64
65
66
67
<!doctype html>
<!--[if lt IE 7]> <html class="ie6"> <![endif]-->
<!--[if IE 7]> <html class="ie7"> <![endif]-->
<!--[if IE 8]> <html class="ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="" />
<meta name="author" content="" />
<!-- Facebook OpenGraph Data -->
<meta property="og:title" content="Open Source @ hull.io" />
<meta property="og:description" content="Hull's open source projects" />
<meta property="og:image" content="https://secure.gravatar.com/avatar/f647697f3d522d8636d01e3b673a754f?s=600" />
<title>Hull - Open Source</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/style.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
<script src="assets/js/aura.js"></script>
<script src="assets/js/app.js"></script>
</head>
<body>
<section class="container">
<div id="items" class="items">
<header data-aura-widget="user" data-aura-user="ldonnet"></header>
<ul data-aura-widget="repos" data-aura-user="ldonnet"></ul>
</div>
<footer class="footer">
<p class="float-right"><a href="https://github.com/hull/hull.github.io">fork it on github</a></p>
<p>made with ♥ by <a href="http://hull.io">hull</a> with <a href="https://github.com/aurajs">aurajs</a></p>
</footer>
</section>
<script>
/* --- Stats --- */
/* Google Analytics */
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-34606920-5', 'github.com');
ga('send', 'pageview');
/* Chartbeat */
var _sf_async_config = { uid: 45890, domain: 'hull.github.com' };
(function() {
function loadChartbeat() {
window._sf_endpt = (new Date()).getTime();
var e = document.createElement('script');
e.setAttribute('language', 'javascript');
e.setAttribute('type', 'text/javascript');
e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js');
document.body.appendChild(e);
};
var oldonload = window.onload;
window.onload = (typeof window.onload != 'function') ?
loadChartbeat : function() { oldonload(); loadChartbeat(); };
})();
</script>
</body>
</html>