Redesign Other Repos section with 5-card table layout
Replaces the inline 3-repo list with a 5-repo card table (mascot above 64x64, title below) matching the design used in sibling gemini-cli-hooks README. Adds the two previously-missing Gemini cards: Gemini CLI Best Practice and Gemini CLI Hooks. Preserves the `<tool>-jumping.svg` for best-practice repos and `<tool>-speaking.svg` for hooks repos convention. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -433,7 +433,30 @@ All major workflows converge on the same architectural pattern: **Research → P
|
||||
|
||||
## Other Repos
|
||||
|
||||
<a href="https://github.com/shanraisshan/claude-code-hooks"><img src="!/claude-speaking.svg" alt="Claude Code Hooks" width="40" height="40" align="center"></a> <a href="https://github.com/shanraisshan/claude-code-hooks"><strong>claude-code-hooks</strong></a> · <a href="https://github.com/shanraisshan/codex-cli-best-practice"><img src="!/codex-jumping.svg" alt="Codex CLI" width="40" height="40" align="center"></a> <a href="https://github.com/shanraisshan/codex-cli-best-practice"><strong>codex-cli-best-practice</strong></a> · <a href="https://github.com/shanraisshan/codex-cli-hooks"><img src="!/codex-speaking.svg" alt="Codex CLI Hooks" width="40" height="40" align="center"></a> <a href="https://github.com/shanraisshan/codex-cli-hooks"><strong>codex-cli-hooks</strong></a>
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center" width="140">
|
||||
<a href="https://github.com/shanraisshan/claude-code-hooks"><img src="!/claude-speaking.svg" alt="Claude Code Hooks" width="64" height="64"></a><br>
|
||||
<a href="https://github.com/shanraisshan/claude-code-hooks"><strong>Claude Code<br>Hooks</strong></a>
|
||||
</td>
|
||||
<td align="center" width="140">
|
||||
<a href="https://github.com/shanraisshan/codex-cli-best-practice"><img src="!/codex-jumping.svg" alt="Codex CLI Best Practice" width="64" height="64"></a><br>
|
||||
<a href="https://github.com/shanraisshan/codex-cli-best-practice"><strong>Codex CLI<br>Best Practice</strong></a>
|
||||
</td>
|
||||
<td align="center" width="140">
|
||||
<a href="https://github.com/shanraisshan/codex-cli-hooks"><img src="!/codex-speaking.svg" alt="Codex CLI Hooks" width="64" height="64"></a><br>
|
||||
<a href="https://github.com/shanraisshan/codex-cli-hooks"><strong>Codex CLI<br>Hooks</strong></a>
|
||||
</td>
|
||||
<td align="center" width="140">
|
||||
<a href="https://github.com/shanraisshan/gemini-cli-best-practice"><img src="!/gemini-jumping.svg" alt="Gemini CLI Best Practice" width="64" height="64"></a><br>
|
||||
<a href="https://github.com/shanraisshan/gemini-cli-best-practice"><strong>Gemini CLI<br>Best Practice</strong></a>
|
||||
</td>
|
||||
<td align="center" width="140">
|
||||
<a href="https://github.com/shanraisshan/gemini-cli-hooks"><img src="!/gemini-speaking.svg" alt="Gemini CLI Hooks" width="64" height="64"></a><br>
|
||||
<a href="https://github.com/shanraisshan/gemini-cli-hooks"><strong>Gemini CLI<br>Hooks</strong></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Developed by
|
||||
|
||||
|
||||
Reference in New Issue
Block a user