-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
81 lines (74 loc) · 2.95 KB
/
contact.html
File metadata and controls
81 lines (74 loc) · 2.95 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
<!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">
<center>
<font color="black" size="7">Contact Us</font><br>
<font color="black" size="4">Call or email today for a free quote or consultation.</font>
</center>
<section id="one" class="wrapper">
<div class="inner">
<div class="flex">
<article><b><font size="4" color="black">
<br>
<br>
Draftek Design, LLC.<br>
2 Ilene Ct., Building 1, Unit 5<br>
Hillsborough, NJ, 08844<br>
Telephone: +1 908-829-5503<br>
FAX: + 1 866-511-5496<br>
E-mail: p.lydick@draftekdesign.com<br>
</font> <b>
</article>
<article>
<center><div class="mapouter"><div class="gmap_canvas"><iframe width="903" height="292" id="gmap_canvas" src="https://maps.google.com/maps?q=2 ilene ct unit 5&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://www.draftekdesign.com"></a></div><style>.mapouter{text-align:right;height:292px;width:903px;}.gmap_canvas {overflow:hidden;background:none!important;height:292px;width:903px;}</style></div>
</article>
</div>
</div>
<br><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>