mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 02:11:55 +00:00
Update/contact (#26)
* update contact page to prioritize social media links and add emails * Update src/contact.njk Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com> * styling * Remove emails from contact page in favor of contribute page and github * Add attachment support to Contact Form --------- Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
<script type="text/javascript"><!--/* Generated by www.email-encoder.com */
|
||||
for(var catizv=["dA","Ig","cA","PA","cg","Og","IA","Yw","YQ","Pg","QA","bw","aA","cw","bw","cA","dQ","bA","QA","OQ","PA","dA","YQ","aQ","bw","PQ","OQ","YQ","Ig","Lw","bQ","YQ","cA","cg","cA","Zg","cg","cg","dA","Lg","dQ","bw","dA","Yw","bQ","YQ","ZQ","dA","dA","bw","cw","cg","Lg","cw","cw","bQ","Pg","dA"],hjjlvu=[28,34,38,0,27,15,2,51,26,35,23,40,3,24,20,39,17,12,43,29,54,25,56,11,52,7,49,1,8,55,33,46,18,47,19,6,4,41,22,50,37,32,48,31,9,10,5,13,45,14,44,21,30,36,16,53,57,42],ollucg=new Array,i=0;i<hjjlvu.length;i++)ollucg[hjjlvu[i]]=catizv[i];for(var i=0;i<ollucg.length;i++)document.write(atob(ollucg[i]+"=="));
|
||||
// --></script><noscript>Please enable JavaScript to see the email address (<a href="https://www.email-encoder.com/enablejs/" target="_blank" rel="noopener noreferrer">How-to</a>).</noscript>
|
||||
@@ -27,16 +27,11 @@ layout: layouts/peripheral.njk
|
||||
<script>
|
||||
$(function() {
|
||||
$('#feedback-form').ZammadForm({
|
||||
messageTitle: 'Feedback Form',
|
||||
messageTitle: 'Start9 Contact Form',
|
||||
messageSubmit: 'Submit',
|
||||
messageThankYou: 'Thank you for your inquiry (#%s)! We\'ll contact you as soon as possible.'
|
||||
attachmentSupport: true
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<h4 class="text-center">email us</h4>
|
||||
<p class="text-center">
|
||||
{% include 'components/emails/security-email.njk' %} |
|
||||
{% include 'components/emails/affiliate-email.njk' %}
|
||||
</p>
|
||||
</section>
|
||||
Reference in New Issue
Block a user