-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
34 lines (33 loc) · 1.27 KB
/
contact.html
File metadata and controls
34 lines (33 loc) · 1.27 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
---
layout: default
permalink: /contact/index.html
title: Contact
---
<section class="content">
<h1 class="section_title"><a href="/contact">Contact</a></h1>
<!--
<div class="icons">
<a href="https://github.com/NickBain" target="_blank" title="github"><i class="icon-github"></i></a>
<a href="https://twitter.com/nicky_bain" target="_blank" title="twitter"><i class="icon-twitter-sign"></i></a>
</div>
-->
<p>
Send me an email <strong> nick<span style="display:none">-nay-spam</span>@nbain.co.uk </strong> or complete the form below.
<p>
<div id="wufoo-z7x3p3">
</div>
<script type="text/javascript">var z7x3p3;(function(d, t) {
var s = d.createElement(t), options = {
'userName':'nickybain',
'formHash':'z7x3p3',
'autoResize':true,
'height':'437',
'async':true,
'header':'hide'};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + '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 { z7x3p3 = new WufooForm();z7x3p3.initialize(options);z7x3p3.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>
</section>