Contact updates
This commit is contained in:
parent
165c313a3b
commit
3980cfcad3
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Thanks!
|
title: Thanks!
|
||||||
|
permalink: contact/thanks/
|
||||||
---
|
---
|
||||||
Your email has been sent. You should receive a response within the next working day.
|
Your email has been sent. You should receive a response within the next working day.
|
||||||
|
|
|
@ -27,7 +27,10 @@ layout: page
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form__actions">
|
<div class="form__actions">
|
||||||
<input class="btn btn-primary" type="submit" value="Send email">
|
<button class="btn btn-primary" type="submit">
|
||||||
|
<i class="fa fa-send"></i>
|
||||||
|
Send email
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="hidden" name="_next" value="{{ site.url }}/contact-thanks/" />
|
<input type="hidden" name="_next" value="{{ site.url }}/contact-thanks/" />
|
||||||
|
|
Reference in a new issue