mirror of https://github.com/ThunixdotNet/www.git
Edited GDPR and Terms of Service pages with minor fixes
This commit is contained in:
parent
07c97f66b9
commit
f1c5c19a96
3
MENU.php
3
MENU.php
|
@ -9,6 +9,7 @@
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
<li><a href="faq.php">FAQ</a></li>
|
<li><a href="faq.php">FAQ</a></li>
|
||||||
<li><a href="tos.php">Terms of Service</a></li>
|
<li><a href="tos.php">Terms of Service</a></li>
|
||||||
|
<li><a href="gdpr.php">GDPR Statement and Privacy Policy</a></li>
|
||||||
<li><a href="contact.php">Contact Us</a></li>
|
<li><a href="contact.php">Contact Us</a></li>
|
||||||
<li><a href="signup.php">Sign Up</a></li>
|
<li><a href="signup.php">Sign Up</a></li>
|
||||||
<li><a href="abuse.php">Report Abuse</a></li>
|
<li><a href="abuse.php">Report Abuse</a></li>
|
||||||
|
@ -30,7 +31,7 @@
|
||||||
<li>
|
<li>
|
||||||
<h2>Other Information</h2>
|
<h2>Other Information</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="gdpr.php">GDPR Statement</a></li>
|
<li>(Coming soon)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
6
gdpr.php
6
gdpr.php
|
@ -1,5 +1,5 @@
|
||||||
<?php include 'HEADER.php'; ?>
|
<?php include 'HEADER.php'; ?>
|
||||||
<title>GDPR Statement on Data Collection and Retention - thunix Shell Provider and Web Host</title>
|
<title>GDPR Statement and Privacy Policy - thunix Shell Provider and Web Host</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="top">
|
<div id="top">
|
||||||
|
@ -14,10 +14,10 @@
|
||||||
<div id="page-bgbtm">
|
<div id="page-bgbtm">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h2 class="title">GDPR Statement on Data Collection and Retention</h2>
|
<h2 class="title">GDPR Statement and Privacy Policy</h2>
|
||||||
<div style="clear: both;"> </div>
|
<div style="clear: both;"> </div>
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
<p>Thunix takes personal data privacy seriously, and as such remains committed to being in compliance with the GDPR, which took affect on May 25th, 2018.</p>
|
<p>Thunix takes personal privacy seriously, and as such remains committed to being in compliance with the GDPR, which took affect on May 25th, 2018.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
4
tos.php
4
tos.php
|
@ -1,5 +1,5 @@
|
||||||
<?php include 'HEADER.php'; ?>
|
<?php include 'HEADER.php'; ?>
|
||||||
<title>Terms of Service and Privacy Policy - thunix Shell Provider and Web Host</title>
|
<title>Terms of Service - thunix Shell Provider and Web Host</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="top">
|
<div id="top">
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<div id="page-bgbtm">
|
<div id="page-bgbtm">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h2 class="title">Terms of Service and Privacy Policy</h2>
|
<h2 class="title">Terms of Service</h2>
|
||||||
<div style="clear: both;"> </div>
|
<div style="clear: both;"> </div>
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
<p>Nothing is without its rules and regulations; thunix is no exception. Below are the site's service terms and privacy policy. Everything in this page should be clear to everyone who wishes to use thunix's services, especially the service terms; failure to abide by them can result in such penalties as service bans and even legal action, depending on the severity of a violation. Be sure to read the terms carefully and understand them.</p>
|
<p>Nothing is without its rules and regulations; thunix is no exception. Below are the site's service terms and privacy policy. Everything in this page should be clear to everyone who wishes to use thunix's services, especially the service terms; failure to abide by them can result in such penalties as service bans and even legal action, depending on the severity of a violation. Be sure to read the terms carefully and understand them.</p>
|
||||||
|
|
Loading…
Reference in New Issue