add sticker packs index

This commit is contained in:
Kentai Radiquum 2024-12-29 15:13:11 +05:00
parent 38f4fb54fd
commit 5ad18fcdc6
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 108 additions and 8 deletions

View file

@ -92,6 +92,16 @@
</div>
</div>
<div class="flex-wrap gap-1 flex-col md:flex-row rounded-lg shadow-lg hidden" id="stickerpacks_index">
<div class="hidden gap-4 items-center flex-grow bg-stone-800 text-slate-200 border-black border-solid border-2 p-4 rounded-lg">
<img src="static/images/cinny.png" alt="" class="object-contain w-24"/>
<div>
<p class="text-2xl">{pack_name}</p>
<p class="text-xl">{artist_name}</p>
</div>
</div>
</div>
</div>
<script src="static/pack_preview.js"></script>
</body>