Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions sites/ainsley-clark/content/thank-you.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Thanks for getting in touch
description: Thank you for getting in touch with Ainsley Clark. Your message has been received and I will get back to you shortly.
draft: false
footerNoPadding: true
namespace: thankyou
private: true
---

<!-- =====================
Thank You
===================== -->
<section class="hero hero-simple hero-simple-padding-bottom">
<div class="container">
<div class="row align-items-center justify-content-center justify-content-desk-start">
<!-- Content -->
<div class="col-12 col-desk-large-8">
<!-- Heading -->
<h1 class="margin-title animate-up">
<u>Thanks</u>.<br/>Your message has been received, I will get back to you <span class="type-serif">sharpish</span>.
</h1>
<!-- Go Back -->
<div class="btn-multiple animate-fade">
{{< partial template="components/button.html" text="Go back" size="large" arrow=true colour="white" attr="data-go-back" >}}
{{< partial template="components/button.html" link="https://www.linkedin.com/in/ainsleyclark/" text="Connect on LinkedIn" size="large" colour="grey" >}}
</div>
</div><!-- /Col -->
</div><!-- /Row -->
</div><!-- /Container -->
</section>
Loading