diff --git a/hub/services/migrations/0005_service_is_featured.py b/hub/services/migrations/0005_service_is_featured.py new file mode 100644 index 0000000..e21e2b0 --- /dev/null +++ b/hub/services/migrations/0005_service_is_featured.py @@ -0,0 +1,18 @@ +# Generated by Django 5.1.5 on 2025-02-25 15:38 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ("services", "0004_lead_message"), + ] + + operations = [ + migrations.AddField( + model_name="service", + name="is_featured", + field=models.BooleanField(default=False), + ), + ] diff --git a/hub/services/migrations/0006_cloudprovider_is_featured_and_more.py b/hub/services/migrations/0006_cloudprovider_is_featured_and_more.py new file mode 100644 index 0000000..f623bbf --- /dev/null +++ b/hub/services/migrations/0006_cloudprovider_is_featured_and_more.py @@ -0,0 +1,23 @@ +# Generated by Django 5.1.5 on 2025-02-25 15:54 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ("services", "0005_service_is_featured"), + ] + + operations = [ + migrations.AddField( + model_name="cloudprovider", + name="is_featured", + field=models.BooleanField(default=False), + ), + migrations.AddField( + model_name="consultingpartner", + name="is_featured", + field=models.BooleanField(default=False), + ), + ] diff --git a/hub/services/models.py b/hub/services/models.py index 23bb904..5ac188c 100644 --- a/hub/services/models.py +++ b/hub/services/models.py @@ -55,6 +55,7 @@ class CloudProvider(models.Model): null=True, blank=True, ) + is_featured = models.BooleanField(default=False) def __str__(self): return self.name @@ -105,6 +106,7 @@ class Service(models.Model): ) categories = models.ManyToManyField(Category, related_name="services") features = ProseEditorField() + is_featured = models.BooleanField(default=False) created_at = models.DateTimeField(auto_now_add=True) updated_at = models.DateTimeField(auto_now=True) @@ -139,6 +141,7 @@ class ConsultingPartner(models.Model): cloud_providers = models.ManyToManyField( CloudProvider, related_name="consulting_partners", blank=True ) + is_featured = models.BooleanField(default=False) created_at = models.DateTimeField(auto_now_add=True) updated_at = models.DateTimeField(auto_now=True) diff --git a/hub/services/static/css/servala-main.css b/hub/services/static/css/servala-main.css index e838744..60b13e8 100644 --- a/hub/services/static/css/servala-main.css +++ b/hub/services/static/css/servala-main.css @@ -12076,6 +12076,12 @@ a.btn:focus { margin-bottom: 16px } +.card__image__wide { + width: 150px; + height: 80px; + margin-bottom: 16px +} + .card__title { font-size: 1.5rem; font-weight: 600; diff --git a/hub/services/static/img/header-logo.png b/hub/services/static/img/header-logo.png index f42ff7a..6718612 100644 Binary files a/hub/services/static/img/header-logo.png and b/hub/services/static/img/header-logo.png differ diff --git a/hub/services/static/img/header-logo1.png b/hub/services/static/img/header-logo1.png new file mode 100644 index 0000000..f42ff7a Binary files /dev/null and b/hub/services/static/img/header-logo1.png differ diff --git a/hub/services/templates/services/base.html b/hub/services/templates/services/base.html index f770287..c051e92 100644 --- a/hub/services/templates/services/base.html +++ b/hub/services/templates/services/base.html @@ -24,8 +24,8 @@
Database
+{{ category.name }}
+ {% endfor %}PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
+{{ service.description|safe|truncatewords:15 }}
- Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
-Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
-Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
-No featured services available at the moment.
+ Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
-
- Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
-Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
-Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
+ {% empty %} +No featured provider available at the moment.
+
PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
+{{ partner.description|safe|truncatewords:15 }}
- Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
-Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
-Database
-PostgreSQL is a powerful, open source object-relational database system that uses and extends the - SQL language.
-No featured partner available at the moment.
Still need more information? Read our FAQ or contact us to learn more about the Servala.
-The Upbound - Marketplace is a central hub for finding Crossplane packages with verified content and auto-generated - documentation. Upbound curates a set of Official Providers which are actively maintained and thoroughly - tested to help you discover the best building blocks for your internal cloud platform.
-The Upbound - Marketplace is a central hub for finding Crossplane packages with verified content and auto-generated - documentation. Upbound curates a set of Official Providers which are actively maintained and thoroughly - tested to help you discover the best building blocks for your internal cloud platform.
-The Upbound - Marketplace is a central hub for finding Crossplane packages with verified content and auto-generated - documentation. Upbound curates a set of Official Providers which are actively maintained and thoroughly - tested to help you discover the best building blocks for your internal cloud platform.
-The Upbound - Marketplace is a central hub for finding Crossplane packages with verified content and auto-generated - documentation. Upbound curates a set of Official Providers which are actively maintained and thoroughly - tested to help you discover the best building blocks for your internal cloud platform.
-The Upbound - Marketplace is a central hub for finding Crossplane packages with verified content and auto-generated - documentation. Upbound curates a set of Official Providers which are actively maintained and thoroughly - tested to help you discover the best building blocks for your internal cloud platform.
-The Upbound - Marketplace is a central hub for finding Crossplane packages with verified content and auto-generated - documentation. Upbound curates a set of Official Providers which are actively maintained and thoroughly - tested to help you discover the best building blocks for your internal cloud platform.
-The Upbound - Marketplace is a central hub for finding Crossplane packages with verified content and auto-generated - documentation. Upbound curates a set of Official Providers which are actively maintained and thoroughly - tested to help you discover the best building blocks for your internal cloud platform.
-