diff --git a/templates/home.html b/templates/home.html index a86753d..127db42 100644 --- a/templates/home.html +++ b/templates/home.html @@ -270,36 +270,45 @@ {% endif %} - - Your Coffee Journey - - - {{ stats.brews }} - Brews + + + Stats + + + + {% call icons::beaker("h-4 w-4 text-amber-600") %} + {{ stats.brews }} + Brews - - {{ stats.roasts }} - Roasts + + {% call icons::fire("h-4 w-4 text-amber-600") %} + {{ stats.roasts }} + Roasts - - {{ stats.roasters }} - Roasters + + {% call icons::building("h-4 w-4 text-amber-600") %} + {{ stats.roasters }} + Roasters - - {{ stats.bags }} - Bags + + {% call icons::bag("h-4 w-4 text-amber-600") %} + {{ stats.bags }} + Bags - - {{ stats.cups }} - Cups + + {% call icons::cup("h-4 w-4 text-amber-600") %} + {{ stats.cups }} + Cups - - {{ stats.cafes }} - Cafes + + {% call icons::location("h-4 w-4 text-amber-600") %} + {{ stats.cafes }} + Cafes - - {{ stats.gear }} - Gear + + {% call icons::wrench("h-4 w-4 text-amber-600") %} + {{ stats.gear }} + Gear diff --git a/templates/partials/icons.html b/templates/partials/icons.html index 6185e37..3f73284 100644 --- a/templates/partials/icons.html +++ b/templates/partials/icons.html @@ -49,6 +49,12 @@ {% endmacro %} {% macro bag(class) %} + + + +{% endmacro %} + +{% macro cup(class) %} @@ -105,6 +111,37 @@ {% endmacro %} +{% macro beaker(class) %} + + + +{% endmacro %} + +{% macro fire(class) %} + + + +{% endmacro %} + +{% macro building(class) %} + + + +{% endmacro %} + +{% macro sparkles(class) %} + + + +{% endmacro %} + +{% macro wrench(class) %} + + + + +{% endmacro %} + {% macro x_circle(class) %}