Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,13 @@ pinned: false
|
|
| 9 |
|
| 10 |

|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
# Welcome to the π€ Robotics Course
|
| 13 |
|
| 14 |

|
|
|
|
| 9 |
|
| 10 |

|
| 11 |
|
| 12 |
+
<div style="width: 100%; border: 1px solid #ccc; padding: 20px; margin: 20px auto; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); background-color: lightgoldenrodyellow; border-radius: 8px;">
|
| 13 |
+
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62d648291fa3e4e7ae3fa6e8/Jm3GYn6LHuasiLSlj03hd.png" alt="Course Image" style="width: 7em; border-radius: 5px 5px 0 0;">
|
| 14 |
+
<h2 style="color: #333; margin-bottom: 10px;">π Chapters 1 and 2 are now available! If you want to join in, follow this org!</h2>
|
| 15 |
+
<a href="https://huggingface.co/learn/robotics-course/en/chapter0/1" style="display: inline-block; padding: 10px 20px; background-color: lightcoral; color: white; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease;" onmouseover="this.style.backgroundColor='#0056b3'" onmouseout="this.style.backgroundColor='#007bff'">Learn it now</a>
|
| 16 |
+
</div>
|
| 17 |
+
|
| 18 |
+
|
| 19 |
# Welcome to the π€ Robotics Course
|
| 20 |
|
| 21 |

|