forked from apax-software/apax-website-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
52 lines (44 loc) · 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
---
layout: page
permalink: contact/
title: Contact
redirect_from:
- join-the-team.html
---
<div class="subheader contact-page"> <!-- Need to substitute img -->
<div class="container img-overlay">
<h1>Contact Us</h1>
</div>
</div>
<div class="temp-div">
</div>
<div class="container" id="contact">
<p style="margin: 20px;">Our mission is to help grow the tech industry in Kentucky. We do this by providing the highest quality software services to our clients! APAX Software offers full stack web and mobile software development services, as well as consulting, data management, and graphics design.</p>
<p>Contact us anytime at <a href="tel:8594211690">(859)421.1690</a></p>
<div class="row" id="contact">
<div class="col-lg-12 col-xs-12" style="margin-top: 0;">
<h3>Contact us</h3>
<div class="form-group">
<form action="//formspree.io/info@apaxsoftware.com"
method="POST" id="form-spree">
<div class="form-group">
<input type="text" name="name" placeholder="Your Name" class="form-control input-lg">
</div>
<div class="form-group">
<input type="tel" name="phone" placeholder="Phone Number (optional)" class="form-control input-lg">
</div>
<div class="form-group">
<input type="email" name="_replyto" placeholder="Email address" class="form-control input-lg">
</div>
<div class="form-group">
<textarea type="text" name="problem" placeholder="How can we help?" class="form-control input-lg large-box"></textarea>
</div>
<input type="hidden" name="_subject" value="Contact Us form submission"/>
<input type="text" name="_gotcha" style="display:none"/>
<button type="submit" class="btn btn-default form-btn" style="float: right">Submit</button>
<p class="form-complete" style="display:none">Thank you for your submission. <a href="/">Refresh</a> the page to resubmit</p>
</form>
</div>
</div> <!-- /col-lg-12 -->
</div> <!-- /row -->
</div> <!-- /container -->