File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 3333 <!-- TODO: create separate WorkflowCard component -->
3434 <!-- TODO: address a11y issues from workflow cards -->
3535 <div class =" workflow-cards" >
36+ <a href =" /theia" class =" workflow-card theia-card" >
37+ <img src =" /theia/icon.png" alt =" Theia" class =" card-icon" />
38+ <h2 >Theia</h2 >
39+ <p >Upload and manage previously generated course structures and modules.</p >
40+ <div class =" card-features" >
41+ <span >✓ Upload course JSON</span >
42+ <span >✓ Resume workflows</span >
43+ <span >✓ Export formats</span >
44+ </div >
45+ <div class =" card-action" >Manage Content →</div >
46+ </a >
47+
3648 <a href =" /themis/generate" class =" workflow-card themis-card" >
3749 <img src =" /themis/icon.png" alt =" Themis" class =" card-icon" />
3850 <h2 >Themis</h2 >
6880 </div >
6981 <div class =" card-action" >Generate Module →</div >
7082 </a >
71-
72- <a href =" /theia" class =" workflow-card theia-card" >
73- <img src =" /theia/icon.png" alt =" Theia" class =" card-icon" />
74- <h2 >Theia</h2 >
75- <p >Upload and manage previously generated course structures and modules.</p >
76- <div class =" card-features" >
77- <span >✓ Upload course JSON</span >
78- <span >✓ Resume workflows</span >
79- <span >✓ Export formats</span >
80- </div >
81- <div class =" card-action" >Manage Content →</div >
82- </a >
8383 </div >
8484
8585 {#if $savedCourses .length > 0 }
You can’t perform that action at this time.
0 commit comments