-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (97 loc) · 4.19 KB
/
Copy pathindex.html
File metadata and controls
116 lines (97 loc) · 4.19 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?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>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" />
<link rel="apple-touch-icon" href="lay/touch.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 class="act"><a href=".">Useless Coding</a></li>
<li><a href="products/">Products</a></li>
<li><a href="http://uselessness.de/">Blog</a></li>
<li><a href="about/">About</a></li>
</ul>
<h1>Useless Coding</h1>
<p class="intro">Well, maybe not that useless.</p>
</div>
</div>
<div class="wrapper">
<div class="aside">
<ul>
<li>5Mar2011 <a href="flashless/">Flashless</a> 2.0.7</li>
<li>26Dec2010 <a href="there/">There</a> 1.1</li>
<li>26Dec2010 <a href="flashless/">Flashless</a> 2.0.6</li>
</ul>
<p class="msg"><a href="flashless/">Flashless</a> will neither work with <em>OS X Lion</em> nor Safari 5.1 on <em>Snow Leopard</em>.</p>
<hr />
<q>Ok I love this app. Disables all flash, until you decide to load it = quicker safari.</q>
<cite><a href="http://twitter.com/richcousins">@richcousins</a> about <em>Flashless</em></cite>
<q>Simple and convenient.</q>
<cite>Konstantin about <em>Flashless</em></cite>
<p class="buttons"><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><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><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>
</div>
<ul class="hero">
<li>
<a href="flashless/" title="Flashless: see videos, block the rest"><img src="lay/flashless.hero.jpg" height="200" width="480" alt="Flashless" /></a>
</li>
<li>
<a href="chain/" title="Chain: browse your images"><img src="lay/chain.hero.jpg" height="100" width="480" alt="Chain" /></a>
</li>
<li class="mini">
<a href="http://uselessness.de/" title="Our blog"><img src="lay/blog.hero.jpg" height="100" width="150" alt="Blog" /></a>
</li>
<li class="mini">
<a href="there/" title="There: Locate yourself"><img src="lay/there.hero.jpg" height="100" width="150" alt="There" /></a>
</li>
<li class="mini">
<a href="products/" title="See our products"><img src="lay/products.hero.jpg" height="100" width="150" alt="Products" /></a>
</li>
</ul>
</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 href="there/" title="There"><img src="lay/there32.png" height="32" width="32" alt="There" /></a></li>
</ul>
</div>
<div class="cat">
<h2><a href="about/">Useless Coding</a></h2>
<ul>
<li><a href="about/">Made with love.</a></li>
<li><a href="de/">Auch auf deutsch.</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/">de</a></li>
</ul>
<p><a href="http://useless.github.com/">useless.github.com</a> — Useless Coding.</p>
<p>Last edited on <em>July 28, 2011</em>.</p>
</div>
</div>
</body>
</html>