-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (86 loc) · 3.72 KB
/
index.html
File metadata and controls
100 lines (86 loc) · 3.72 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>About — Useless Coding</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../lay/screen.css" />
<link rel="icon" type="image/png" href="../lay/site.png" />
<meta name="viewport" content="width=800" />
</head>
<body>
<div id="head">
<div class="wrapper">
<div id="uclogo"><a href="../"><img src="../lay/uclogo.png" width="134" height="133" alt="Useless Coding" /></a></div>
<ul id="nav">
<li><a href="../">Useless Coding</a></li>
<li><a href="../products/">Products</a></li>
<li><a href="http://uselessness.de/">Blog</a></li>
<li class="act"><a href=".">About</a></li>
</ul>
<h1>About Useless Coding</h1>
</div>
</div>
<div class="wrapper">
<div class="aside">
<h2>Contact</h2>
<ul class="section">
<li><h3>Write us a letter.</h3>
<p>code<span class="note"> at </span>uselessness<span class="note"> dot </span>de</p></li>
<li><h3>Visit us on Github.</h3>
<p><a href="http://github.com/useless">useless</a></p></li>
<li><h3>Follow us on Twitter.</h3>
<p><a href="http://twitter.com/nosuch">@nosuch</a></p>
<p><a href="http://twitter.com/share?url=http%3A%2F%2Fuseless.github.com&text=Useless%20Coding&related=nosuch" target="_blank" title="Tweet about this."><img src="../lay/b-tw.png" height="21" width="60" alt="Tweet" /></a></p></li>
<li><h3>Become a fan on Facebook.</h3>
<p><a href="http://www.facebook.com/pages/Useless-Coding/146456765367323" target="_blank" title="Become a fan on Facebook."><img src="../lay/b-fb.png" height="21" width="60" alt="Like" /></a></p></li>
<li><h3>Support us with Flattr.</h3>
<p><a href="http://flattr.com/thing/42528/Useless-Coding" target="_blank" title="Support us with Flattr."><img src="../lay/b-fl.png" height="21" width="60" alt="Flattr" /></a></p>
</p></li>
</ul>
</div>
<h2>Team</h2>
<h3>
<img class="aside" src="../lay/cpx.png" width="88" height="91" alt="Christoph." />
Christoph Petrick</h3>
<p class="intro">Head of Development</p>
<p>Christoph is doing everything himself.</p>
<p>In 2004 he bought his first Mac and started Cocoa development soon after.
Besides coding he folds origami models and studies mathematics.</p>
<p>He <a href="http://uselessness.de/">writes</a> about things he likes and doesn’t like—in German.</p>
<h2>Useless Coding</h2>
<p>Originally all of this was made just for my personal use.</p>
<p>But others may find it useful as well. Or useless. Try and decide for yourself.</p>
</div>
<div id="foot">
<div class="wrapper">
<div class="cat">
<h2><a href="../products/">Products</a></h2>
<ul class="mini">
<li><a href="../flashless/" title="Flashless"><img src="../lay/flashless32.png" height="32" width="32" alt="Flashless" /></a></li>
<li><a href="../chain/" title="Chain"><img src="../lay/chain32.png" height="32" width="32" alt="Chain" /></a></li>
<li><a title="There"><img src="../lay/there32.png" height="32" width="32" alt="There" /></a></li>
</ul>
</div>
<div class="cat">
<h2>Other Places</h2>
<ul>
<li><a href="http://github.com/useless">GitHub</a></li>
<li><a href="http://twitter.com/nosuch">Twitter</a></li>
</ul>
</div>
</div>
</div>
<div id="bymeta">
<div class="wrapper">
<a id="bird" href="http://twitter.com/nosuch" title="Follow us on Twitter"><img src="../lay/bird.png" height="45" width="84" alt="Bird: @nosuch" /></a>
<ul class="mini">
<li><a href=".">en</a></li>
<li><a href="../de/about/">de</a></li>
</ul>
<p><a href="http://useless.github.com/about/">useless.github.com/about</a> — Useless Coding.</p>
<p>Last edited on <em>October 2, 2010</em>.</p>
</div>
</div>
</body>
</html>