29 lines
645 B
Org Mode
29 lines
645 B
Org Mode
#+TITLE: Competency Status Board
|
|
#+OPTIONS: toc:nil num:nil
|
|
#+NO_SIDENOTES: t
|
|
#+COMMENTS: t
|
|
#+SLUG: competency-board
|
|
|
|
|
|
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>
|
|
<div id="mobile-move-panel" aria-hidden="true">
|
|
<select id="move-item"></select>
|
|
<select id="move-from" disabled></select>
|
|
<select id="move-to"></select>
|
|
<button id="move-confirm">Move</button>
|
|
</div>
|
|
|
|
#+END_EXPORT
|