blob: 7f3a72b4f39ca5572025c95efc0d89ca8ffe3555 (
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
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Bloggings</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/static/index.php">Back</a>
</header>
<main>
<article>
<h2>Woodworking</h2>
<h5>
2023-11-30
</h5>
<p>When I retired I concluded that 35 years spent on other people's computers was enough,
and that I had to move on to something completely different, because life is too short.
</p>
<p>I've been interested in wood since I was a child, probably because of the smell
of it and the nostalgia of watching my father make things.
</p>
<ul>
<li class="articlelink"><a href="https://www.lairdubois.fr/philipw" target="_blank">My page at l'Air du Bois</a></li>
<li class="articlelink"><a href="/static/woodworking/Scie-%C3%A0-ruban-fait-maison.html">Home made bandsaw</a></li>
<li class="articlelink"><a href="/static/woodworking/oland-tools.html">Home made Oland lathe tools</a></li>
<li class="articlelink"><a href="/images/tournages/index.php">Turnings</a></li>
<li class="articlelink"><a href="/images/pyrogravure/index.php">Wood burning</a></li>
<li class="articlelink"><a href="/images/chantournage/index.php">Scroll sawings</a></li>
<li class="articlelink"><a href="/images/menuiserie/index.php">General woodwork</a></li>
</ul>
<p> </p>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|