fixing gitignore
This commit is contained in:
21
home/status.org
Normal file
21
home/status.org
Normal file
@@ -0,0 +1,21 @@
|
||||
#+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="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
|
||||
Reference in New Issue
Block a user