feat(certificat): Implémente le téléchargement PDF du certificat de mise en ligne.

This commit is contained in:
Serreau Jovann
2026-02-06 17:48:42 +01:00
parent c650b8fa20
commit 65e3045cbc
3 changed files with 140 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
<div class="flex items-center justify-between p-4 rounded-2xl bg-white/5 border border-white/5 hover:bg-white/10 transition-colors">
<div class="flex items-center gap-3">
<div class="w-10 h-10 rounded-xl bg-{{ color }}-500/20 flex items-center justify-center text-{{ color }}-400">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="{{ icon_path }}"/></svg>
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="{{ icon_path }}"/></svg>
</div>
<div>
<p class="text-[9px] font-black text-slate-400 uppercase tracking-widest mb-0.5">{{ label }}</p>
@@ -151,4 +151,4 @@
</section>
</div>
</div>
{% endblock %}
{% endblock %}