the dates are not centered and remove them inside the details
Browse files- index.html +7 -16
index.html
CHANGED
|
@@ -20,20 +20,14 @@
|
|
| 20 |
|
| 21 |
<div class="timeline-wrapper" style="background: white; border-radius: 12px; padding: 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
|
| 22 |
<div id="timeline-container" style="position: relative; min-height: 300px;">
|
| 23 |
-
<div style="position: relative; height: 4px; background: linear-gradient(to right, #ffd21e, #ff6b00); margin: 0
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
<div style="position: absolute; top: -24px; left: 66.66%; transform: translateX(-50%); color: #888; font-weight: 500;">2023-2024</div>
|
| 27 |
-
<div style="position: absolute; top: -24px; left: 100%; transform: translateX(-50%); color: #888; font-weight: 500;">2025</div>
|
| 28 |
-
</div>
|
| 29 |
-
<div style="display: flex; justify-content: space-between; padding: 0 3rem;">
|
| 30 |
-
<!-- 2020-2021 -->
|
| 31 |
<div class="timeline-item" style="width: 200px; position: relative;">
|
| 32 |
<div style="position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: #ff6b00; border-radius: 50%; border: 3px solid white;"></div>
|
| 33 |
<div style="background: white; padding: 1.5rem; border-radius: 8px; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
| 34 |
<h3 style="font-weight: 600; color: #ff6b00; margin: 0 0 0.5rem 0;">Foundation</h3>
|
| 35 |
-
|
| 36 |
-
<ul style="padding-left: 1rem; margin: 0; font-size: 0.875rem; color: #555; line-height: 1.6;">
|
| 37 |
<li>First release</li>
|
| 38 |
<li>Git wrapper</li>
|
| 39 |
<li>Token auth</li>
|
|
@@ -46,8 +40,7 @@
|
|
| 46 |
<div style="position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: #ff6b00; border-radius: 50%; border: 3px solid white;"></div>
|
| 47 |
<div style="background: white; padding: 1.5rem; border-radius: 8px; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
| 48 |
<h3 style="font-weight: 600; color: #ff6b00; margin: 0 0 0.5rem 0;">Git to HTTP</h3>
|
| 49 |
-
|
| 50 |
-
<ul style="padding-left: 1rem; margin: 0; font-size: 0.875rem; color: #555; line-height: 1.6;">
|
| 51 |
<li>HTTP Commit API</li>
|
| 52 |
<li>Git-aware cache</li>
|
| 53 |
<li>Spaces</li>
|
|
@@ -60,8 +53,7 @@
|
|
| 60 |
<div style="position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: #ff6b00; border-radius: 50%; border: 3px solid white;"></div>
|
| 61 |
<div style="background: white; padding: 1.5rem; border-radius: 8px; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
| 62 |
<h3 style="font-weight: 600; color: #ff6b00; margin: 0 0 0.5rem 0;">API Expansion</h3>
|
| 63 |
-
|
| 64 |
-
<ul style="padding-left: 1rem; margin: 0; font-size: 0.875rem; color: #555; line-height: 1.6;">
|
| 65 |
<li>Inference API</li>
|
| 66 |
<li>Community features</li>
|
| 67 |
<li>Collections</li>
|
|
@@ -74,8 +66,7 @@
|
|
| 74 |
<div style="position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: #ff6b00; border-radius: 50%; border: 3px solid white;"></div>
|
| 75 |
<div style="background: white; padding: 1.5rem; border-radius: 8px; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
| 76 |
<h3 style="font-weight: 600; color: #ff6b00; margin: 0 0 0.5rem 0;">Xet Protocol</h3>
|
| 77 |
-
|
| 78 |
-
<ul style="padding-left: 1rem; margin: 0; font-size: 0.875rem; color: #555; line-height: 1.6;">
|
| 79 |
<li>Chunk storage</li>
|
| 80 |
<li>77PB+ migrated</li>
|
| 81 |
<li>Faster transfers</li>
|
|
|
|
| 20 |
|
| 21 |
<div class="timeline-wrapper" style="background: white; border-radius: 12px; padding: 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
|
| 22 |
<div id="timeline-container" style="position: relative; min-height: 300px;">
|
| 23 |
+
<div style="position: relative; height: 4px; background: linear-gradient(to right, #ffd21e, #ff6b00); margin: 0 6rem; border-radius: 2px;"></div>
|
| 24 |
+
<div style="display: flex; justify-content: space-between; padding: 0 4rem;">
|
| 25 |
+
<!-- 2020-2021 -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
<div class="timeline-item" style="width: 200px; position: relative;">
|
| 27 |
<div style="position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: #ff6b00; border-radius: 50%; border: 3px solid white;"></div>
|
| 28 |
<div style="background: white; padding: 1.5rem; border-radius: 8px; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
| 29 |
<h3 style="font-weight: 600; color: #ff6b00; margin: 0 0 0.5rem 0;">Foundation</h3>
|
| 30 |
+
<ul style="padding-left: 1rem; margin: 0; font-size: 0.875rem; color: #555; line-height: 1.6;">
|
|
|
|
| 31 |
<li>First release</li>
|
| 32 |
<li>Git wrapper</li>
|
| 33 |
<li>Token auth</li>
|
|
|
|
| 40 |
<div style="position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: #ff6b00; border-radius: 50%; border: 3px solid white;"></div>
|
| 41 |
<div style="background: white; padding: 1.5rem; border-radius: 8px; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
| 42 |
<h3 style="font-weight: 600; color: #ff6b00; margin: 0 0 0.5rem 0;">Git to HTTP</h3>
|
| 43 |
+
<ul style="padding-left: 1rem; margin: 0; font-size: 0.875rem; color: #555; line-height: 1.6;">
|
|
|
|
| 44 |
<li>HTTP Commit API</li>
|
| 45 |
<li>Git-aware cache</li>
|
| 46 |
<li>Spaces</li>
|
|
|
|
| 53 |
<div style="position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: #ff6b00; border-radius: 50%; border: 3px solid white;"></div>
|
| 54 |
<div style="background: white; padding: 1.5rem; border-radius: 8px; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
| 55 |
<h3 style="font-weight: 600; color: #ff6b00; margin: 0 0 0.5rem 0;">API Expansion</h3>
|
| 56 |
+
<ul style="padding-left: 1rem; margin: 0; font-size: 0.875rem; color: #555; line-height: 1.6;">
|
|
|
|
| 57 |
<li>Inference API</li>
|
| 58 |
<li>Community features</li>
|
| 59 |
<li>Collections</li>
|
|
|
|
| 66 |
<div style="position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: #ff6b00; border-radius: 50%; border: 3px solid white;"></div>
|
| 67 |
<div style="background: white; padding: 1.5rem; border-radius: 8px; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
| 68 |
<h3 style="font-weight: 600; color: #ff6b00; margin: 0 0 0.5rem 0;">Xet Protocol</h3>
|
| 69 |
+
<ul style="padding-left: 1rem; margin: 0; font-size: 0.875rem; color: #555; line-height: 1.6;">
|
|
|
|
| 70 |
<li>Chunk storage</li>
|
| 71 |
<li>77PB+ migrated</li>
|
| 72 |
<li>Faster transfers</li>
|