-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
62 lines (50 loc) · 2.2 KB
/
contact.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
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>BoochTek, LLC</title>
<meta name="author" content="BoochTek, LLC" />
<meta name="description" content="BoochTek, LLC - a web development firm, employing Ruby on Rails and Agile practices." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="https://www.boochtek.com" />
<link rel="stylesheet" href="styles/normalize.css" media="screen" type="text/css" />
<link rel="stylesheet" href="styles/main.css" media="screen" type="text/css" />
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
</head>
<body>
<header class="banner" role="banner">
<a href="/"><img class="logo" src="images/logo-boochtek-white.svg" /></a>
<h1><a href="/">BoochTek</a></h1>
<h2 class="tagline">Helping Teams Achieve Their Full Potential</h2>
<nav>
<ul>
<li><a href="/contact">Contact</a></li>
<li><a href="/faq">FAQ</a></li>
<li><a href="http://blog.boochtek.com/">Blog</a></li>
<li><a href="http://wiki.boochtek.com/">Wiki</a></li>
<li><a href="https://github.com/boochtek/">GitHub</a></li>
</ul>
</nav>
</header>
<main>
<section class="contact">
<h1>Contact Us</h1>
<p>
If you'd like more info, please don't hesitate to contact us.<br />
You can reach us in these ways:
<ul>
<li><b>Email</b>: <a href="mailto:[email protected]?subject=Info%20BoochTek">[email protected]</a></li>
<li><b>Twitter</b>: <a href="https://twitter.com/BoochTek">@BoochTek</a></li>
<li><b>Phone</b>: <a href="tel:314-374-5780">314-374-5780</a></li>
</ul>
You might want to check the <a href="/faq">Frequently-Asked Questions</a> page as well.
</p>
</section>
</main>
<footer role="contentinfo">
<p class="copyright">Copyright © 2015-2017 BoochTek, LLC</p>
</footer>
</body>
</html>