Skip to content

Commit 4b5b269

Browse files
authored
Add Architect Draw tool card to index.html
1 parent 3f338e2 commit 4b5b269

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ <h3 class="font-bold text-lg">Architect Draw</h3>
9797
<p class="text-xs text-[--color-muted]">Diagrams-as-code using Mermaid.js for system flows.</p>
9898
</a>
9999

100+
<a href="/draw" class="tool-card">
101+
<div class="flex justify-between items-start">
102+
<i class="fa-solid fa-paintbrush text-2xl text-[--color-accent]"></i>
103+
<i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
104+
</div>
105+
<h3 class="font-bold text-lg">Architect Draw</h3>
106+
<p class="text-xs text-[--color-muted]">Client-side whiteboard for sketching system diagrams.</p>
107+
</a>
108+
100109
<div class="tool-card opacity-50 border-dashed border-2">
101110
<i class="fa-solid fa-plus text-2xl mb-2"></i>
102111
<h3 class="font-bold">Next Tool</h3>

0 commit comments

Comments
 (0)