Add carbon badge.

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-12-08 23:33:50 +02:00
parent 9f2fab39af
commit a5d7643235
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
2 changed files with 3 additions and 2 deletions

View file

@ -97,7 +97,7 @@ main {
footer,
footer * {
text-align: center;
opacity: 0.8;
opacity: 0.83;
}
li {

View file

@ -50,7 +50,8 @@
{% block main %}{% endblock %}
</main>
<footer>
<p>meow :3</p>
<div id="wcb" class="carbonbadge"></div>
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
<i>The <a target="_blank" href="{{ url_for('views.git') }}">source code</a> and all content, except the Nerd Hack font (see <a target="_blank" href="{{ url_for("static", filename="fonts/LICENSE") }}">Nerd Hack font license</a>), are licensed under the <a target="_blank" href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL-3.0-or-later</a> by Ari Archer &lt;<a target="_blank" href="mailto:ari@ari.lt">ari@ari.lt</a>&gt; as a part of the <a href="{{ url_for("views.badge") }}" target="_blank">ari-web</a> project. Copyright 2020-{{ current_year }}.</i>
</footer>
</article>