-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (55 loc) · 2.73 KB
/
index.html
File metadata and controls
62 lines (55 loc) · 2.73 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
jamietech on GitHub
</title>
<link href="styles/reset.css" rel="stylesheet" />
<link href="styles/style.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper" class="grid clearfix">
<div id="main" class="grid-1">
<h1>jamietech on GitHub</h1>
<p>Coding plugins for Minecraft using the Bukkit API, I also sometimes dabble in web development. Hi! I'm jamietech.</p>
<br />
<p>Want to help with code? Submit a pull request to the corresponding repository for ♥'s</p>
<br />
<p>Check out <a href="http://soaringcats.github.com">soaringcats.github.com</a> for more!</p>
<br />
<p>♥ to <a href="http://twitter.github.com">Twitter</a>!</p>
</div>
<div class="grid grid-3">
<div id="statistics" class="grid-1 leftie_loosie header">
<h1>Statistics</h1>
<p>
<a href="https://github.com/jamietech/repositories"><span id="num-repos"><img src="images/spinner.gif" /></span> public repos</a>
<br />
<a href="https://github.com/jamietech/followers"><span id="num-followers"><img src="images/spinner.gif" /></span> followers</a>
<br />
<a href="https://github.com/jamietech"><span id="hireable"><img src="images/spinner.gif" /> </span> hireable</a>
</p>
</div>
<div id="recently-updated" class="grid-2 rightie_tightie header">
<h1>Recently updated <a href="https://github.com/jamietech/repositories">View All on GitHub</a></h1>
<ol id="recently-updated-repos"></ol>
</div>
</div>
<ol id="repos"></ol>
</div>
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/script.js"></script>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://tracking.nekotech.tk/" : "http://tracking.nekotech.tk/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 5);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://tracking.nekotech.tk/piwik.php?idsite=5" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Code -->
</body>
</html>