diff --git a/hub/services/templates/services/service_list.html b/hub/services/templates/services/service_list.html index f21f420..38b6be5 100644 --- a/hub/services/templates/services/service_list.html +++ b/hub/services/templates/services/service_list.html @@ -1,138 +1,178 @@ {% extends 'services/base.html' %} {% block content %} -
-
-
-
-
Filters
-
-
- - -
- -
- - -
- -
- - -
- -
- - -
- - - Clear -
+
+
+
+

Discover Services

+
+

Discover our service catalog

-
+
- -
-
- {% for service in services %} -
-
-
-
- {% if service.logo %} - {{ service.name }} logo - {% endif %} + + +
+
+
+ +
+ +
+ +
+ +
+
+ + + + + + + + + + + +
+ +
+
+ +
+ + + +
+ + +
+
+ +
-
{{ service.name }}
-
- {% for offering in service.offerings.all %} -
- {% if offering.cloud_provider.logo %} - - {{ offering.cloud_provider.name }} - - {% else %} - - {{ offering.cloud_provider.name }} - - {% endif %} -
+
-
- {% for category in service.categories.all %} - {{ category.full_path }} - {% endfor %} -
-

{{ service.description|safe|truncatewords:30 }}

-
- View Details - {% if service.offerings.exists %} - - {% else %} - - Show Interest - - {% endif %} + +
+
+ +
+
+ +
+
+ + +
+
+ +
+
+ +
+
+ + +
+ Clear +
+ +
+
+
+ + +
+
+ {% for service in services %} +
+
+ {% if service.logo %} +
+ + {{ service.name }} logo + +
+ {% endif %} +
+
+

{{ service.name }}

+

+ {% for category in service.categories.all %} + {{ category.full_path }} + {% endfor %} +

+
+
+

{{ service.description|safe|truncatewords:30 }}

+
+ {% endfor %}
- {% empty %} -
-
- No services found matching your criteria. -
-
- {% endfor %} +
-
+
+ {% endblock %} \ No newline at end of file