Skip to content

Commit a9e3632

Browse files
committed
fix: correct ENI description to Neural Interface, remove duplicate footer and closing tags
1 parent 73afc00 commit a9e3632

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

docs/eosuite.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,3 @@ <h3>EoS (Native Embedded)</h3>
235235
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide &#127918;</a></li><li><a href="../hardware-lab.html">Hardware Lab &#128268;</a></li><li><a href="https://github.com/embeddedos-org">GitHub</a></li></ul></div>
236236
</div><div class="footer-bottom">&copy; 2025 EmbeddedOS Project &bull; MIT License</div></footer>
237237
</body></html>
238-
</div><div class="footer-bottom">&copy; 2025 EmbeddedOS Project &bull; MIT License</div></footer>
239-
</body></html>

docs/index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,3 @@ <h2 style="margin-top:3rem">Quick Reference</h2>
8585
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide &#127918;</a></li><li><a href="../hardware-lab.html">Hardware Lab &#128268;</a></li><li><a href="https://github.com/embeddedos-org">GitHub</a></li></ul></div>
8686
</div><div class="footer-bottom">&copy; 2025 EmbeddedOS Project &bull; MIT License</div></footer>
8787
</body></html>
88-
89-
<footer class="footer"><div class="footer-inner">
90-
<div class="footer-brand"><h3>EmbeddedOS</h3><p>Open-source embedded OS for intelligent devices.</p></div>
91-
<div><h4>Docs</h4><ul><li><a href="../getting-started.html">Get Started</a></li><li><a href="eos.html">EoS</a></li><li><a href="eboot.html">eBoot</a></li><li><a href="ebuild.html">ebuild</a></li></ul></div>
92-
<div><h4>Components</h4><ul><li><a href="eai.html">EAI</a></li><li><a href="eni.html">ENI</a></li><li><a href="eipc.html">EIPC</a></li><li><a href="eosuite.html">eApps</a></li><li><a href="eosim.html">EoSim</a></li><li><a href="eostudio.html">EoStudio</a></li></ul></div>
93-
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide &#127918;</a></li><li><a href="../hardware-lab.html">Hardware Lab &#128268;</a></li><li><a href="https://github.com/embeddedos-org">GitHub</a></li></ul></div>
94-
</div><div class="footer-bottom">&copy; 2025 EmbeddedOS Project &bull; MIT License</div></footer>
95-
</body></html>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ <h3>EAI</h3>
175175
<div class="product-card card-eni">
176176
<div class="card-icon"><svg viewBox="0 0 32 32" aria-hidden="true"><circle cx="16" cy="16" r="11" fill="none" stroke="#f778ba" stroke-width="1.2"/><ellipse cx="16" cy="16" rx="11" ry="5" fill="none" stroke="#f778ba" stroke-width="0.8" opacity="0.6"/><ellipse cx="16" cy="16" rx="5" ry="11" fill="none" stroke="#f778ba" stroke-width="0.8" opacity="0.6"/><circle cx="16" cy="16" r="2" fill="#f778ba" opacity="0.5"/><path d="M24 6Q28 6 28 10" stroke="#f778ba" stroke-width="1.5" fill="none" stroke-linecap="round"/><path d="M26 4Q30 4 30 8" stroke="#f778ba" stroke-width="1" fill="none" stroke-linecap="round" opacity="0.5"/></svg></div>
177177
<h3>ENI</h3>
178-
<p>Networking and interface stack with providers, events, policies, filters, normalizers, and Neuralink BCI adapter.</p>
178+
<p>Embedded Neural Interface for brain-computer interfaces (BCI), neural decoders, and assistive input &mdash; with Neuralink adapter, signal processing, and intent classification.</p>
179179
<div class="card-tags">
180-
<span class="badge badge-pink">Networking</span>
180+
<span class="badge badge-pink">Neural Interface</span>
181181
<span class="badge badge-cyan">BCI</span>
182-
<span class="badge badge-yellow">Policy</span>
182+
<span class="badge badge-yellow">Neuralink</span>
183183
</div>
184184
<div class="card-buttons">
185185
<a href="docs/eni.html" class="btn btn-sm" style="background:var(--pink);color:#fff">Docs</a>

0 commit comments

Comments
 (0)