-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3dprint.html
More file actions
57 lines (50 loc) · 1.78 KB
/
3dprint.html
File metadata and controls
57 lines (50 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./stylesheet.css">
<link rel="icon" type="image/x-icon" href="./img/logo.png">
<title>3D Printing</title>
</head>
<header>
<div class="topbar">
<div class="banner">
<h1>Nathan Roche's Personal Website</h1>
</div>
<nav class="sidebar">
<ul class="sidelist">
<li><a href="./index.html">Main page</a></li>
<li><a href="./dnd.html">Dungeons and Dragons</a></li>
<li><a href="./vracing.html">Virtual Racing</a></li>
<li><a class="active" href="./3dprint.html">3D Printing</a></li>
<li><a href="./vr.html">Virtual Reality</a></li>
</ul>
</nav>
</div>
</header>
<br>
<body>
<div class="main">
<div class="bio">
<p>My 3D printer is very much an impulse buy over october, however I am obsessed with it at the moment. Its
versatility is crazy.
<br>
From little nit-nacks, fidget toys to very practical items, I have truely fallen in love with this
machine.
<br>
I only have it about a week from writing this, so I have alot to learn in the community of 3D
prints. The potential in front of me with this machine is immense.
</p>
</div>
<img class="descbox" src="./img/printer.gif" alt="Picture of my 3D printer" width="150">
</div>
</body>
<br>
<footer align="center" class="ffooter" ;">
<p>Made by Nathan roche.
<hr width="10%" align="center">
All rights reserved.™©®
</p>
</footer>
</html>