28 lines
512 B
Markdown
28 lines
512 B
Markdown
<div class="grid cards" markdown>
|
|
|
|
- :material-check-circle:{ .lg .middle } **Completed**
|
|
|
|
---
|
|
|
|
[Description of completed item]
|
|
|
|
[:octicons-arrow-right-24: View details](#)
|
|
|
|
- :material-progress-clock:{ .lg .middle } **In Progress**
|
|
|
|
---
|
|
|
|
[Description of in-progress item]
|
|
|
|
[:octicons-arrow-right-24: Track progress](#)
|
|
|
|
- :material-calendar-clock:{ .lg .middle } **Planned**
|
|
|
|
---
|
|
|
|
[Description of planned item]
|
|
|
|
[:octicons-arrow-right-24: See roadmap](#)
|
|
|
|
</div>
|