-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcarpentry.html
More file actions
65 lines (57 loc) · 2.51 KB
/
Copy pathcarpentry.html
File metadata and controls
65 lines (57 loc) · 2.51 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
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="./style.css">
<title>CARPENTRY | Milo Lani-Caputo</title>
<div id="navbar">
<ul class="bar">
<li class="bar"><a href="./index.html">HOME</a></li>
<li class="bar"><a href="./carpentry.html">CARPENTRY</a></li>
<li class="bar"><a href="./about.html">ABOUT</a></li>
<li class="bar"><a href="https://www.linkedin.com/in/milo-lc" target="_blank">LINKEDIN</a></li>
<li class="bar"><a href="https://www.github.com/mlanicaputo" target="_blank">GITHUB</a></li>
<li class="code"><a href="https://github.com/mlanicaputo/mlanicaputo.github.io" target="_blank">SITE SOURCE CODE</a></li>
<!-- <a href="https://www.linkedin.com/in/milo-lc" target="_blank"><img src="./img/li.png" style="float:left; padding: 0.5em 0.5em 0.5em 1em" width="30em" height="30em" alt="LinkedIn"></a> -->
<!-- <a href="https://www.github.com/mlanicaputo" target="_blank"><img src="./img/gh.png" style="float:left; padding: 0.5em 0.5em 0.5em 1em" width="30em" height="30em" alt="LinkedIn"></a> -->
</ul>
</div>
<body>
<div id="carpentryProject">
<p>
<b>FRANKEN-COFFEE TABLE</b>: Jan 2024
</p>
<p>
<img src="./img/finished_table.jpeg" class="carpentry">
</p>
<p>
These customers needed a coffee table for their new apartment in NYC. I built the table out
of oak, maple, cherry, and red birch. The finish is a homemade beeswax and mineral oil mixture.
</p>
</div>
<div id="carpentryProject">
<p>
<b>BATHROOM TWIN VANITY DRAWER</b>: Dec 2023
</p>
<p>
<img src="./img/finished_drawer.jpeg" class="carpentry">
</p>
<p>
These customers wanted an 8-inch drawer to be installed in the open cavity between the two
cabinet units in their twin-vanity. I built a drawer carcass and drawer off-site to enable
quick and non-intrusive installation.
</p>
</div>
<div id="carpentryProject">
<p>
<b>RESIDENTIAL DECK</b>: Oct-Nov 2023
</p>
<p>
<img src="./img/finished_deck.jpeg" class="carpentry">
</p>
<p>
This customer wanted to replace their unsafe deck with a bigger, sturdier one.
My building partner and I used rough-sawn hemlock to build the frame of their new deck,
and used local Maine cedar for the deck boards.
</p>
</div>
</body>
</html>