diff --git a/portmaster/index.html b/portmaster/index.html index 182b9d6..5f1a8cf 100644 --- a/portmaster/index.html +++ b/portmaster/index.html @@ -214,29 +214,57 @@ redirect_from:
{% for faq in site.data.faq.portmaster %}
-

- {{ faq.q }} -

-

- {{ faq.a }} -

-
- {% if faq.link %} - {{ faq.link.text }} - {% endif %} -
+
+ + +
+
+ {{ faq.a }} + {% if faq.link %} +
+
+ {{ faq.link.text }} + {% endif %} +
+
+
{% endfor %}
-

- Where can I find your source code? -

-

- You can find our code on Github. The Portmaster, the Portmaster UI, the SPN, the docs - and this website have their respective repositories. Jess, the heart of the SPN, which - got audited by Cure53, can also be found online. -

-
+
+ + +
+
+ You can find our code on Github. The Portmaster, the Portmaster UI, the SPN, the docs + and this website have their respective repositories. Jess, the heart of the SPN, which + got audited by Cure53, can also be found online. +
+
+
+ \ No newline at end of file