-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsupport.html
46 lines (42 loc) · 1.07 KB
/
support.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
---
<div class="row margin-top-20">
<div class="col-md-12">
<h2>Need support?</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<h3>StackOverflow</h3>
<p>
<a href="http://stackoverflow.com/questions/tagged/dandelion"><i
class="fa fa-stack-overflow fa-4x"></i></a>
</p>
<p>
Don't forget to use the
<code>dandelion</code>
tag!
</p>
<p>
<a href="http://stackoverflow.com/questions/tagged/dandelion">http://stackoverflow.com/questions/tagged/dandelion</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<h3>Forum</h3>
<p>
<a href="http://dandelion-forum.48353.x6.nabble.com/"><i
class="fa fa-comments-o fa-4x"></i></a>
</p>
<p>
<a href="http://dandelion-forum.48353.x6.nabble.com/">http://dandelion-forum.48353.x6.nabble.com/</a>
</p>
</div>
</div>
<div class="row margin-top-20">
<div class="col-md-12">
<p class="text-center">We will do our best to answer as quickly as possible!</p>
</div>
</div>