diff --git a/pages/_data/menu.yml b/pages/_data/menu.yml index 0d767aed9..ab0b53b35 100644 --- a/pages/_data/menu.yml +++ b/pages/_data/menu.yml @@ -115,6 +115,9 @@ extra: search-results: title: Search results url: search-results.html + pricing cards: + url: pricing.html + title: Pricing cards docs: title: Docs icon: file-text diff --git a/pages/_includes/cards/store-product-grid.html b/pages/_includes/cards/store-product-grid.html new file mode 100644 index 000000000..89a273c97 --- /dev/null +++ b/pages/_includes/cards/store-product-grid.html @@ -0,0 +1,20 @@ +
+ {% for product in site.data.products%} +
+
+ +

{{product.name}}

+
{{product.producer}}
+

{{product.price}}$

+
+ {% include ui/stars.html %} + + Add to cart +
+
+
+ {% endfor %} +
+
+ {% include parts/pagination.html class="ml-auto" %} +
\ No newline at end of file diff --git a/pages/_includes/cards/user-card-bg.html b/pages/_includes/cards/user-card-bg.html index 5586403a0..bfa156158 100644 --- a/pages/_includes/cards/user-card-bg.html +++ b/pages/_includes/cards/user-card-bg.html @@ -1,7 +1,7 @@ {% assign person-id = include.person-id | default: 0 %} {% assign person = site.data.people[person-id] %} -
+
{% include ui/avatar.html size="xl" person=person thumb=true %}