Skip to content

Commit 7994312

Browse files
committed
ui: change workflow card order
1 parent 491890f commit 7994312

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/routes/+page.svelte

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
<div class="card-action">Manage Content →</div>
5454
</a>
5555

56-
<a href="/themis/generate" class="workflow-card themis-card">
57-
<img src="/themis/icon.png" alt="Themis" class="card-icon" />
58-
<h2>Themis</h2>
56+
<a href="/metis/update" class="workflow-card metis-card">
57+
<img src="/metis/icon.png" alt="Metis" class="card-icon" />
58+
<h2>Metis</h2>
5959
<p>
60-
Create a complete multi-week course with interconnected modules and
61-
learning progressions.
60+
Create a standalone module specification with projects, skills, and
61+
research topics.
6262
</p>
6363
<div class="card-features">
64-
<span>Multiple modules</span>
65-
<span>Course structure</span>
66-
<span>Learning progression</span>
64+
<span>Project briefs</span>
65+
<span>Learning objectives</span>
66+
<span>Research topics</span>
6767
</div>
68-
<div class="card-action">Build Course →</div>
68+
<div class="card-action">Generate Module →</div>
6969
</a>
7070

7171
<a href="/tethys/wip" class="workflow-card tethys-card">
@@ -78,19 +78,19 @@
7878
<div class="card-action">Design Arc →</div>
7979
</a>
8080

81-
<a href="/metis/update" class="workflow-card metis-card">
82-
<img src="/metis/icon.png" alt="Metis" class="card-icon" />
83-
<h2>Metis</h2>
81+
<a href="/themis/generate" class="workflow-card themis-card">
82+
<img src="/themis/icon.png" alt="Themis" class="card-icon" />
83+
<h2>Themis</h2>
8484
<p>
85-
Create a standalone module specification with projects, skills, and
86-
research topics.
85+
Create a complete multi-week course with interconnected modules and
86+
learning progressions.
8787
</p>
8888
<div class="card-features">
89-
<span>Project briefs</span>
90-
<span>Learning objectives</span>
91-
<span>Research topics</span>
89+
<span>Multiple modules</span>
90+
<span>Course structure</span>
91+
<span>Learning progression</span>
9292
</div>
93-
<div class="card-action">Generate Module →</div>
93+
<div class="card-action">Build Course →</div>
9494
</a>
9595
</div>
9696

0 commit comments

Comments
 (0)