|
437 | 437 | gap: 60px; |
438 | 438 | } |
439 | 439 |
|
| 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 | + |
440 | 472 | .project-card { |
441 | 473 | display: flex; |
442 | 474 | flex-direction: column; |
@@ -658,16 +690,15 @@ <h2 data-i18n="install_title">Ready to Design?</h2> |
658 | 690 | </section> |
659 | 691 |
|
660 | 692 | <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> |
671 | 702 | </div> |
672 | 703 | </section> |
673 | 704 |
|
|
0 commit comments