summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-21 20:34:39 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-21 20:35:12 -0400
commitc99e3d088da1abc1b4ab88a49697a74fcf4fb328 (patch)
tree2fe2fe1e4a081588f4944bbc70152fbd1c32009f /nfsw/templates
parent088fad7d86bc7deb3e44e293353b082793775aa7 (diff)
nfsw/templates/terms.html: Restructure.
Use <artictle> and <section> elements.
Diffstat (limited to 'nfsw/templates')
-rw-r--r--nfsw/templates/terms.html23
1 files changed, 17 insertions, 6 deletions
diff --git a/nfsw/templates/terms.html b/nfsw/templates/terms.html
index 0bb4541..e0772bc 100644
--- a/nfsw/templates/terms.html
+++ b/nfsw/templates/terms.html
@@ -4,9 +4,12 @@
{% block content %}
-<div class="terms-block">
+<article class="terms-block">
+ <header>
+ <h1>NFSW</h1>
+ </header>
- <div class="terms">
+ <section class="terms">
<header>
<h1>Terms &amp; Conditions</h1>
</header>
@@ -20,9 +23,13 @@
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>
- <div class="privacy">
+ <div class="lastupdated">
+ <p>Last Updated on the 21st October 2019</p>
+ </div>
+ </section>
+
+ <section class="privacy">
<header>
<h1>Privacy Policy</h1>
</header>
@@ -42,7 +49,11 @@
<p>Lastly, remember that you're on the Internet where Privacy
is not a first class citizen. Tread with caution.</p>
- </div>
+
+ <div class="lastupdated">
+ <p>Last Updated on the 21st October 2019</p>
+ </div>
+ </section>
<form class="agree" method="post">
<div class="form-group agree">
@@ -58,6 +69,6 @@
<input type="submit" value="Submit">
</div>
</form>
-</div>
+</article>
{% endblock %}