Downloaded Instacart's templates and deleted folders from churned customers.

This commit is contained in:
Norm Rasmussen
2026-01-22 14:59:11 -05:00
parent e1c0aa6409
commit 3f47527eca
1392 changed files with 3502 additions and 84500 deletions

View File

@ -0,0 +1,20 @@
<div
class="achievments-display">
{% comment %} TODO: display array after implementig gamification {% endcomment %}
{% include "badge_icon"
, badgeimg: ''
, badgename: ''
, showname: false %}
</div>
<style>
.achievments-display {
padding: 0 0.5rem;
display: none;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
gap: 20px;
}
</style>