-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
29 lines (27 loc) · 933 Bytes
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: plain
title: Elog.io - Help!
root: "../"
---
<p />
<div class="faq">
<h2>Need some guidance?</h2>
<p>
If you feel that you need some guidance, want to ask a question, or just
need some more information, these links should help you. You can always
reach out to us with the feedback button from within the
plugin, tweet to us on <a href="http://twitter.com/elog_io">@elog_io</a>
or write to us on <a href="mailto:hello@elog.io">hello@elog.io</a>. Don't
forget to sign up for our <a href="/newslist/">news list</a> too.
</p>
<p>
<ul>
<li><a href="/welcome/">Welcome information</a> - including some sample
images you can try with.</li>
<li><a href="/faq/">Frequently Asked Questions</a> - about elog.io, how we
match images, what we include, and more.</li>
<li><a href="/dev/">Developer's information</a> - about the technology
behind elog.io and links to source code.</li>
</ul>
</p>
</div>