-
Notifications
You must be signed in to change notification settings - Fork 3
/
contact.html
178 lines (140 loc) · 7.58 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
---
---
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL=https://connexta.com/">
<title>Connexta: Contact Us </title>
{% include head.html %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/parallax.js"></script>
</head>
<body>
<div class="content-wrap">
{% include header.html %}
<section class="graphic-title-heading contact-graphic-heading medium">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Contact Us</h1>
<h3 style="color:white">We would love to hear from you</h3>
</div>
</div>
</div>
</section>
<section class="mission-wrap short blue" style=" background-color: #00aad3;">
<div class="container">
<div class="row">
<div class="mission-description" style="max-width: 750px; margin: 0 auto;">Connexta is a software development company delivering enterprise integration services to government and commercial customers globally. Connexta is headquartered in Phoenix, AZ.</div>
</div>
</div>
</section>
<section class="contact-main-wrap medium white">
<div class="container">
<div class="row">
<!-- <div class="main-social-media">
<a href="http://www.linkedin.com/company/connexta-llc" target="_blank" class="main-social-icon main-linkedin" title="See us on LinkedIn"></a>
<a href="https://github.com/connexta/" target="_blank" class="main-social-icon main-github" title="See us on Github"></a>
<a href="http://www.facebook.com/connexta" target="_blank" class="main-social-icon main-facebook" title="See us on Facebook"></a>
<a href="http://www.twitter.com/connexta" target="_blank" class="main-social-icon main-twitter" title="See us on Twitter"></a>
</div> -->
<div class="social-media">
<a href="http://www.linkedin.com/company/connexta" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/connexta/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="http://www.facebook.com/connexta" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="http://www.twitter.com/connexta" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
<p class="contact-info">
Call <strong>602-714-1459</strong> or complete the form below.
</p>
<!-- <div class="email-form">
<script type="text/javascript" src="https://form.jotform.com/jsform/70296347718162"></script>
</div> -->
<script>
$(function(){
// intercept the form submission
$("#contact-form").on("submit", function(e) {
e.preventDefault(); // stop the form from being submitted
// make an ajax POST request to the form's action
$.ajax({
type: "POST",
url: $(this).attr("action"), // use the form's action attribute as the endpoint
data: $(this).serialize(), // use the data from the form
headers:
{
"Accept": "application/json" // this makes the server send you a JSON response
},
success: function(response) // handle the successful submission of your POST
{
console.log(response); // response contains the form submission that was just made
$("#contact-form")[0].reset();// reset the form
$("#messages").show().text("Thank you for your submission. We'll get back to you soon");
},
});
});
});
</script>
<div class="email-form">
<div id="messages" style="display: none"></div>
<form action="https://liveformhq.com/form/934055ac-e239-40f6-8345-e448192d73ec" method="POST" accept-charset="utf-8" id="contact-form">
<input type="hidden" name="_utf8" value="✓">
<label for="name">Name</label>
<input type="text" id="name" name="name"> <br />
<label for="email">Email</label>
<input type="text" id="email" name="email"> <br />
<label for="message">Message</label>
<textarea id="message" name="message"></textarea>
<!-- recaptcha -->
<div class="g-recaptcha" data-sitekey="6LfT4CAUAAAAALSPFLMAxB1X6qJnw4QkaMyiF7PB" data-callback="enableSubmit"> </div>
<button type="submit" id="form-submit">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<section class="offices-wrap medium blue">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-5 arizona">
<h2 class="light">Arizona</h2>
<p class="light"><span class="address-line">1860 North 95th Lane, Suite 325</span><br/> <span class="address-line">Phoenix, AZ 85037</span></p>
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d852039.2385451214!2d-112.81906059488806!3d33.468105095664285!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x872b3fbe99d2afbd%3A0x85cd69f778e89654!2s1860+N+95th+Ln%2C+Phoenix%2C+AZ+85037!5e0!3m2!1sen!2sus!4v1557015251176!5m2!1sen!2sus" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-sm-12 col-md-5 colorado">
<h2 class="light">Massachusetts</h2>
<p class="light"><span class="address-line">800 District Ave Suite 170</span><br/></span> <span class="address-line">Burlington, MA 01803</span></p>
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d753258.3125852221!2d-71.73325657781275!3d42.48272311558493!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e39e3082ec0bb9%3A0xd53eeb7c25982762!2s800+District+Ave+%23170%2C+Burlington%2C+MA+01803!5e0!3m2!1sen!2sus!4v1557015346272!5m2!1sen!2sus" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<section class="offices-wrap medium blue">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-5 colorado">
<h2 class="light">Colorado</h2>
<p class="light"><span class="address-line">5660 Greenwood Plaza Blvd, Suite 210N</span><br/></span> <span class="address-line">Greenwood Village, CO 80111</span></p>
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d786843.5714159488!2d-105.42450084531305!3d39.613518854640844!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x876c86f3e6d9c565%3A0xf78d87c1d396743b!2s5660+Greenwood+Plaza+Blvd+%23210n%2C+Greenwood+Village%2C+CO+80111!5e0!3m2!1sen!2sus!4v1557015416100!5m2!1sen!2sus" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-sm-12 col-md-5 colorado">
<h2 class="light">Washington D.C.</h2>
<p class="light"><span class="address-line">Our newest location.</span><br/></span> <span class="address-line">Please call to connect with us.</span></p>
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1589890.867431586!2d-77.85512455964712!3d38.895269918667566!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b7c6de5af6e45b%3A0xc2524522d4885d2a!2sWashington%2C+DC!5e0!3m2!1sen!2sus!4v1557015531323!5m2!1sen!2sus" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
{% include footer.html %}
</div>
</body>
</html>