fraim-framework 2.0.168 → 2.0.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -555,6 +555,6 @@ function toggleCard(num) {
555
555
  if (!isOpen) { card.classList.add('open'); card.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); }
556
556
  }
557
557
  </script>
558
-
558
+
559
559
  </body>
560
560
  </html>
@@ -649,6 +649,6 @@ function toggleCard(num) {
649
649
  if (!isOpen) { card.classList.add('open'); card.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); }
650
650
  }
651
651
  </script>
652
-
652
+
653
653
  </body>
654
654
  </html>
@@ -245,7 +245,7 @@ code, pre, .mono { font-family: 'JetBrains Mono', 'Fira Code', monospace; }
245
245
  <div class="brand-logo">F</div>
246
246
  <span class="brand-name">FRAIM</span>
247
247
  </a>
248
- <div class="header-actions">
248
+ <div class="header-actions">
249
249
  <button class="theme-btn" onclick="toggleTheme()" title="Toggle dark mode">☾</button>
250
250
  </div>
251
251
  </header>
@@ -256,8 +256,8 @@ code, pre, .mono { font-family: 'JetBrains Mono', 'Fira Code', monospace; }
256
256
  </div>
257
257
  <div class="role-chip">AI Software Engineer</div>
258
258
  <h1>Ships clean code,<br>not <span>promises</span></h1>
259
- <p>SWEn delivers production-ready implementations: type-safe APIs, test coverage, real artifacts in the codebase — not prototype code masquerading as ship-ready work.</p>
260
- </section>
259
+ <p>SWEn delivers production-ready implementations: type-safe APIs, test coverage, real artifacts in the codebase — not prototype code masquerading as ship-ready work.</p>
260
+ </section>
261
261
 
262
262
  <div class="section-label">
263
263
  <h2>Selected Work</h2>
@@ -571,8 +571,8 @@ code, pre, .mono { font-family: 'JetBrains Mono', 'Fira Code', monospace; }
571
571
 
572
572
  </div>
573
573
 
574
- <footer class="portfolio-footer">
575
- <div class="footer-sub">
574
+ <footer class="portfolio-footer">
575
+ <div class="footer-sub">
576
576
  Part of the <a href="/">FRAIM</a> · 18 AI employees available ·
577
577
  <a href="/">View all employees</a>
578
578
  </div>
@@ -596,6 +596,6 @@ function toggleCard(num) {
596
596
  if (!isOpen) { card.classList.add('open'); card.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); }
597
597
  }
598
598
  </script>
599
-
599
+
600
600
  </body>
601
601
  </html>