-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
37 lines (34 loc) · 1.36 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
---
layout: main
title: Contact
description: Contact Nathanael Burt for your next software project.
last_modified_at: 2024-03-31 18:30:00
permalink: /contact
---
<h1 class="center">Tell me about your project</h1>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
<div style="width:100%; min-height:500px">
<iframe id="hectic-form" allowtransparency="true"
style="padding: 0px; margin: 0px; border: 0; max-width: 100%; min-width: 100%"
title="Contact form"></iframe>
</div>
<script type="text/javascript">
let hecticFrame = document.getElementById("hectic-form");
hecticFrame.src = 'https://hello.withmoxie.com/01/nathanael-burt/contact-form?inFrame=true&sourceUrl=' + encodeURIComponent(window.location.href)
setTimeout(() => iFrameResize({
heightCalculationMethod: 'min',
sizeWidth: true,
sizeHeight: true,
log: false,
checkOrigin: false
}, '#hectic-form'), 100);
</script>
<p class="center">
You can also send me an email at <a href="mailto:[email protected]">[email protected]</a> or
<a
href="https://nathanael-burt.moxieapp.com/public/nathanael-burt/30-minute-meeting"
target="_blank"
rel="nofollow noopener"
>book a free 30 minute initial consultation</a>.
</p>