style: add legal footers on login

This commit is contained in:
2025-10-29 12:16:42 +13:00
parent 253523c81f
commit e87aae6bf7
2 changed files with 20 additions and 12 deletions

View File

@ -137,16 +137,9 @@ input[type="radio"].tab-radio:checked + .tab-label {
<!-- Why Register Section -->
<div class="mt-6 p-4 bg-base-200 rounded-lg">
<h3 class="font-semibold mb-2">Why register?</h3>
<p class="text-sm mb-2">Registration is required to run pathway predictions as they are computationally costly operations.</p>
<p class="text-sm mb-2">After you register, you also gain additional permissions:</p>
<ul class="text-sm space-y-1 ml-4">
<li>• Create your own packages</li>
<li>• Submit data for review</li>
<li>• Set access permissions to your data</li>
</ul>
<p class="text-sm mb-2"> enviPath is free for academic research and educational purposes. However, we require registration to ensure the security of the platform and to prevent abuse.</p>
<p class="text-sm mt-3">
Questions? Contact <a href="mailto:admin@envipath.org" class="link link-primary">admin@envipath.org</a>
</p>
Questions? Check our <a href="https://wiki.envipath.org/" target="_blank" class="link link-primary">documentation</a> or the <a href="https://community.envipath.org/" target="_blank" class="link link-primary">community forums</a>.
</div>
</div>
{% endblock %}