-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfutureuses.html
More file actions
executable file
·49 lines (40 loc) · 2.49 KB
/
futureuses.html
File metadata and controls
executable file
·49 lines (40 loc) · 2.49 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
<!-- final project - 3D printers
Author: Gabriel Garrett
-->
<!DOCTYPE html>
<head>
<title>3D Printer FAQ</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<header>
<h1 class="header">3D Printer Facts, Questions, and Answers</h1>
<h2 class="header">Your source for all of your 3D printing information and needs</h2>
</header>
<nav>
<ul>
<a href="index.html"><div><li>Home</li></div></a>
<a href="information.html"><div><li>What is 3D Printing?</li></div></a>
<a href="types.html"><div><li>Different types of 3D printers</li></div></a>
<a href="materials.html"><div><li>Materials</li></div></a>
<a href="futureuses.html"><div><li>Future Uses</li></div></a>
<a href="contactus.html"><div><li>Contact Us</li></div></a>
</ul>
</nav>
<div class="futureuses">
<h2 class="info">Potential Future Uses</h2>
<p class="info">With 3D printing moving the manufacturing of our goods from abroad straight to our homes, it is important to look at the potential future uses of 3D printers. Let's look at some things we may be able to download and print for ourselves in the not so distant future.</p>
<h3 class = "info">Printed Organs</h3>
<img src="images/3Dear.jpg" class="futureuses"/>
<p class ="info">With the advent of 3D printing, scientists all over the world are working on different applications for it to produce artificial organs. Because 3D printing allows you to quickly produce any custom shape without a lab, people are looking at making custom 3D printed organs a reality.</p>
<h3 class="info">Electronics</h3>
<img src="images/3Delectronics.png" class="futureuses"/>
<p class ="info">Some advanced 3D printers already allow for the printing of electronics, and some 3D printed components, like the ones shown above have already been sent in space! The components shown were launched on November 19th, 2013. The hope is that one day, 3D printers can be sent into space themselves, and astronauts will be able to print any special electronic component they need for any purpose.</p>
<h3 class="info">Food</h3>
<img src="images/pizza1.jpg" class="food"/>
<img src="images/pizza2.jpg" class="food"/>
<img src="images/pizza.jpg" class="food"/>
<p class="info">Does 3D printed food sound good to be true? Above, are images taken of a pizza produced by a food 3D printer, known as the Foodini. The Foodini can completely print all sorts of foods, from a finished cheeseburger, to an intricately shaped chocolate tree.</p>
</div>
</body>
</html>