-
Notifications
You must be signed in to change notification settings - Fork 0
/
more_projects.html
63 lines (60 loc) · 1.95 KB
/
more_projects.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
<!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_more.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>A collection of my miscellaneous projects</h4>
</div>
<div class="rows">
<div class="grid-container column">
<div class="grid-item coasters">
<a href="https://www.etsy.com/listing/581033795/speckled-linoleum-cork-coasters">
<img src="images/more/coasters.jpg">
</a>
</div>
<div class="grid-item planets">
<img src="images/5_2moons.gif">
</div>
<div class="grid-item radome">
<img src="images/more/radome.jpg">
</div>
<div class="grid-item blower">
<a href="https://www.thingiverse.com/thing:3792026">
<img src="images/more/blower.jpg">
</a>
</div>
<div class="grid-item cinch-strap">
<img src="images/more/cinch1.jpg">
</div>
</div>
<div class="project_desc column">
<p>
Mostly Blender Cycles renders and 3D Printing are featured here.
</p>
<p>
2nd to last image is a part cooling shroud for a 3D printer. Click the image for more details (and to download).
</p>
<p>
Last image is a cinch-strap design for reusing old bike tubes.
It can be used to quickly secure light loads like a jacket for bikepacking or day rides.
I plan to release files in the future after doing some testing.
</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>