Skip to content

Commit 0741d17

Browse files
committed
feat: add official USPTO application numbers to health devices section
- HEALTH-KEY ULTRA: U.S. App. No. 64/073,334 (filed May 23, 2026) - HEALTH-BAND Neuro: U.S. App. No. 64/076,078 (filed May 27, 2026) - Added Zenodo link for HEALTH-KEY ULTRA - Updated HEALTH-BAND badge to show official app number
1 parent 340b991 commit 0741d17

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,10 @@ <h3>Developer Portal</h3>
461461
<div class="section">
462462
<h2 class="section-title">&#10084;&#65039; Health Devices</h2>
463463
<p class="section-subtitle">Patent-protected wearable health intelligence &mdash; two flagship products powered by EmbeddedOS on nRF52840</p>
464+
<div style="display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem">
465+
<span style="background:rgba(63,185,80,0.12);color:#3fb950;padding:0.3rem 0.9rem;border-radius:999px;font-size:0.75rem;font-weight:700;border:1px solid rgba(63,185,80,0.3)">&#9679; HEALTH-KEY ULTRA &mdash; U.S. App. No. 64/073,334 &bull; Filed May 23, 2026</span>
466+
<span style="background:rgba(63,185,80,0.12);color:#3fb950;padding:0.3rem 0.9rem;border-radius:999px;font-size:0.75rem;font-weight:700;border:1px solid rgba(63,185,80,0.3)">&#9679; HEALTH-BAND Neuro &mdash; U.S. App. No. 64/076,078 &bull; Filed May 27, 2026</span>
467+
</div>
464468
<div style="height:3px;background:linear-gradient(90deg,#00e5cc,#7c3aed,#00e5cc);border-radius:2px;max-width:80px;margin:0 auto 2.5rem;"></div>
465469
<div class="product-grid">
466470

@@ -484,6 +488,7 @@ <h3 style="margin:0">HEALTH-KEY ULTRA</h3>
484488
<div class="card-buttons">
485489
<a href="https://github.com/embeddedos-org/HealthKey-Ulta" class="btn btn-sm" style="background:#00e5cc;color:#0d1117;font-weight:600" target="_blank" rel="noopener">GitHub</a>
486490
<a href="https://github.com/embeddedos-org/HealthKey-Ulta/tree/main/patent" class="btn btn-sm btn-outline" target="_blank" rel="noopener">Patent Docs</a>
491+
<a href="https://zenodo.org/records/20361196" class="btn btn-sm btn-outline" target="_blank" rel="noopener">Zenodo</a>
487492
<a href="https://github.com/embeddedos-org/HealthKey-Ulta/tree/main/companion-app" class="btn btn-sm btn-outline" target="_blank" rel="noopener">App</a>
488493
</div>
489494
</div>
@@ -503,7 +508,7 @@ <h3 style="margin:0">HEALTH-BAND Neuro</h3>
503508
<span class="badge" style="background:rgba(124,58,237,0.15);color:#bc8cff;border:1px solid rgba(124,58,237,0.25)">sEMG + TENS</span>
504509
<span class="badge" style="background:rgba(0,229,204,0.15);color:#00e5cc;border:1px solid rgba(0,229,204,0.25)">Zero-Hole</span>
505510
<span class="badge" style="background:rgba(88,166,255,0.15);color:#58a6ff;border:1px solid rgba(88,166,255,0.25)">OLED Display</span>
506-
<span class="badge" style="background:rgba(63,185,80,0.15);color:#3fb950;border:1px solid rgba(63,185,80,0.25)">CIP Patent</span>
511+
<span class="badge" style="background:rgba(63,185,80,0.15);color:#3fb950;border:1px solid rgba(63,185,80,0.25)">U.S. 64/076,078</span>
507512
</div>
508513
<div class="card-buttons">
509514
<a href="https://github.com/embeddedos-org/HEALTH-BAND-Neuro" class="btn btn-sm" style="background:#7c3aed;color:#fff;font-weight:600" target="_blank" rel="noopener">GitHub</a>

0 commit comments

Comments
 (0)