Skip to content

Commit b5f235e

Browse files
authored
Add new tool cards to index.html
Added new tool cards for Diff, Roadmap Planner, and Mock Generator with descriptions.
1 parent 440b517 commit b5f235e

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,33 @@ <h3 class="font-bold text-lg">Payload Knife</h3>
115115
<p class="text-xs text-[--color-muted]">Transform JSON to CSV, CURL to Fetch, and Prettify logs.</p>
116116
</a>
117117

118+
<a href="/diff" class="tool-card">
119+
<div class="flex justify-between items-start">
120+
<i class="fa-solid fa-code-compare text-2xl text-[--color-accent]"></i>
121+
<i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
122+
</div>
123+
<h3 class="font-bold text-lg">Payload Diff</h3>
124+
<p class="text-xs text-[--color-muted]">Side-by-side JSON/Text comparison and delta highlighting.</p>
125+
</a>
126+
127+
<a href="/roadmap" class="tool-card">
128+
<div class="flex justify-between items-start">
129+
<i class="fa-solid fa-timeline text-2xl text-[--color-accent]"></i>
130+
<i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
131+
</div>
132+
<h3 class="font-bold text-lg">Roadmap Planner</h3>
133+
<p class="text-xs text-[--color-muted]">High-level executive timeline visualizer for initiatives.</p>
134+
</a>
135+
136+
<a href="/mock" class="tool-card">
137+
<div class="flex justify-between items-start">
138+
<i class="fa-solid fa-vial-circle-check text-2xl text-[--color-accent]"></i>
139+
<i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
140+
</div>
141+
<h3 class="font-bold text-lg">Mock Generator</h3>
142+
<p class="text-xs text-[--color-muted]">Generate randomized JSON datasets from schemas.</p>
143+
</a>
144+
118145
<div class="tool-card opacity-50 border-dashed border-2">
119146
<i class="fa-solid fa-plus text-2xl mb-2"></i>
120147
<h3 class="font-bold">Next Tool</h3>

0 commit comments

Comments
 (0)