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