Initial commit

This commit is contained in:
kddd21a
2026-07-29 10:47:40 +00:00
commit 402c3ec6ed
171 changed files with 10536 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block title %}Terms of Use | Testpoint{% endblock %}
{% block content %}<section class="info-page"><div class="container info-page__inner"><p class="info-page__eyebrow">Legal</p><h1>Terms of Use</h1><p class="info-page__lead">Rules for using Testpoint and interpreting practice results.</p><div class="info-page__article">
<h2>Practice service</h2><p>Testpoint provides independent preparation materials and practice feedback. It is not an official IELTS examination service, and practice scores do not guarantee a result in an official exam.</p>
<h2>Your account</h2><p>You are responsible for accurate registration information, protecting your password, and activity performed through your account. Notify support if you believe your account has been compromised.</p>
<h2>Acceptable use</h2><p>Do not disrupt the service, attempt unauthorised access, upload malicious files, impersonate another person, scrape restricted content, or reproduce test material without permission.</p>
<h2>Responses and feedback</h2><p>Automatic scoring applies only to supported objective questions. Writing and speaking feedback may require manual review and reflects practice performance rather than an official IELTS band decision.</p>
<h2>Availability</h2><p>We aim to keep the service available and accurate but may perform maintenance, correct content, or suspend features for security and operational reasons.</p>
<h2>Contact</h2><p>Questions about these terms may be sent to <a href="mailto:{{ site_support_email }}">{{ site_support_email }}</a>.</p>
</div></div></section>{% include "components/footer.html" %}{% endblock %}