From 563db9ddbac27d0a4aa59dfb6ed8426588825ad1 Mon Sep 17 00:00:00 2001 From: Hannah Date: Tue, 21 Nov 2023 17:57:04 +0000 Subject: [PATCH] Add a support the mission box --- .../templates/provider_portal/home.html | 39 +++++++++++-------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/apps/accounts/templates/provider_portal/home.html b/apps/accounts/templates/provider_portal/home.html index ebd194a7..e79ac2eb 100644 --- a/apps/accounts/templates/provider_portal/home.html +++ b/apps/accounts/templates/provider_portal/home.html @@ -3,7 +3,7 @@ {% load i18n static humanize widget_tweaks tailwind_filters waffle_tags guardian_tags%} {% block content %} -
+

Welcome to our
@@ -87,10 +87,10 @@

Your verified providers

{% if object_list.requests|length == 0 %}

You don't have any verified listings yet.

-

Submit a new verification request

+

Submit a new verification request

{% else %}

Thank you! We're already working on a verification request you've submitted, listed in the pending verification above.

-

If you wish, you can create an entirely new provider verification request to restart the process.

+

If you wish, you can create an entirely new provider verification request to restart the process.

{% endif %} {% endif %} @@ -99,22 +99,27 @@

Your verified providers

-
-
-

Why should I get verified?

-

Green Web Foundation is on a mission to make the internet fossil-free by 2030. We maintain the world's largest open dataset on websites running on green energy, the Green Web Dataset.

-

Every day, across the globe, more than seven million checks against this dataset are made.

-

If you are a hosting provider getting verified with us allows you to show as green, and therefore become visible as a trusted supplier.

-
- -
-

How can I get verified?

+
+
+

How can I get verified?

To become verified, you need to submit a verification request that provides proof that you use green energy for your services. You can prove this if you are avoiding, reducing, or offsetting emissions.

Submitting the request will approximately take you 15 minutes and is free of charge.

-

Once submitted, we will review your request and get in touch if further evidence is needed. We are a non-profit organisation, so the verification process is independent.

+

Once submitted, we will review your request and get in touch if further evidence is needed. As we are a non-profit organisation the verification process is independent.

More information on how to get verified.

-
-
-
+ + +
+
+ The Green Web Foundation logo +

Support the mission

+
+

Green Web Foundation is on a mission to accelerate the transition to a fossil-free internet by 2030.

+

We maintain the world's largest open dataset of websites running on green energy, the Green Web Dataset. + Every day, across the globe, more than seven million checks against this dataset are made.

+

Donations help keep this work freely available and state-of-the-art.

+

Donate

+
+ +
{% endblock %}