-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakeit.html
More file actions
87 lines (76 loc) · 3.12 KB
/
makeit.html
File metadata and controls
87 lines (76 loc) · 3.12 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE HTML>
<!-- ansi y14.5
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Draftek Design</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">DRAFTEK DESIGN, LLC.</a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="contact.html">Contact</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Three -->
<section id="three" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Manufacturing Services</h2>
<p></p>
</header>
<p><font color="black" size="4">We’ve machined parts for medical, government, and aerospace clients. Parts can ship with material certifications,
inspection reports, or any other documentation you may require. Our capabilities include milling, turning, CNC, laser cutting, engraving, resin casting, and 3D
printing—all in-house. We’re experienced in cutting a wide range of materials including aerospace-grade and FDA-approved materials. In addition,
our machine shop is ITAR compliant.</font>
</p>
<hr>
<center><img src="images/makebanner.jpg" width="100%"></center>
<hr>
<h3>Our machine lineup includes:</h3>
<font color="black">
• Fadal 4-Axis VMC<br>
• Bridgeport Milling Machine w/ Prototrak CNC<br>
• Clausing Colchester Lathe 13x40<br>
• Objet30 3D Printer<br>
• FS Laser Cutter, 12x20 90W CO2<br>
• Vacuum chamber for resin casting<br>
• Abrasive blast cabinet<br>
<br>
<h3><center>Call <u>908-829-5503</u> or <u><a href="mailto:p.lydick@draftekdesign.com"> email us</a></u> for a free consulation.</center></h3>
</font>
<br>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
© 2018 Draftek Design, LLC.
</div>
<ul class="icons">
<li><a href="https://www.facebook.com/DraftekDesign/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://twitter.com/draftekdesign" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/paul-lydick-1a821013/" class="icon fa-linkedin"><span class="label">linkedIn</span></a></li>
<li><a href="https://www.instagram.com/draftekdesign/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>