-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
44 lines (38 loc) · 991 Bytes
/
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
---
layout: single
title: Contact Kynetx
authors:
- Phil Windley
published: true
---
<div class="container">
<div class="row">
<div class="col-lg-12 page-title">
<hr class="alt" />
<div class="page-titles">
<h1>Contact Us</h1>
<!-- <p>Your Page Description Goes Here</p> -->
</div>
<hr class="alt" />
</div> <!-- /col-lg-12 -->
</div> <!-- /row -->
<div class="row">
<div class="col-lg-12" id="content">
<div class="row">
<div class="col-lg-6">
</div>
<div class="col-lg-6">
<div class="sidebar">
<h3>Contact Information</h3>
<p>
<a href="mailto:info@kynetx.com">info@kynetx.com</a><br/>
</p>
<p>
You might find the answer to any questions you have in our <a href="http://forum.joinfuse.com">Forum</a>. Feel free to submit questions there.
</p>
</div> <!-- /sidebar -->
</div> <!-- /col-lg-4 -->
</div> <!-- /row -->
</div> <!-- /col-lg-12 -->
</div> <!-- /row -->
</div> <!-- /container -->