Restyle footer and add FAQ
This commit is contained in:
parent
9d640b9fd3
commit
ed481d9083
5 changed files with 141 additions and 80 deletions
11
templates/app/faq.html.twig
Normal file
11
templates/app/faq.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Privacy Policy{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1 class="mb-3">Frequently Asked Questions</h1>
|
||||
<h2 class="mb-3">Is it free?</h2>
|
||||
<p>Yes, pflänz.li is free to use and its source code is <a href="https://git.thisfro.ch/thisfro/pflaenz.li">publically accessible</a>.</p>
|
||||
<h2 class="mb-3">Can I help?</h2>
|
||||
Yes, feel free to contact <a href="mailto:jannis@thisfro.ch">@thisfro</a>!</p>
|
||||
{% endblock %}
|
Reference in a new issue