We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f338e2 commit 4b5b269Copy full SHA for 4b5b269
1 file changed
index.html
@@ -97,6 +97,15 @@ <h3 class="font-bold text-lg">Architect Draw</h3>
97
<p class="text-xs text-[--color-muted]">Diagrams-as-code using Mermaid.js for system flows.</p>
98
</a>
99
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
+
109
<div class="tool-card opacity-50 border-dashed border-2">
110
<i class="fa-solid fa-plus text-2xl mb-2"></i>
111
<h3 class="font-bold">Next Tool</h3>
0 commit comments