From 2bdc495c46dc885c426c49c7f9cf4ba8b0b7fe54 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 25 Feb 2025 11:22:21 +0100 Subject: [PATCH] style cloud provider list --- .../templates/services/provider_list.html | 163 ++++++++++++------ 1 file changed, 112 insertions(+), 51 deletions(-) diff --git a/hub/services/templates/services/provider_list.html b/hub/services/templates/services/provider_list.html index e2758fa..8dbb757 100644 --- a/hub/services/templates/services/provider_list.html +++ b/hub/services/templates/services/provider_list.html @@ -1,68 +1,129 @@ {% extends 'services/base.html' %} {% block content %} -
-
-
-
-
Filters
-
-
- - +
+
+
+

Cloud Providers

+
+

Explore our available cloud providers

+
+
+
+
+ +
+
+
+ +
+ +
+ +
+ +
+
+ + + + + + + + + + +
- - Clear - +
+
+ +
+ + + +
+ + +
+ Clear +
+
+
+
-
-
- -
-
- {% for provider in providers %} -
-
-
-
- {% if provider.logo %} - {{ provider.name }} - {% endif %} -
{{ provider.name }}
-
-
- {{ provider.description|safe|truncatewords_html:50 }} -
+ +
+
+ {% for provider in providers %} +
+
+
+
+
+
+ + {{ provider.name }} + +
+
+
-
- Services Available: {{ provider.offerings.count }} -
+
+ {{ provider.description|safe|truncatewords_html:100 }} +
-
- Partners: {{ provider.consulting_partners.count }} -
- -
- View Details - {% if provider.website %} - Visit Website - {% endif %} +
-
- {% empty %} -
-
- No cloud providers found matching your criteria. + {% empty %} +
+
+ No cloud providers found matching your criteria. +
+ {% endfor %}
- {% endfor %} +
-
+
{% endblock %} \ No newline at end of file