Update index.html
Browse files- index.html +10 -10
index.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<section class="guide-section">
|
| 14 |
<div class="container">
|
| 15 |
<div class="guide-header">
|
| 16 |
-
<img src="reachy-mini-icon-happy.png" alt="Reachy Mini Robot" class="robot-icon">
|
| 17 |
<h1>Reachy Mini Template</h1>
|
| 18 |
<p class="guide-description">
|
| 19 |
Duplicate and customize this template to quickly set up a Space for your Reachy Mini project.
|
|
@@ -35,7 +35,7 @@
|
|
| 35 |
<!-- Step 1 -->
|
| 36 |
<div class="carousel-item active">
|
| 37 |
<div class="step-content">
|
| 38 |
-
<img src="step1.png" alt="Step 1: Duplicate this space" class="step-image">
|
| 39 |
<div class="step-text">
|
| 40 |
<h3>STEP 1: Duplicate this space</h3>
|
| 41 |
<p>Click on the three dots menu and select "Duplicate this Space" to create your own copy.</p>
|
|
@@ -46,7 +46,7 @@
|
|
| 46 |
<!-- Step 2 -->
|
| 47 |
<div class="carousel-item">
|
| 48 |
<div class="step-content">
|
| 49 |
-
<img src="step2.png" alt="Step 2: Change the name" class="step-image">
|
| 50 |
<div class="step-text">
|
| 51 |
<h3>STEP 2: Change the name of the space</h3>
|
| 52 |
<p><strong>NOTE:</strong> Put visibility on 'Private' as long as your space is not ready for new users.</p>
|
|
@@ -57,7 +57,7 @@
|
|
| 57 |
<!-- Step 3 -->
|
| 58 |
<div class="carousel-item">
|
| 59 |
<div class="step-content">
|
| 60 |
-
<img src="step3.png" alt="Step 3: Go to Files" class="step-image">
|
| 61 |
<div class="step-text">
|
| 62 |
<h3>STEP 3: Go to "Files"</h3>
|
| 63 |
<p>Navigate to the Files tab to access your Space's code and configuration files.</p>
|
|
@@ -68,7 +68,7 @@
|
|
| 68 |
<!-- Step 4 -->
|
| 69 |
<div class="carousel-item">
|
| 70 |
<div class="step-content">
|
| 71 |
-
<img src="step4.png" alt="Step 4: Edit README.md" class="step-image">
|
| 72 |
<div class="step-text">
|
| 73 |
<h3>STEP 4: Click on README.md section, then on the 'Edit' button</h3>
|
| 74 |
<p>The README.md contains your Space's metadata and configuration.</p>
|
|
@@ -79,7 +79,7 @@
|
|
| 79 |
<!-- Step 5 -->
|
| 80 |
<div class="carousel-item">
|
| 81 |
<div class="step-content">
|
| 82 |
-
<img src="step5.png" alt="Step 5: Update metadata" class="step-image">
|
| 83 |
<div class="step-text">
|
| 84 |
<h3>STEP 5: Update your Space's metadata</h3>
|
| 85 |
<p>This will update your Space's thumbnail across all Hugging Face Spaces.
|
|
@@ -91,7 +91,7 @@
|
|
| 91 |
<!-- Step 6 -->
|
| 92 |
<div class="carousel-item">
|
| 93 |
<div class="step-content">
|
| 94 |
-
<img src="step6.png" alt="Step 6: Update HTML and CSS" class="step-image">
|
| 95 |
<div class="step-text">
|
| 96 |
<h3>STEP 6: Update index.html and style.css</h3>
|
| 97 |
<p>Create a nice landing page for your Space. This is the storefront of your space.
|
|
@@ -105,7 +105,7 @@
|
|
| 105 |
<!-- Step 7 -->
|
| 106 |
<div class="carousel-item">
|
| 107 |
<div class="step-content">
|
| 108 |
-
<img src="step7.png" alt="Step 7: Update Repository URL" class="step-image">
|
| 109 |
<div class="step-text">
|
| 110 |
<h3>STEP 7: Update Repository URL</h3>
|
| 111 |
<p>Change the JavaScript to point to your space's Git repository so users can install your app.</p>
|
|
@@ -116,7 +116,7 @@
|
|
| 116 |
<!-- Step 8 -->
|
| 117 |
<div class="carousel-item">
|
| 118 |
<div class="step-content">
|
| 119 |
-
<img src="step8.png" alt="Step 8: Make your space public" class="step-image">
|
| 120 |
<div class="step-text">
|
| 121 |
<h3>STEP 8: Put your space on PUBLIC</h3>
|
| 122 |
<p>Once everything is ready and tested, change your Space visibility to Public so everyone can use it!</p>
|
|
@@ -161,7 +161,7 @@
|
|
| 161 |
<div class="container">
|
| 162 |
<!-- Hero Section -->
|
| 163 |
<div class="hero">
|
| 164 |
-
<img src="reachy-mini-icon-happy.png" alt="Reachy Mini Robot" class="hero-robot-icon">
|
| 165 |
<h1 class="hero-title">Your Space Title Here</h1>
|
| 166 |
|
| 167 |
<!-- Placeholder for user's demo image/GIF -->
|
|
|
|
| 13 |
<section class="guide-section">
|
| 14 |
<div class="container">
|
| 15 |
<div class="guide-header">
|
| 16 |
+
<img src="assets/reachy-mini-icon-happy.png" alt="Reachy Mini Robot" class="robot-icon">
|
| 17 |
<h1>Reachy Mini Template</h1>
|
| 18 |
<p class="guide-description">
|
| 19 |
Duplicate and customize this template to quickly set up a Space for your Reachy Mini project.
|
|
|
|
| 35 |
<!-- Step 1 -->
|
| 36 |
<div class="carousel-item active">
|
| 37 |
<div class="step-content">
|
| 38 |
+
<img src="assets/how-to-create-hf-space-for-reachy-mini-step1.png" alt="Step 1: Duplicate this space" class="step-image">
|
| 39 |
<div class="step-text">
|
| 40 |
<h3>STEP 1: Duplicate this space</h3>
|
| 41 |
<p>Click on the three dots menu and select "Duplicate this Space" to create your own copy.</p>
|
|
|
|
| 46 |
<!-- Step 2 -->
|
| 47 |
<div class="carousel-item">
|
| 48 |
<div class="step-content">
|
| 49 |
+
<img src="assets/how-to-create-hf-space-for-reachy-mini-step2.png" alt="Step 2: Change the name" class="step-image">
|
| 50 |
<div class="step-text">
|
| 51 |
<h3>STEP 2: Change the name of the space</h3>
|
| 52 |
<p><strong>NOTE:</strong> Put visibility on 'Private' as long as your space is not ready for new users.</p>
|
|
|
|
| 57 |
<!-- Step 3 -->
|
| 58 |
<div class="carousel-item">
|
| 59 |
<div class="step-content">
|
| 60 |
+
<img src="assets/how-to-create-hf-space-for-reachy-mini-step3.png" alt="Step 3: Go to Files" class="step-image">
|
| 61 |
<div class="step-text">
|
| 62 |
<h3>STEP 3: Go to "Files"</h3>
|
| 63 |
<p>Navigate to the Files tab to access your Space's code and configuration files.</p>
|
|
|
|
| 68 |
<!-- Step 4 -->
|
| 69 |
<div class="carousel-item">
|
| 70 |
<div class="step-content">
|
| 71 |
+
<img src="assets/how-to-create-hf-space-for-reachy-mini-step4.png" alt="Step 4: Edit README.md" class="step-image">
|
| 72 |
<div class="step-text">
|
| 73 |
<h3>STEP 4: Click on README.md section, then on the 'Edit' button</h3>
|
| 74 |
<p>The README.md contains your Space's metadata and configuration.</p>
|
|
|
|
| 79 |
<!-- Step 5 -->
|
| 80 |
<div class="carousel-item">
|
| 81 |
<div class="step-content">
|
| 82 |
+
<img src="assets/how-to-create-hf-space-for-reachy-mini-step5.png" alt="Step 5: Update metadata" class="step-image">
|
| 83 |
<div class="step-text">
|
| 84 |
<h3>STEP 5: Update your Space's metadata</h3>
|
| 85 |
<p>This will update your Space's thumbnail across all Hugging Face Spaces.
|
|
|
|
| 91 |
<!-- Step 6 -->
|
| 92 |
<div class="carousel-item">
|
| 93 |
<div class="step-content">
|
| 94 |
+
<img src="assets/how-to-create-hf-space-for-reachy-mini-step6.png" alt="Step 6: Update HTML and CSS" class="step-image">
|
| 95 |
<div class="step-text">
|
| 96 |
<h3>STEP 6: Update index.html and style.css</h3>
|
| 97 |
<p>Create a nice landing page for your Space. This is the storefront of your space.
|
|
|
|
| 105 |
<!-- Step 7 -->
|
| 106 |
<div class="carousel-item">
|
| 107 |
<div class="step-content">
|
| 108 |
+
<img src="assets/how-to-create-hf-space-for-reachy-mini-step7.png" alt="Step 7: Update Repository URL" class="step-image">
|
| 109 |
<div class="step-text">
|
| 110 |
<h3>STEP 7: Update Repository URL</h3>
|
| 111 |
<p>Change the JavaScript to point to your space's Git repository so users can install your app.</p>
|
|
|
|
| 116 |
<!-- Step 8 -->
|
| 117 |
<div class="carousel-item">
|
| 118 |
<div class="step-content">
|
| 119 |
+
<img src="assets/how-to-create-hf-space-for-reachy-mini-step8.png" alt="Step 8: Make your space public" class="step-image">
|
| 120 |
<div class="step-text">
|
| 121 |
<h3>STEP 8: Put your space on PUBLIC</h3>
|
| 122 |
<p>Once everything is ready and tested, change your Space visibility to Public so everyone can use it!</p>
|
|
|
|
| 161 |
<div class="container">
|
| 162 |
<!-- Hero Section -->
|
| 163 |
<div class="hero">
|
| 164 |
+
<img src="assets/reachy-mini-icon-happy.png" alt="Reachy Mini Robot" class="hero-robot-icon">
|
| 165 |
<h1 class="hero-title">Your Space Title Here</h1>
|
| 166 |
|
| 167 |
<!-- Placeholder for user's demo image/GIF -->
|