Skip to content

Commit bea5b70

Browse files
committed
refactor: reorder workflow cards on home page
New order: Theia → Themis → Tethys → Metis Theia moved to first position as content management workflow
1 parent 0cc2b72 commit bea5b70

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/routes/+page.svelte

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@
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>
@@ -68,18 +80,6 @@
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}

0 commit comments

Comments
 (0)