jrubiosainz commited on
Commit
26a54c3
·
verified ·
1 Parent(s): 9e29ba2

Upload index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +9 -2
index.html CHANGED
@@ -19,14 +19,21 @@
19
 
20
  <section class="hero">
21
  <div class="badge">Reachy Mini App</div>
22
- <h1>🎵 Spotify Manager</h1>
 
 
 
23
  <p class="tagline">Your robot DJ — control Spotify with gestures, voice, and personality.</p>
24
  </section>
25
 
 
 
 
 
26
  <div class="video-showcase">
27
  <div class="video-frame">
28
  <video autoplay loop muted playsinline>
29
- <source src="demo.mp4" type="video/mp4">
30
  </video>
31
  </div>
32
  <p class="video-label">MuJoCo simulator — gesture control, voice commands, robot feedback</p>
 
19
 
20
  <section class="hero">
21
  <div class="badge">Reachy Mini App</div>
22
+ <div class="hero-title">
23
+ <svg class="spotify-logo" viewBox="0 0 168 168" width="48" height="48"><path fill="#1DB954" d="M83.996.277C37.747.277.253 37.77.253 84.019c0 46.251 37.494 83.741 83.743 83.741 46.254 0 83.744-37.49 83.744-83.741 0-46.246-37.49-83.738-83.745-83.738l.001-.004zm38.404 120.78a5.217 5.217 0 01-7.18 1.73c-19.662-12.01-44.414-14.73-73.564-8.07a5.222 5.222 0 01-6.249-3.93 5.213 5.213 0 013.926-6.25c31.9-7.291 59.263-4.15 81.337 9.34 2.46 1.51 3.24 4.72 1.73 7.18zm10.25-22.805c-1.89 3.075-5.91 4.045-8.98 2.155-22.51-13.839-56.823-17.846-83.448-9.764-3.453 1.043-7.1-.903-8.148-4.35a6.538 6.538 0 014.354-8.143c30.413-9.228 68.222-4.758 94.072 11.127 3.07 1.89 4.04 5.91 2.15 8.976zm.88-23.744c-26.99-16.031-71.52-17.505-97.289-9.684-4.138 1.255-8.514-1.081-9.768-5.219a7.835 7.835 0 015.221-9.771c29.581-8.98 78.756-7.245 109.83 11.202a7.823 7.823 0 012.74 10.733c-2.2 3.722-7.02 4.949-10.73 2.739z"/></svg>
24
+ <h1>Spotify Manager</h1>
25
+ </div>
26
  <p class="tagline">Your robot DJ — control Spotify with gestures, voice, and personality.</p>
27
  </section>
28
 
29
+ <div class="app-icon-showcase">
30
+ <img src="reachy_icon.png" alt="Reachy Mini" class="app-icon-img"/>
31
+ </div>
32
+
33
  <div class="video-showcase">
34
  <div class="video-frame">
35
  <video autoplay loop muted playsinline>
36
+ <source src="caelum_spotify_manager.mp4" type="video/mp4">
37
  </video>
38
  </div>
39
  <p class="video-label">MuJoCo simulator — gesture control, voice commands, robot feedback</p>