-
Notifications
You must be signed in to change notification settings - Fork 0
/
assignment-05-lamp-complete.html
118 lines (111 loc) · 4.95 KB
/
assignment-05-lamp-complete.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HCDE Digital Fabrication Projects</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<style>
.body-text p {
margin-bottom: 1rem;
}
h3 {
font-size: 1.5rem;
margin-top: 1rem;
margin-bottom: 0.25rem;
}
.composer-column figure {
margin-bottom: 3rem;
}
</style>
</head>
<body>
<section class="section">
<div class="container">
<div class="level">
<div class="level-item-left"><a href="index.html">← back</a></div>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<div class="tile is-child box columns">
<div class="column body-text">
<h2 class="title is-size-2">Assignment 5: I like Lamp, Part II</h2>
<p>It's been a hell of a week! Lamp is not finished unfortunately.</p>
</div>
<div class="column">
<figure class="image is-square">
<img src="images/dumpster-fire.gif">
</figure>
<i>Lil' Dumpster Fire by <a href="https://twitter.com/100soft">Truck Torrence</a></i>
</div>
</div>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<div class="tile is-child box">
<h2 class="title is-size-3">Parts is Parts</h2>
<div class="columns">
<div class="column">
<figure class="image is-square">
<img src="images/lamp/parts-1.jpeg">
</figure>
</div>
<div class="column body-text">
<p>Multiple failed prototypes for snapping fasteners between panels set me back a few days, and so I'm falling back to cable ties.</p>
<p>Many failed prints do to bed issues, but new glass bed and upgraded tuning wheels + springs appears to have helped.</p>
<p>Next round of fasteners should probably use a more flexible material, also rivets!</p>
</div>
<div class="column">
<figure class="image is-square">
<img src="images/lamp/snaps.jpg">
</figure>
</div>
</div>
<div class="columns">
<div class="column">
<figure class="image is-square">
<img src="images/lamp/parts-2.jpeg">
</figure>
</div>
<div class="column body-text">
<p>The lamp panels were previously worked out, so the remaining design portion was for the lamp attachment.</p>
<p>Worked through multiple prototypes for a "press fit" version. Net result from that is that PLA is brittle for small flanges.</p>
</div>
<div class="column">
<figure class="image is-square">
<img src="images/lamp/parts-3.jpeg">
</figure>
</div>
</div>
<div class="columns">
<div class="column">
<figure class="image is-square">
<img src="images/lamp/parts-4.jpeg">
</figure>
</div>
<div class="column">
<figure class="image is-square">
<img src="images/lamp/parts-5.jpeg">
</figure>
</div>
</div>
<div class="columns">
<div class="column">
<figure class="image is-square">
<img src="images/lamp/lamp-final-1.jpg">
</figure>
</div>
<div class="column">
<figure class="image is-square">
<img src="images/lamp/lamp-final-2.jpg">
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>