aboutsummaryrefslogtreecommitdiff
path: root/app/dashboard/templates/faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/dashboard/templates/faq.html')
-rw-r--r--app/dashboard/templates/faq.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/dashboard/templates/faq.html b/app/dashboard/templates/faq.html
index 32f03bb..355d674 100644
--- a/app/dashboard/templates/faq.html
+++ b/app/dashboard/templates/faq.html
@@ -46,6 +46,12 @@
Can I send you my boards?
</a>
</li>
+ <li>
+ <a href="#contact"
+ title="How can I contact you?">
+ How can I contact you?
+ </a>
+ </li>
</ol>
<hr />
<div class="faq">
@@ -76,6 +82,12 @@
<dd>You can't.</dd>
<dt id="send-hw">Can I send you my boards?</dt>
<dd>No you can't.</dd>
+ <dt id="contact">How can I contact you?</dt>
+ <dd>If you can't find an answer to you questions in this page, please send us an email at:
+ <address>
+ <a title="Kernel CI info email address" href="mailto:info@kernelci.org">info&nbsp;&#64;&nbsp;kernelci&#46;org</a>
+ </address>
+ </dd>
</dl>
</div>
</div>