Commit Β·
3018439
1
Parent(s): c8977fb
Move App Store link to links section
Browse files- index.html +9 -5
index.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
<div class="hero-grid">
|
| 23 |
<div class="hero-copy">
|
| 24 |
<p class="eyebrow">Reachy Mini App</p>
|
| 25 |
-
<h1>Your robot meets your
|
| 26 |
<p class="lede">
|
| 27 |
Transform Reachy Mini into a voice-controlled smart home hub. Natural conversations, expressive movements, gesture recognition β all seamlessly connected to Home Assistant.
|
| 28 |
</p>
|
|
@@ -57,12 +57,12 @@
|
|
| 57 |
<div class="feature-card">
|
| 58 |
<span class="icon">π€</span>
|
| 59 |
<h3>Voice Wake</h3>
|
| 60 |
-
<p>Local wake word detection with MicroWakeWord and OpenWakeWord. Say "Okay Nabu" or "Hey
|
| 61 |
</div>
|
| 62 |
<div class="feature-card">
|
| 63 |
<span class="icon">π </span>
|
| 64 |
<h3>Smart Home Control</h3>
|
| 65 |
-
<p>Full Home Assistant integration. Control lights, switches, climate, media β anything in your
|
| 66 |
</div>
|
| 67 |
<div class="feature-card">
|
| 68 |
<span class="icon">π</span>
|
|
@@ -214,12 +214,16 @@
|
|
| 214 |
<h3>Sendspin</h3>
|
| 215 |
<p>Multi-room Audio</p>
|
| 216 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 217 |
</div>
|
| 218 |
</section>
|
| 219 |
|
| 220 |
<footer class="footer">
|
| 221 |
-
<p>Built by <a href="https://github.com/Desmond-Dong" target="_blank">Desmond</a>
|
| 222 |
-
<a href="https://huggingface.co/spaces/pollen-robotics/reachy-mini-landing-page#apps" target="_blank">More Reachy Mini Apps</a></p>
|
| 223 |
</footer>
|
| 224 |
</body>
|
| 225 |
</html>
|
|
|
|
| 22 |
<div class="hero-grid">
|
| 23 |
<div class="hero-copy">
|
| 24 |
<p class="eyebrow">Reachy Mini App</p>
|
| 25 |
+
<h1>Your robot meets your Home Assistant.</h1>
|
| 26 |
<p class="lede">
|
| 27 |
Transform Reachy Mini into a voice-controlled smart home hub. Natural conversations, expressive movements, gesture recognition β all seamlessly connected to Home Assistant.
|
| 28 |
</p>
|
|
|
|
| 57 |
<div class="feature-card">
|
| 58 |
<span class="icon">π€</span>
|
| 59 |
<h3>Voice Wake</h3>
|
| 60 |
+
<p>Local wake word detection with MicroWakeWord and OpenWakeWord. Say "Okay Nabu" or "Hey Reachy" to activate.</p>
|
| 61 |
</div>
|
| 62 |
<div class="feature-card">
|
| 63 |
<span class="icon">π </span>
|
| 64 |
<h3>Smart Home Control</h3>
|
| 65 |
+
<p>Full Home Assistant integration. Control lights, switches, climate, media β anything in your Home Assistant.</p>
|
| 66 |
</div>
|
| 67 |
<div class="feature-card">
|
| 68 |
<span class="icon">π</span>
|
|
|
|
| 214 |
<h3>Sendspin</h3>
|
| 215 |
<p>Multi-room Audio</p>
|
| 216 |
</a>
|
| 217 |
+
<a href="https://huggingface.co/spaces/pollen-robotics/reachy-mini-landing-page#apps" target="_blank" class="link-card">
|
| 218 |
+
<span class="icon">π</span>
|
| 219 |
+
<h3>Reachy Mini App Store</h3>
|
| 220 |
+
<p>More Apps</p>
|
| 221 |
+
</a>
|
| 222 |
</div>
|
| 223 |
</section>
|
| 224 |
|
| 225 |
<footer class="footer">
|
| 226 |
+
<p>Built by <a href="https://github.com/Desmond-Dong" target="_blank">Desmond</a></p>
|
|
|
|
| 227 |
</footer>
|
| 228 |
</body>
|
| 229 |
</html>
|