-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (71 loc) · 2.09 KB
/
index.html
File metadata and controls
75 lines (71 loc) · 2.09 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
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width" />
<title>thomasba.github.com</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>thomasba.github.com</h1>
<h2>About me</h2>
<div class="two-col">
<div class="no-break">
<h5>Location</h5>
<ul>
<li>Near Stuttgart, Germany.</li>
</ul>
</div>
<div class="no-break">
<h5>Contact</h5>
<ul>
<li>Jabber: <a href="xmpp:thomasba@jabber.lima-city.de">thomasba@jabber.lima-city.de</a></li>
<li>Email: mail [at] thomasba.de</li>
</ul>
</div>
<div class="no-break">
<h5>Online profiles</h5>
<ul>
<li><a href="https://twitter.com/thomasba">twitter</a></li>
<li><a href="https://flickr.com/thomas-ba">flickr</a></li>
<li><a href="https://500px.com/thomasba">500px</a></li>
<li><a href="https://github.com/thomasba">GitHub</a></li>
</ul>
</div>
</div>
<h2>Projects</h2>
<div class="two-col">
<div class="no-break">
<h3>foaf-xslt</h3>
<p>
A simple stylesheet for RDF files containing foaf-data.<br />
<a href="foaf-example.rdf">View Example</a>
<a class="github-link" href="https://github.com/thomasba/foaf-xslt">View on GitHub</a>
</p>
</div>
<div class="no-break">
<h3>sudokuloeser</h3>
<p>
A little sudoku solver written in C.<br />
<a href="http://thomasba.github.io/sudokuloeser/">Website</a>
<a class="github-link" href="https://github.com/thomasba/sudokuloeser">View on GitHub</a>
</p>
</div>
<div class="no-break">
<h3>diashow</h3>
<p>
Simple slideshow with jQuery.<br />
<a class="github-link" href="https://github.com/thomasba/diashow">View on GitHub</a>
</p>
</div>
<div class="no-break">
<h3>dot-files</h3>
<p>
A collection of my dot-files, especially vim.<br />
<a class="github-link" href="https://github.com/thomasba/dot-files">View on GitHub</a>
</p>
</div>
</div>
</body>
</html>