added progress bar for competencies

This commit is contained in:
2026-01-10 20:57:54 +00:00
parent 755d6705fa
commit 903eb88fdc
7 changed files with 92 additions and 43 deletions

View File

@@ -8,6 +8,13 @@
This page shows the status of the competencies I am working on (*grad*)
#+BEGIN_EXPORT html
<div id="progress-wrapper">
<div id="progress-label">0% completed</div>
<div id="progress-bar">
<div id="progress-fill"></div>
</div>
</div>
<div id="kanban-board">
<p>Loading status…</p>
</div>