mirror of
https://github.com/csd4ni3l/debt-by-ai.git
synced 2025-11-05 05:57:57 +01:00
Add boostrap icons css. make achievements icons look better
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
|
||||
<title>{% block title %} {% endblock %}</title>
|
||||
{% block head %} {% endblock %}
|
||||
</head>
|
||||
|
||||
@@ -53,9 +53,9 @@
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
{% if unlocked %}
|
||||
✅ {{ achievement[0] }}
|
||||
<i class="bi bi-check-square-fill"></i> {{ achievement[0] }}
|
||||
{% else %}
|
||||
🔒 {{ achievement[0] }}
|
||||
<i class="bi bi-lock-fill"></i> {{ achievement[0] }}
|
||||
{% endif %}
|
||||
</h5>
|
||||
<h6 class="card-subtitle mb-2 {% if unlocked %}text-success{% else %}text-secondary{% endif %}">
|
||||
|
||||
Reference in New Issue
Block a user