Skip to content

Commit 0007869

Browse files
committed
Add Health Devices section: HEALTH-KEY ULTRA, HEALTH-BAND Neuro, EoS Health App product cards + nav link
1 parent a75b63f commit 0007869

1 file changed

Lines changed: 85 additions & 0 deletions

File tree

index.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
<a href="flow.html">Flow</a>
144144
<a href="books.html">📚 Books</a>
145145
<a href="get-involved.html">🤝 Get Involved</a>
146+
<a href="#health-devices">&#10084;&#65039; Health</a>
146147
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a>
147148
<button class="nav-search-btn" onclick="EosSearch.open()" aria-label="Search" title="Search (/)">&#128269;</button>
148149
</div>
@@ -452,6 +453,90 @@ <h3>Developer Portal</h3>
452453
</div>
453454
</section>
454455

456+
<!-- HEALTH DEVICES SECTION -->
457+
<section class="section section-alt" id="health-devices">
458+
<div class="section">
459+
<h2 class="section-title">&#10084;&#65039; Health Devices</h2>
460+
<p class="section-subtitle">Patent-protected wearable health intelligence &mdash; two flagship products powered by EmbeddedOS on nRF52840</p>
461+
<div style="height:3px;background:linear-gradient(90deg,#00e5cc,#7c3aed,#00e5cc);border-radius:2px;max-width:80px;margin:0 auto 2.5rem;"></div>
462+
<div class="product-grid">
463+
464+
<!-- HEALTH-KEY ULTRA -->
465+
<div class="product-card" style="border-top:3px solid #00e5cc;position:relative;overflow:hidden">
466+
<div style="position:absolute;top:0;right:0;background:linear-gradient(135deg,rgba(0,229,204,0.10),transparent);width:100px;height:100px;border-radius:0 0 0 100px;pointer-events:none"></div>
467+
<div class="card-icon" style="background:rgba(0,229,204,0.12);color:#00e5cc">
468+
<svg viewBox="0 0 32 32" aria-hidden="true"><rect x="11" y="2" width="10" height="28" rx="3" fill="none" stroke="#00e5cc" stroke-width="1.5"/><rect x="13" y="5" width="6" height="4" rx="1" fill="rgba(0,229,204,0.3)"/><circle cx="16" cy="14" r="2" fill="none" stroke="#00e5cc" stroke-width="1"/><path d="M13 19 Q16 17 19 19" stroke="#00e5cc" stroke-width="1" fill="none"/><rect x="14" y="24" width="4" height="3" rx="1" fill="rgba(0,229,204,0.4)"/></svg>
469+
</div>
470+
<div style="display:flex;align-items:center;gap:0.5rem;margin-bottom:0.4rem">
471+
<h3 style="margin:0">HEALTH-KEY ULTRA</h3>
472+
<span style="background:rgba(0,229,204,0.15);color:#00e5cc;padding:0.1rem 0.45rem;border-radius:999px;font-size:0.65rem;font-weight:700;letter-spacing:0.05em;border:1px solid rgba(0,229,204,0.3)">PATENT PENDING</span>
473+
</div>
474+
<p>The world&#8217;s first <strong>keychain health monitor</strong> with USB-C Male plug that connects directly to any device. ECG via USB-C shield conductor, SpO&#8322;, BAC breath analysis, sEMG, TENS neuromodulation, <strong>64GB onboard flash</strong>, and BLE 5.0 &mdash; all in a form factor smaller than a house key.</p>
475+
<div class="card-tags">
476+
<span class="badge" style="background:rgba(0,229,204,0.15);color:#00e5cc;border:1px solid rgba(0,229,204,0.25)">USB-C Health</span>
477+
<span class="badge" style="background:rgba(88,166,255,0.15);color:#58a6ff;border:1px solid rgba(88,166,255,0.25)">ECG + SpO&#8322;</span>
478+
<span class="badge" style="background:rgba(124,58,237,0.15);color:#bc8cff;border:1px solid rgba(124,58,237,0.25)">64GB Vault</span>
479+
<span class="badge" style="background:rgba(240,136,62,0.15);color:#f0883e;border:1px solid rgba(240,136,62,0.25)">BLE 5.0</span>
480+
</div>
481+
<div class="card-buttons">
482+
<a href="https://github.com/embeddedos-org/HealthKey-Ulta" class="btn btn-sm" style="background:#00e5cc;color:#0d1117;font-weight:600">GitHub</a>
483+
<a href="https://github.com/embeddedos-org/HealthKey-Ulta/tree/main/patent" class="btn btn-sm btn-outline">Patent Docs</a>
484+
<a href="https://github.com/embeddedos-org/HealthKey-Ulta/tree/main/companion-app" class="btn btn-sm btn-outline">App</a>
485+
</div>
486+
</div>
487+
488+
<!-- HEALTH-BAND Neuro -->
489+
<div class="product-card" style="border-top:3px solid #7c3aed;position:relative;overflow:hidden">
490+
<div style="position:absolute;top:0;right:0;background:linear-gradient(135deg,rgba(124,58,237,0.10),transparent);width:100px;height:100px;border-radius:0 0 0 100px;pointer-events:none"></div>
491+
<div class="card-icon" style="background:rgba(124,58,237,0.12);color:#bc8cff">
492+
<svg viewBox="0 0 32 32" aria-hidden="true"><rect x="4" y="11" width="24" height="10" rx="5" fill="none" stroke="#bc8cff" stroke-width="1.5"/><rect x="7" y="14" width="18" height="4" rx="2" fill="rgba(124,58,237,0.25)"/><path d="M10 16 L12 13 L14 19 L16 14 L18 18 L20 16 L22 16" stroke="#00e5cc" stroke-width="1.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/><rect x="2" y="13" width="2" height="6" rx="1" fill="#bc8cff" opacity="0.6"/><rect x="28" y="13" width="2" height="6" rx="1" fill="#bc8cff" opacity="0.6"/></svg>
493+
</div>
494+
<div style="display:flex;align-items:center;gap:0.5rem;margin-bottom:0.4rem">
495+
<h3 style="margin:0">HEALTH-BAND Neuro</h3>
496+
<span style="background:rgba(124,58,237,0.15);color:#bc8cff;padding:0.1rem 0.45rem;border-radius:999px;font-size:0.65rem;font-weight:700;letter-spacing:0.05em;border:1px solid rgba(124,58,237,0.3)">PATENT PENDING</span>
497+
</div>
498+
<p>The world&#8217;s first <strong>zero-hole wristband</strong> with bidirectional neuromuscular interface. USB-C Male clasp for pass-through charging, <strong>Micro OLED display</strong>, sEMG gesture recognition, TENS therapy, ECG, SpO&#8322;, BAC breath analysis, 64GB onboard flash, and a CIP patent covering holographic Micro-LED display technology.</p>
499+
<div class="card-tags">
500+
<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>
501+
<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>
502+
<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>
503+
<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>
504+
</div>
505+
<div class="card-buttons">
506+
<a href="https://github.com/embeddedos-org/HEALTH-BAND-Neuro" class="btn btn-sm" style="background:#7c3aed;color:#fff;font-weight:600">GitHub</a>
507+
<a href="https://github.com/embeddedos-org/HEALTH-BAND-Neuro/tree/main/patent" class="btn btn-sm btn-outline">Patent Docs</a>
508+
<a href="https://github.com/embeddedos-org/HEALTH-BAND-Neuro/tree/main/companion-app" class="btn btn-sm btn-outline">App</a>
509+
</div>
510+
</div>
511+
512+
<!-- EoS Health Companion App -->
513+
<div class="product-card" style="border-top:3px solid #f0883e;position:relative;overflow:hidden">
514+
<div style="position:absolute;top:0;right:0;background:linear-gradient(135deg,rgba(240,136,62,0.10),transparent);width:100px;height:100px;border-radius:0 0 0 100px;pointer-events:none"></div>
515+
<div class="card-icon" style="background:rgba(240,136,62,0.12);color:#f0883e">
516+
<svg viewBox="0 0 32 32" aria-hidden="true"><rect x="8" y="3" width="16" height="26" rx="3" fill="none" stroke="#f0883e" stroke-width="1.5"/><rect x="11" y="6" width="10" height="7" rx="1" fill="rgba(240,136,62,0.25)"/><path d="M11 17 L13 14 L15 20 L17 15 L19 18 L21 17" stroke="#00e5cc" stroke-width="1.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/><circle cx="16" cy="26" r="1.5" fill="#f0883e" opacity="0.6"/></svg>
517+
</div>
518+
<div style="display:flex;align-items:center;gap:0.5rem;margin-bottom:0.4rem">
519+
<h3 style="margin:0">EoS Health App</h3>
520+
<span style="background:rgba(240,136,62,0.15);color:#f0883e;padding:0.1rem 0.45rem;border-radius:999px;font-size:0.65rem;font-weight:700;letter-spacing:0.05em;border:1px solid rgba(240,136,62,0.3)">WEB &bull; MOBILE &bull; DESKTOP</span>
521+
</div>
522+
<p>Unified companion app for both health devices. <strong>Live ECG waveform</strong>, real-time HR/SpO&#8322;/BAC dashboard, TENS control panel, sEMG gesture trainer, 64GB Data Vault, and OTA firmware updates. Available as a <strong>React web app, React Native iOS/Android app, and Electron desktop app</strong>.</p>
523+
<div class="card-tags">
524+
<span class="badge" style="background:rgba(240,136,62,0.15);color:#f0883e;border:1px solid rgba(240,136,62,0.25)">React Native</span>
525+
<span class="badge" style="background:rgba(88,166,255,0.15);color:#58a6ff;border:1px solid rgba(88,166,255,0.25)">Electron</span>
526+
<span class="badge" style="background:rgba(63,185,80,0.15);color:#3fb950;border:1px solid rgba(63,185,80,0.25)">BLE + USB-C</span>
527+
<span class="badge" style="background:rgba(124,58,237,0.15);color:#bc8cff;border:1px solid rgba(124,58,237,0.25)">Live Sim</span>
528+
</div>
529+
<div class="card-buttons">
530+
<a href="https://github.com/embeddedos-org/HealthKey-Ulta/tree/main/companion-app" class="btn btn-sm" style="background:#f0883e;color:#0d1117;font-weight:600">Web App</a>
531+
<a href="https://github.com/embeddedos-org/HealthKey-Ulta/tree/main/mobile-app" class="btn btn-sm btn-outline">Mobile</a>
532+
<a href="https://github.com/embeddedos-org/HealthKey-Ulta/tree/main/desktop-app" class="btn btn-sm btn-outline">Desktop</a>
533+
</div>
534+
</div>
535+
536+
</div>
537+
</div>
538+
</section>
539+
455540
<!-- WHY EMBEDDEDOS -->
456541
<section class="section">
457542
<h2 class="section-title">Why EmbeddedOS?</h2>

0 commit comments

Comments
 (0)