commenced wallet styling; much of site now holds font-awesome placeholders until proprietary svg files apprpriated
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-03-09 14:40:34 -04:00
parent bb2116ae9f
commit 251b3bf778
8 changed files with 73 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<footer id="id_footer">
<nav id="id_footer_nav">
<a href="/">Dashboard</a>
<a href="/gameboard/">Gameboard</a>
<a href="/"><i class="fa-solid fa-gauge"></i></a>
<a href="/gameboard/"><i class="fa-solid fa-chess-board"></i></a>
</nav>
<div class="footer-container">
<small>&copy;{% now "Y" %} Dis Co.</small>

View File

@@ -14,6 +14,7 @@
{% compress css %}
<link type="text/x-scss" rel="stylesheet" href="{% static 'scss/core.scss' %}">
{% endcompress %}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
</head>
<body class="{{ user_palette }} {{ page_class|default:'' }}">