Skip to content

Commit

Permalink
updated index and added a much cooler photo than mislav's
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK32 committed Dec 17, 2008
1 parent 675f783 commit 740d26f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions index.html
Expand Up @@ -2,17 +2,18 @@
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title>Mislav Marohnić</title>
<title>Thomas R. Koll</title>
<link href="http://ananasblau.com/feed/atom.xml" rel="alternate" title="ananasblau.com" type="application/atom+xml" />
<link href="http://github.com/TomK32.atom" rel="alternate" title="TomK32 github activity" type="application/atom+xml" />

<style type="text/css">
* {
margin: 0;
padding: 0;
}

body {
/* http://flickr.com/photos/cgstopgo/2199917653/ */
background: url(mislav.jpg) no-repeat;
height: 1024px;
background: url(tomk32.jpg) no-repeat;
}

ul {
Expand Down Expand Up @@ -40,7 +41,7 @@
<script type="text/javascript">
$(function() {
var limit = 10 // how many repos to list
var login = 'mislav' // your username
var login = 'tomk32' // your username

$.getJSON('http://github.com/api/v1/json/' + login + '?callback=?', function(data) {
var repos = $.grep(data.user.repositories, function() {
Expand All @@ -60,9 +61,10 @@
</head>
<body>
<ul>
<li><a href="http://twitter.com/mislav">My Twitter profile</a></li>
<li><a href="http://github.com/mislav">My GitHub projects</a></li>
<li><a href="mailto:mislav.marohnic@gmail.com">mislav.marohnic@gmail.com</a></li>
<li><a href="http://github.com/tomk32">My GitHub projects</a></li>
<li><a href="http://ananasblau.com">My blog ananasblau.com</a></li>
<li><a href="http://twitter.com/tomk32">My Twitter profile</a></li>
<li><a href="mailto:tomk32@gmx.de">tomk32@gmx.de</a></li>
</ul>
<ul id="repos">
<li><h3>repositories</h3></li>
Expand Down
Binary file removed mislav.jpg
Binary file not shown.
Binary file added tomk32.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 740d26f

Please sign in to comment.