summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-21 20:26:43 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-21 20:26:43 -0400
commit9df63e5b8f2fd64a2f111d40c34b3d4c2c91bfaa (patch)
tree04b5d6e6642bdd0762e9c36624d1fb8bb22ed775 /nfsw/templates
parent4c79817cfa0cf8737679df80b62eab01a16b3d42 (diff)
Update nfsw/templates/terms.html
Diffstat (limited to 'nfsw/templates')
-rw-r--r--nfsw/templates/terms.html76
1 files changed, 33 insertions, 43 deletions
diff --git a/nfsw/templates/terms.html b/nfsw/templates/terms.html
index 5e541e6..db4cb7f 100644
--- a/nfsw/templates/terms.html
+++ b/nfsw/templates/terms.html
@@ -2,56 +2,46 @@
{% block title %}Terms{% endblock %}
-{% block content %}
-<div class="terms-block">
- <div class="msg-block">
- <div class="msg">
- <p></p>
- </div>
- </div>
+{% block content %} <div class="terms-block"> <div class="msg-block">
+<div class="msg"> <p></p> </div> </div>
- <div class="terms">
- <header>
- <h1>Terms &amp; Conditions</h1>
+ <div class="terms"> <header> <h1>Terms &amp; Conditions</h1>
</header>
<p>NFSW will expose you to content that may be considered
- unpalatable, offensive, rude, crass, or unsophisticated.</p>
-
- <p>In no event unless required by applicable law or agreed to
- in writing will the copyright holder be liable to you for
- damages, including any general, special, psychological,
- incidental or consequential damages arising out of the
- playing NFSW, even if the holder has been advised of the
- possibility of such damages.</p>
- </div>
+ unpalatable, offensive, rude, or crass.</p>
- <div class="privacy">
- <header>
- <h1>Privacy Policy</h1>
- </header>
+ <p>In no event unless required by applicable law will the
+ copyright holder be liable to you for damages, including
+ any general, special, psychological, incidental or
+ consequential damages arising out of playing NFSW,
+ even if the holder has been advised or is aware of the
+ possibility of such damages.</p> </div>
- <p>All your interactions with NFSW game will be logged
- indefinitely.</p>
+ <div class="privacy"> <header> <h1>Privacy Policy</h1> </header>
- <p>We may at our own discretion choose to completely purge the
- data you've created/generated by virtue of playing the
- game.</p>
+ <p>All your interactions with NFSW game or your "game state"
+ will be stashed in a temprorary cache.</p>
+ <p>Data in the temprorary cache attributable to you may be
+ removed when the game is reset or when game's janitor
+ decides to clean it up or when the server gets obliterated
+ on the January 2<sup>nd</sup> 2020.</p>
+
+ <p>The game server might also log your IP address
+ automatically each time you communicate with it. Access
+ logs will be purged on the same day the server gets
+ obliterated.
+ </p>
+
+ <p>Lastly, remember that you're on the Internet where Privacy
+ is not a first class citizen. Tread with caution.</p>
</div>
- <form class="agree" method="post">
- <div class="form-group agree">
- <label for="agree">
- <input type="checkbox" name="agree" class="agree" value="1">
- I agree to the Terms &amp; Conditions and the Privacy
- Policy.
- </label>
- </div>
-
- <div class="button-group">
- <input type="submit" value="Submit">
- </div>
- </form>
-</div>
-{% endblock %}
+ <form class="agree" method="post"> <div class="form-group agree">
+ <label for="agree"> <input type="checkbox" name="agree"
+ class="agree" value="1"> I agree to the Terms &amp; Conditions
+ and the Privacy Policy. </label> </div>
+
+ <div class="button-group"> <input type="submit"
+ value="Submit"> </div> </form> </div> {% endblock %}