gallery masonry is mostly working now. Still needs some aestetical retouching and...
[theme-danix.xyz.git] / layouts / shortcodes / contact.html
index 8430813..a93d149 100644 (file)
@@ -1,10 +1,11 @@
+{{- $sig := resources.Get "/uploads/2018/05/new-signature.png" -}}
 <section id="contact">
   <div class="inner">
     <section>
 
-      <p class="error message js-hidden">{{ i18n "js_required" }}</p>
-      <p class="contact-submitted status message hidden">{{ i18n "contact_submitted" }}</p>
-      <p class="contact-error error message hidden">{{ i18n "contact_error" }}</p>
+      <p class="error message js-hidden">Javascript is required for this form to work</p>
+      <p class="contact-submitted status message hidden">Your message has been sent correctly. I'll get back at you as soon as possible</p>
+      <p class="contact-error error message hidden">There's been a problem with your message, I'll dispatch the wizard to investigate the issue.</p>
 
       <form class="contact-form hidden" data-protect="/php/contact.php" action="#" method="post" accept-charset="UTF-8">
         <div class="fields">
         </ul>
         
       </form>
-
-
     </section>
+
     <section class="split">
       <section>
         <div class="contact-method">
           <span class="icon solid alt fa-envelope"></span>
           <h3>Reach out to me</h3>
           <p>I'm here to help, if you need to talk to me feel free to reach out and tell me whatever you need help with, I'll be happy to find some time to discuss the matter with you!</p>
+          <img class="signature image right" src="{{ $sig.RelPermalink }}" alt="signed by danix">
         </div>
       </section>
     </section>