-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (144 loc) · 5.01 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Charger Box</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<h1>
Charger box
</h1>
<div class="tools">
<h2>Tools</h2>
<ul>
<li>a small saw</li>
<li>a common saw</li>
<li>a drilling machine</li>
<li>a delta sander or sandpaper</li>
<li>a couple of spring clamps or sth similar</li>
<li>a pencil</li>
</ul>
<h2>
Material
</h2>
<ul>
<li>plywood 5mm strength</li>
<li>plywood 15mm strength</li>
<li>wood glue</li>
<li>rectangular block of wood 5mm</li>
<li>rectangular block of wood 10mm</li>
<li>log or dowels</li>
</ul>
</div>
<div class="instructions">
<ol>
<li>Print this page</li>
<li>Cut the shapes to create stentils</li>
<li>Use the stencils to saw the plywood</li>
<li>Construct the charger box</li>
<li>Paint it</li>
<li>Enjoy!</li>
</ol>
<div class="instruction">
<h2> Instructions</h2>
<ol>
<li>Print this page</li>
<li>Cut the shapes to create stentils</li>
<li>Use the stencils to saw the plywood</li>
<li>Construct the charger box</li>
<li>Paint it</li>
<li>Enjoy!</li>
</ol>
<h2>
Print the stencils.
</h2>
<p>
<strong>You will need to print the stencils on DIN A3 (297mm × 420mm).</strong>
Visit a copy shop to do so.
</p>
<h2>
Cut the shapes to create stentils
</h2>
<p>
Follow the outer edge of the stencils when cutting. Don't forget to cut the gap for the cables of the lid.
</p>
<h2>
Use the stencils to saw the plywood.
</h2>
<p>
Use the 5mm plywood for the top, front and side panels. Lay the
stencils down on the plywood. Use a pencil to draw the lines a long
the outline of the stencils. When sawing, use a bigger saw for the
straight lines and a smaller one for the round edges and details.
<br />
Make sure to leave a bit space between the stencils,
as when you saw you are taking material away.
<img class="image" src="img/stencil-draw-pencil.jpg" alt="stencils laying on the playwood" />
</p>
<h2>
Construct the charger box
</h2>
<p>
Start by
</p>
</div>
</div>
<!-- Add your site or application content here -->
<div class="stencils">
<div class="stencil top">
<h3>
top stencil - 5mm
</h3>
</div>
<div class="stencil bottom">
<h3>
bottom stencil . 15mm
</h3>
</div>
<div class="front-back-container">
<div class="stencil front">
<h3>
front stencil - 5mm
</h3>
<div class="drills drill_1"></div>
<div class="drills drill_2"></div>
</div>
<div class="stencil back">
<h3>
back stencil - 15mm
</h3>
<div class="drills drill_1"></div>
<div class="drills drill_2"></div>
</div>
<div class="stencil block_of_wood">
<h3 class="vertical">block of wood</h3>
</div>
</div>
<div class="stencil left">
<h3>
left stencil - 5mm
</h3>
<div class="drills drill_1"></div>
<div class="drills drill_2"></div>
</div>
<div class="stencil right">
<h3>
right stencil - 5mm
</h3>
<div class="drills drill_1"></div>
<div class="drills drill_2"></div>
</div>
</div>
</body>
</html>