-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 1.81 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
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>MPogoda's github page</title>
</head>
<body>
<h1>MPogoda's github page</h1>
<hr />
<table>
<tr>
<td><a href="mailto:[email protected]"><img src="img/mail.png" alt="email" /></a></td>
<td><a href="xmpp:[email protected]"><img src="img/xmpp.png" alt="xmpp" /></a></td>
<td><a href="http://gplus.to/MPogoda"><img src="img/gplus.png" alt="google+" /></a></td>
<td><a href="http://last.fm/user/MPogoda"><img src="img/lastfm.png" alt="last.fm" /></a></td>
</tr>
</table>
<hr />
<h2>projects i've contributed to</h2>
<dl>
<dt><a href="https://github.com/Ximik/Rumpy">rumpy</a></dt>
<dd>framework to quickly setup your own xmpp bot</dd>
<dt><a href="https://github.com/MPogoda/yatodo">yatodo</a></dt>
<dd>yet another TODO manager</dd>
<dt><a href="https://github.com/Ximik/Noty">noty</a></dt>
<dd>small and cute xmpp bot, which can remind you of something important</dd>
<dt><a href="https://github.com/MPogoda/ruby.tree">ruby.tree</a></dt>
<dd>red black tree --- self-balancing binary search tree</dd>
<dt><a href="https://github.com/MPogoda/dotfiles">.*</a></dt>
<dd>various configuration files</dd>
</dl>
<hr />
<div id="validators">
<!--
-<a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://jigsaw.w3.org/css-validator/images/vcss-blue.png" alt="Valid CSS!" /></a>
-<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml11-blue.png" alt="Valid XHTML 1.1 Strict" /></a>
-->
</div>
</body>
</html>