Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -305,7 +305,7 @@
|
|
| 305 |
2: "❤️<br>Most liked & downloaded models",
|
| 306 |
3: "🏎️<br>Fast & Furious model releases",
|
| 307 |
4: "🚀<br>Zero to One (Million Models)",
|
| 308 |
-
5: "
|
| 309 |
// Add more custom labels as needed
|
| 310 |
// 3: "Custom Text",
|
| 311 |
// 4: "Another Label",
|
|
@@ -332,7 +332,7 @@
|
|
| 332 |
${cardContents[i]}
|
| 333 |
<div style="margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee;">
|
| 334 |
<p><em style="font-size: 0.8em;">💡Tip: Click the small square icon in the top right corner to access full screen view!</em></p>
|
| 335 |
-
<p style="font-size: 0.8em;">🔗 Share this card
|
| 336 |
</div>
|
| 337 |
</div>
|
| 338 |
`;
|
|
@@ -341,7 +341,7 @@
|
|
| 341 |
|
| 342 |
// Handle card clicks
|
| 343 |
const cards = document.querySelectorAll('.card');
|
| 344 |
-
const activeDays = [1,2,3,4]; // Add the day numbers you want to highlight
|
| 345 |
|
| 346 |
cards.forEach(card => {
|
| 347 |
const day = parseInt(card.dataset.day);
|
|
|
|
| 305 |
2: "❤️<br>Most liked & downloaded models",
|
| 306 |
3: "🏎️<br>Fast & Furious model releases",
|
| 307 |
4: "🚀<br>Zero to One (Million Models)",
|
| 308 |
+
5: "🤗<br>What your likes say about you?",
|
| 309 |
// Add more custom labels as needed
|
| 310 |
// 3: "Custom Text",
|
| 311 |
// 4: "Another Label",
|
|
|
|
| 332 |
${cardContents[i]}
|
| 333 |
<div style="margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee;">
|
| 334 |
<p><em style="font-size: 0.8em;">💡Tip: Click the small square icon in the top right corner to access full screen view!</em></p>
|
| 335 |
+
<p style="font-size: 0.8em;">🔗 Share this card:</p><input type="text" value="${getCardLink(i)}" readonly style="width: 100%; padding: 8px; margin: px 0; border: 1px solid #ddd; border-radius: 4px; background: #f5f5f5; font-size: 0.8em;" onclick="this.select(); document.execCommand('copy');">
|
| 336 |
</div>
|
| 337 |
</div>
|
| 338 |
`;
|
|
|
|
| 341 |
|
| 342 |
// Handle card clicks
|
| 343 |
const cards = document.querySelectorAll('.card');
|
| 344 |
+
const activeDays = [1,2,3,4,5]; // Add the day numbers you want to highlight
|
| 345 |
|
| 346 |
cards.forEach(card => {
|
| 347 |
const day = parseInt(card.dataset.day);
|