blob: af602a656e45a4a4dd768655e50db603f7ccfbfb (
plain)
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
|
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Projects</title>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="/assets/css/skeleton.css">
</head>
<body>
<div class="container">
<ul id="navlist" class="left">
<li >
<a href="/">hme</a>
</li>
<li class="active">
<a href="/projects/">tnk</a>
</li>
<li >
<a href="/about/">abt</a>
</li>
<li><a href="/feed.xml">rss</a></li>
</ul>
</div>
<main class="container" id="main"><table>
<tr>
<td class="project-item">
<img src="e-reader/thumb.png" alt="Prototype e-reader">
<h5><a href="e-reader">Prototype e-reader</a></h5>
</td>
<td class="project-item">
<img src="matrix-digital-rain/thumb.png" alt="The Matrix digital rain for Unix terminals">
<h5><a href="matrix-digital-rain">The Matrix digital rain for Unix terminals</a></h5>
</td>
</tr>
<tr>
<td class="project-item">
<img src="etlas/dash.jpg" alt="Etlas: e-paper display for news, stocks, and the weather">
<h5><a href="etlas">Etlas: e-paper display for news, stocks, and the weather</a></h5>
</td>
<td class="project-item">
<img src="bumblebee/thumb.png" alt="Bumblebee: turn browser sessions to code">
<h5><a href="bumblebee">Bumblebee: turn browser sessions to code</a></h5>
</td>
</tr>
<tr>
<td class="project-item">
<img src="desktop-unix/linux.png" alt="Unix for the desktop">
<h5><a href="desktop-unix">Unix for the desktop</a></h5>
</td>
<td class="project-item">
<img src="fpm-door-lock/pcb.jpg" alt="Prototype fingerprint door lock">
<h5><a href="fpm-door-lock">Prototype fingerprint door lock</a></h5>
</td>
</tr>
</table>
</main>
</body>
</html>
|