Spaces:
Running
Running
Simon Revelly commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,28 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
<div style="text-align: center;">
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
<div style="width: 200px; height: 200px; overflow: hidden; display: flex; justify-content: center; align-items: center;">
|
| 13 |
<img src="https://www.pollen-robotics.com/img/reachy/applications/street.jpg" alt="Reachy in the wild" style="max-width: 100%; max-height: 100%;">
|
| 14 |
</div>
|
|
@@ -20,8 +40,6 @@ pinned: false
|
|
| 20 |
</div>
|
| 21 |
<!-- Add more images as needed -->
|
| 22 |
</div>
|
| 23 |
-
<p>Pollen Robotics gathers talented and independent-minded people in a mission-driven company: providing accessible and open source products and applications that bring AI and Robotics in our daily life.</p>
|
| 24 |
-
<div style="display: flex; justify-content: center; align-items: center; margin-bottom: 20px;">
|
| 25 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/64b7a31827e9345eafcf54e3/_Tc3ZQ2IbL_dQin99Msej.jpeg" alt="Organization Logo" style="max-width: 100%; height: 200px;">
|
| 26 |
-
</div>
|
| 27 |
</div>
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<link href="https://fonts.googleapis.com/css2?family=Asap:wght@300&display=swap" rel="stylesheet">
|
| 11 |
+
|
| 12 |
+
<style>
|
| 13 |
+
body {
|
| 14 |
+
font-family: 'Asap', sans-serif;
|
| 15 |
+
font-weight: 300; /* Light font for paragraphs */;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
p {
|
| 19 |
+
font-family: 'Asap', sans-serif;
|
| 20 |
+
font-weight: 300; /* Light font for paragraphs */;
|
| 21 |
+
font-size: 24px
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
</style>
|
| 25 |
+
|
| 26 |
<div style="text-align: center;">
|
| 27 |
+
<div style="display: flex; justify-content: center; align-items: center; margin-bottom: 1px;">
|
| 28 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/64b7a31827e9345eafcf54e3/TCbw-ROCQalEF19iP7j14.jpeg" alt="Organization Logo" style="max-width: 100%; height: 200px;">
|
| 29 |
+
</div>
|
| 30 |
+
<p>Pollen Robotics gathers talented and independent-minded people in a mission-driven company: providing accessible and open source products and applications that bring AI and Robotics in our daily life.</p>
|
| 31 |
+
<div style="display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px;">
|
| 32 |
<div style="width: 200px; height: 200px; overflow: hidden; display: flex; justify-content: center; align-items: center;">
|
| 33 |
<img src="https://www.pollen-robotics.com/img/reachy/applications/street.jpg" alt="Reachy in the wild" style="max-width: 100%; max-height: 100%;">
|
| 34 |
</div>
|
|
|
|
| 40 |
</div>
|
| 41 |
<!-- Add more images as needed -->
|
| 42 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
</div>
|
| 44 |
+
|
| 45 |
+
|