Skip to content

Commit 214e96a

Browse files
hooosbergclaude
andcommitted
docs: cross-link 7 sibling projects in README and landing page
Replace the 2-project card strip with a 7-project pill list covering the full hooosberg family, and add a Sibling projects section to the README above the author line. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e8ccd79 commit 214e96a

2 files changed

Lines changed: 53 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,18 @@ Interested in how GlotShot is built? Check out our development logs and technica
144144
- **License**: This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
145145
- **Privacy**: We respect your privacy. See our [Privacy Policy](PRIVACY.md).
146146

147+
## Sibling projects
148+
149+
Built by [hooosberg](https://github.com/hooosberg):
150+
151+
- [AgentLimb](https://agentlimb.com) — teach AI to control your browser
152+
- [BeRaw](https://hooosberg.github.io/BeRaw/) — Behance raw-image grabber
153+
- [Packpour](https://hooosberg.github.io/Packpour/) — App Store Connect locale filler
154+
- [WitNote](https://hooosberg.github.io/WitNote/) — local-first AI writing companion
155+
- [TrekReel](https://hooosberg.github.io/TrekReel/) — outdoor trails, cinematic reels
156+
- [DOMPrompter](https://hooosberg.github.io/DOMPrompter/) — visualize DOM for AI code
157+
- [UIXskills](https://uixskills.com) — AI → JSON → Whiteboard → UI
158+
147159
---
148160

149161
<div align="center">

index.html

Lines changed: 41 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,38 @@
437437
gap: 60px;
438438
}
439439

440+
.siblings-list {
441+
display: flex;
442+
flex-wrap: wrap;
443+
justify-content: center;
444+
gap: 10px 20px;
445+
max-width: 840px;
446+
margin: 0 auto;
447+
}
448+
449+
.sibling-link {
450+
font-size: 14px;
451+
color: #a1a1a6;
452+
text-decoration: none;
453+
padding: 8px 16px;
454+
border: 1px solid rgba(255, 255, 255, 0.08);
455+
border-radius: 99px;
456+
background: rgba(255, 255, 255, 0.02);
457+
transition: all 0.2s;
458+
}
459+
460+
.sibling-link b {
461+
color: #fff;
462+
font-weight: 600;
463+
margin-right: 4px;
464+
}
465+
466+
.sibling-link:hover {
467+
border-color: rgba(255, 255, 255, 0.25);
468+
background: rgba(255, 255, 255, 0.05);
469+
color: #fff;
470+
}
471+
440472
.project-card {
441473
display: flex;
442474
flex-direction: column;
@@ -658,16 +690,15 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
658690
</section>
659691

660692
<section class="projects-section">
661-
<h3 class="projects-title" data-i18n="projects_title">Our Projects</h3>
662-
<div class="projects-container">
663-
<a href="https://hooosberg.github.io/WitNote/" target="_blank" class="project-card">
664-
<img src="public/icon/WitNote.png" alt="WitNote" class="project-icon">
665-
<span class="project-name">WitNote</span>
666-
</a>
667-
<a href="https://hooosberg.github.io/GlotShot/" target="_blank" class="project-card">
668-
<img src="public/icon/DMG_Icon_1024x1024.png" alt="GlotShot" class="project-icon">
669-
<span class="project-name" data-i18n="project_glotshot">GlotShot</span>
670-
</a>
693+
<h3 class="projects-title">Built by <a href="https://github.com/hooosberg" target="_blank" rel="noopener" style="color:#aaa;text-decoration:none;border-bottom:1px dashed #555;">hooosberg</a></h3>
694+
<div class="siblings-list">
695+
<a href="https://agentlimb.com" target="_blank" rel="noopener" class="sibling-link"><b>AgentLimb</b> · teach AI to control your browser</a>
696+
<a href="https://hooosberg.github.io/BeRaw/" target="_blank" rel="noopener" class="sibling-link"><b>BeRaw</b> · Behance raw-image grabber</a>
697+
<a href="https://hooosberg.github.io/Packpour/" target="_blank" rel="noopener" class="sibling-link"><b>Packpour</b> · App Store Connect locale filler</a>
698+
<a href="https://hooosberg.github.io/WitNote/" target="_blank" rel="noopener" class="sibling-link"><b>WitNote</b> · local-first AI writing companion</a>
699+
<a href="https://hooosberg.github.io/TrekReel/" target="_blank" rel="noopener" class="sibling-link"><b>TrekReel</b> · outdoor trails, cinematic reels</a>
700+
<a href="https://hooosberg.github.io/DOMPrompter/" target="_blank" rel="noopener" class="sibling-link"><b>DOMPrompter</b> · visualize DOM for AI code</a>
701+
<a href="https://uixskills.com" target="_blank" rel="noopener" class="sibling-link"><b>UIXskills</b> · AI → JSON → Whiteboard → UI</a>
671702
</div>
672703
</section>
673704

0 commit comments

Comments
 (0)