-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlantern.html
More file actions
70 lines (67 loc) · 2.29 KB
/
lantern.html
File metadata and controls
70 lines (67 loc) · 2.29 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
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1">
<title>Cole Morris</title>
<link rel="stylesheet" type="text/css" href="style_lantern.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300|Raleway:700,800" rel="stylesheet">
<a href="/index.html">
<h1>COLE MORRIS</h1>
<h3>Industrial Designer</h3>
</a>
</head>
<body>
<div class="project_title">
<h4><br>project: Camping Lantern</h4>
</div>
<div class="rows">
<div class="grid-container column">
<div class="grid-item hero">
<img src="images/lantern/IMGP0877.jpg" />
</div>
<div class="grid-item CAD">
<!-- <img src="images/lantern/resurfaced.png" /> -->
</div>
<div class="grid-item USB">
<!-- <img src="images/lantern/IMGP0882.jpg" /> -->
</div>
<div class="grid-item sketches">
<img src="images/lantern/sketches combined tall.jpg" />
</div>
<div class="grid-item sketch-model">
<!-- <img src="images/lantern/sketch-models-pair.jpg" /> -->
</div>
<div class="grid-item LED-render">
<img src="images/lantern/3k.png" />
</div>
<div class="grid-item exploded">
<img src="images/lantern/exploded.png" />
</div>
</div>
<div class="project_desc column">
<p>
This camping lantern features omni-directional lighting to illuminate
downwards when hanging in a tent.
</p>
<p>
The internal design allows for a very compact lantern. The integrated
battery is held inside the LED housing. This keeps the center of gravity
low while keeping the bottom of the diffuser free of obstruction. The
overall height is about 5.5" including the handle.
</p>
<p>
This was a sophomore project to redo a previous lantern project of mine.
I have since redone the surfacing and electronics to better represent
the initial vision. USB charging and different lighting modes have been
added since the initial prototype.
</p>
</div>
</div>
<footer>
<div class="padder"></div>
<div class="copyright">
<p>Website and content copyright Cole Morris 2016-2023.</p>
</div>
</footer>
</body>
</html>