-
Notifications
You must be signed in to change notification settings - Fork 0
/
REMADE.html
64 lines (61 loc) · 2.12 KB
/
REMADE.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
<!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_REMADE.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: ReMade - Slat Desktop Tray</h4>
</div>
<div class="rows">
<div class="grid-container column">
<div class="grid-item hero">
<img src="images/REMADE/v1side.jpg" />
</div>
<div class="grid-item packaging">
<img src="images/REMADE/top_adjusted.jpg" />
</div>
<div class="grid-item aux">
<!-- <img src="images/REMADE/IMGP0414.jpg" /> -->
</div>
<div class="grid-item packaging-red">
<img src="images/REMADE/red.jpg" />
</div>
<div class="grid-item bottom">
<img src="images/REMADE/bottom.jpg" />
</div>
</div>
<div class="project_desc column">
<p>
REMADE centers around creating high design from used materials.
</p>
<p>
Slat is a tray for organizing small items on desks and tables. Slat is
made from reclaimed oak wood and leather offcuts that would otherwise be
discarded. Oak is a hardwood often used for flooring as it is resistant
to denting. The oak used for Slat is primarily sourced from construction
scraps while the leather is left over from the production of wallets.
The sloped interior makes scooping up small items easy and convenient.
A non-scratch cork foot adorns the underside.
</p>
<p>
A total of 22 Slat trays were hand-made for sale at Ideal Bellingham.
Each one is unique in size and character due to the natural materials.
</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>