-
Notifications
You must be signed in to change notification settings - Fork 0
/
Innovations.html
56 lines (47 loc) · 1.57 KB
/
Innovations.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
<html>
<head>
<title>Innovations we've made</title>
<link rel="stylesheet" href="styles.css" >
<script src="script.js"></script>
</head>
<body>
<a href= "index.html"> Home</a>
<a href= "innovations.html"> Innovations</a>
<a href= "about.html"> More Information</a>
<img src="images/3Dprintedvase.jpg" alt="Vase"/>
<header>
<h1>Achievements</h1>
</header>
<section>
<p>As our awards suggest, our company has achieved much in the way of providing labor as well as a positive impact on the environment. However, we’ve made innovations through our services. From prosthetics to high quality parts, we have built up a reputation for constructing only the best 3D printed parts for our customers.</p>
<h2>Our goals behind our achievements</h2>
<ul>
<li>Adaptable components in our prints</li>
<li>Little waste when manufacturing</li>
<li>Contemporary designs</li>
</ul>
</section>
<section>
<h3>Projects</h3>
<table>
<tr>
<th>Project</th>
<th>Description</th>
</tr>
<tr>
<th>Prosthetics</th>
<th>We've developed several components to improve the performance of prosthetics.</th>
</tr>
<tr>
<th>Outdoor parts</th>
<th>With our highly skilled CAD modelers, we've developed parts that can withstand the toughest of outdoor climates.</th>
</tr>
<tr>
<th>Machine parts</th>
<th>Like the outdoor components we've made, we have made durable part for even the most complex of machines</th>
</tr>
</table>
</section>
<footer class=a> <i> Custom 3D prints, (Columbus, Ohio)</footer>
</body>
</html>