Skip to content

Commit e4c9c29

Browse files
authored
Add Architect Draw tool card to index.html
1 parent 845077f commit e4c9c29

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,24 @@ <h3 class="font-bold text-lg">Time Overlay</h3>
8888
<p class="text-xs text-[--color-muted]">Compare and check global timezones overlaps.</p>
8989
</a>
9090

91+
<a href="/draw" class="tool-card">
92+
<div class="flex justify-between items-start">
93+
<i class="fa-solid fa-diagram-project text-2xl text-[--color-accent]"></i>
94+
<i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
95+
</div>
96+
<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+
91100
<div class="tool-card opacity-50 border-dashed border-2">
92101
<i class="fa-solid fa-plus text-2xl mb-2"></i>
93102
<h3 class="font-bold">Next Tool</h3>
94103
<p class="text-xs">Coming soon...</p>
95104
</div>
96105
</div>
97106

107+
108+
98109
<footer class="text-[--color-line] text-xs font-mono">
99110
&copy; 2026 // RMKR-DEV.GITHUB.IO
100111
</footer>

0 commit comments

Comments
 (0)