-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
35 lines (34 loc) · 1.24 KB
/
contact.html
File metadata and controls
35 lines (34 loc) · 1.24 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
---
layout: layout
title: contact
---
<div id="contact" class="container">
<div class="row">
<div class="col-md-12">
<h3>To get in touch with Nevada Dynamics, please fill out this super-easy form</h3>
<div id="wufoo-zs7n6p51pp98cz">
</div>
<div id="wuf-adv" style="font-family:inherit;font-size: small;color:#a7a7a7;text-align:center;display:block;"></div>
<script type="text/javascript">
var zs7n6p51pp98cz; (function (d, t) {
var s = d.createElement(t), options = {
'userName': 'nevadadynamics',
'formHash': 'zs7n6p51pp98cz',
'autoResize': true,
'height': '730',
'async': true,
'host': 'wufoo.com',
'header': 'show',
'ssl': true
};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function () {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { zs7n6p51pp98cz = new WufooForm(); zs7n6p51pp98cz.initialize(options); zs7n6p51pp98cz.display(); } catch (e) { }
};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>
</div>
</div>
</div>
</div>