-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
59 lines (59 loc) · 1.9 KB
/
index.html
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
---
layout: default
copyright: 2021 Bryan Fink
key_image: "/shoe-rack/view-end-assembled.png"
---
<div class="pure-u-1">
<p>Welcome to my archive of plans for woodworking projects. Here
you'll find layouts and tips for building some of the projects I've
shared online.</p>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
<a href="laptop-stand/index.html">
<img class="pure-img" src="laptop-stand/view-assembly.png" />
<h3>Laptop Stand</h3>
</a>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
<a href="lumber-rack/index.html">
<img class="pure-img" src="lumber-rack/view-assembly.png" />
<h3>Lumber Rack</h3>
</a>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
<a href="signal-tower/index.html">
<img class="pure-img" src="signal-tower/view-assembly.png" />
<h3>Signal Tower</h3>
</a>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
<a href="toddler-tower/index.html">
<img class="pure-img" src="toddler-tower/view-assembly.png" />
<h3>Toddler Tower</h3>
</a>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
<a href="laundry-rack/index.html">
<img class="pure-img" src="laundry-rack/view-assembly.png" />
<h3>Laundry Rack</h3>
</a>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
<a href="shoe-rack/index.html">
<img class="pure-img" src="shoe-rack/view-assembly.png" />
<h3>Shoe Rack</h3>
</a>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
<a href="perfume-display/index.html">
<img class="pure-img" src="perfume-display/view-assembly.png" />
<h3>Perfume Display</h3>
</a>
</div>
<div class="pure-u-1">
<p>If you have questions, or you'd like to report a problem or help
improve these plans, please visit
the <a href="https://github.com/beerriot/woodworking-plans/">GitHub
repository</a> where these plans are stored.</p>
</div>
{% include copyright.html %}