Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80876aa

Browse files
committed
Added Support page
1 parent f671026 commit 80876aa

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

content/pages/Support.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
:title: Support
2+
3+
If you are unable to access the right level of support from the
4+
`Community <{filename}./community/Home.rst>`_ or would like to access our
5+
commercial support please use the blute **Help** button available
6+
on the left-hand side of every page.
7+
8+
Commercial Support
9+
------------------
10+
11+
.. alert-warning::
12+
13+
Coming soon...
14+
15+
----
16+
17+
.. alert-success::
18+
19+
Please consider donating to the project! Every open source project needs
20+
financial contributions to help pay for hosting, services and if you make
21+
good use of the project to show your appreacitation!
22+
23+
.. html::
24+
25+
<div class="panel panel-default">
26+
<div class="panel-heading">
27+
<h3 class="panel-title">Paypal</h3>
28+
</div>
29+
<div class="panel-body">
30+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
31+
<input type="hidden" name="cmd" value="_s-xclick">
32+
<input type="hidden" name="hosted_button_id" value="5444Y9894SHES">
33+
<input type="image" src="https://www.paypalobjects.com/en_AU/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal -- The safer, easier way to pay online." style="width: auto;">
34+
<img border="0" src="https://www.paypalobjects.com/en_AU/i/scr/pixel.gif" width="1" height="1">
35+
</form>
36+
</div>
37+
</div>
38+

pelicanconf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
("Docs", "/docs"),
5353
("Blogs", "/blogs"),
5454
("Community", "/community"),
55+
("Support", "/support"),
5556
)
5657

5758
# Blogroll

0 commit comments

Comments
 (0)