diff --git a/epdb/urls.py b/epdb/urls.py index 4e170c7b..0cc44aeb 100644 --- a/epdb/urls.py +++ b/epdb/urls.py @@ -184,4 +184,5 @@ urlpatterns = [ re_path(r"^contact$", v.contact_support, name="contact_support"), re_path(r"^jobs$", v.jobs, name="jobs"), re_path(r"^cite$", v.cite, name="cite"), + re_path(r"^legal$", v.legal, name="legal"), ] diff --git a/epdb/views.py b/epdb/views.py index fea53af8..96f1422d 100644 --- a/epdb/views.py +++ b/epdb/views.py @@ -2745,3 +2745,9 @@ def cite(request): context = get_base_context(request) context["title"] = "enviPath - How to Cite" return render(request, "static/cite.html", context) + + +def legal(request): + context = get_base_context(request) + context["title"] = "enviPath - Legal Information" + return render(request, "static/legal.html", context) diff --git a/templates/includes/footer.html b/templates/includes/footer.html index e23d301f..158b8d90 100644 --- a/templates/includes/footer.html +++ b/templates/includes/footer.html @@ -17,6 +17,7 @@ About us Contact us Jobs + Legal Legal diff --git a/templates/static/legal.html b/templates/static/legal.html new file mode 100644 index 00000000..5ef84e79 --- /dev/null +++ b/templates/static/legal.html @@ -0,0 +1,139 @@ +{% extends "framework_modern.html" %} +{% load static %} + +{% block main_content %} + + + + + Home + Legal + + + + + + Legal Information + + + + Welcome to enviPath's legal information center. Here you can find all our legal documents, + policies, and terms that govern the use of our platform. + + + + + + + + + + + + Terms of Use + + + Our terms and conditions that govern the use of enviPath services, including + licensing, user responsibilities, and platform usage guidelines. + + + Read Terms + + + + + + + + + + + + Privacy Policy + + + How we collect, use, and protect your personal information when you use + enviPath, including data handling practices and your privacy rights. + + + Read Policy + + + + + + + + + + + + Cookie Policy + + + Information about the cookies and tracking technologies we use on enviPath, + including analytics and essential functionality cookies. + + + Read Policy + + + + + + + + + + + + Citation Guidelines + + + How to properly cite enviPath in your research publications and academic work, + including recommended citation formats and acknowledgments. + + + View Guidelines + + + + + + + Quick Access + + Terms of Use + Privacy Policy + Cookie Policy + + + + + + + + + Important Notice + + By using enviPath, you agree to be bound by our Terms of Use and Privacy Policy. + We recommend reviewing these documents regularly as they may be updated from time to time. + For questions about our legal policies, please contact us. + + + + + + + + Questions About Our Legal Policies? + If you have any questions or concerns about our legal documents, please don't hesitate to reach out to us. + + Contact Us + + + + + + +{% endblock main_content %}
+ Welcome to enviPath's legal information center. Here you can find all our legal documents, + policies, and terms that govern the use of our platform. +
+ Our terms and conditions that govern the use of enviPath services, including + licensing, user responsibilities, and platform usage guidelines. +
+ How we collect, use, and protect your personal information when you use + enviPath, including data handling practices and your privacy rights. +
+ Information about the cookies and tracking technologies we use on enviPath, + including analytics and essential functionality cookies. +
+ How to properly cite enviPath in your research publications and academic work, + including recommended citation formats and acknowledgments. +
+ By using enviPath, you agree to be bound by our Terms of Use and Privacy Policy. + We recommend reviewing these documents regularly as they may be updated from time to time. + For questions about our legal policies, please contact us. +
If you have any questions or concerns about our legal documents, please don't hesitate to reach out to us.