Continued creating the design
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% extends '::base.html.twig' %}
|
||||
{% block body %}
|
||||
<img src="{{ asset('images/logo.png') }}" alt="OpenScrum.org" />
|
||||
<h2>Welcome to OpenScrum.org!</h2>
|
||||
<p>OpenScrum.org is a web based tool to help development teams to develop using the <a href="http://www.scrum.org/" target="_blank">Scrum</a> methodology.</p>
|
||||
{% endblock %}
|
||||
|
@@ -0,0 +1,13 @@
|
||||
{% extends '::base.html.twig' %}
|
||||
{% block body %}
|
||||
<h2>OpenScrum.org's Privacy Policy</h2>
|
||||
|
||||
<h3>Passwords</h3>
|
||||
<p>If you register on our site with a username/password pair, your password is encrypted with a one-way algorithm, which means that neither us, neither a hacker can get your password from our database.</p>
|
||||
|
||||
<h3>Personal information</h3>
|
||||
<p>All the data you upload on your Profile page is visible to our server administrators. They are, however, not really interested in this kind of data. Also, if you check the "Make my Profile public" checkbox, your Profile will be available to every registered user on the site, so be careful what you enter there.</p>
|
||||
|
||||
<h3>Bank account and credit card information</h3>
|
||||
<p>If you buy anything from the Store, all your financial data is entered on the PayPal website. We only get your public PayPal data from them (mostly your contact information), no bank account or credit card information is processed by us.</p>
|
||||
{% endblock body %}
|
Reference in New Issue
Block a user