-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (28 loc) · 962 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name = "viewport" content="width=device-width, maximum-scale=1">
<title>My Open Source Projects</title>
<link id="default-css" rel="stylesheet" href="css/screen.css">
<link id="theme-css" rel="stylesheet" href="css/themes/blue.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<footer>
<img src="img/cat.png" alt="Github's Logo" />
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script src="scripts/css3-mediaqueries.js"></script>
<script src="scripts/hub.me.js"></script>
<script>
$('body').hubMe({
'username': 'jamesfleeting', // you're not Clark Kent, right?
'theme': 'gray', // available themes: blue (default), black & gray
'exclude': [] // exclude project by name
});
</script>
</body>
</html>