Update index.html
Browse files- index.html +9 -5
index.html
CHANGED
@@ -351,9 +351,12 @@
|
|
351 |
</div>
|
352 |
`,
|
353 |
22: `
|
354 |
-
<h2>
|
355 |
-
<p>
|
356 |
-
<
|
|
|
|
|
|
|
357 |
`,
|
358 |
23: `
|
359 |
<h2>Day 23</h2>
|
@@ -395,7 +398,8 @@
|
|
395 |
18: "⭐️<br>Dataset Darlings",
|
396 |
19: "🎯<br>Closing the Gap",
|
397 |
20: "📚<br>Babel in the Machine",
|
398 |
-
21: "🔄<br>The Circle of Sharing"
|
|
|
399 |
// Add more custom labels as needed
|
400 |
// 3: "Custom Text",
|
401 |
// 4: "Another Label",
|
@@ -431,7 +435,7 @@
|
|
431 |
|
432 |
// Handle card clicks
|
433 |
const cards = document.querySelectorAll('.card');
|
434 |
-
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21]; // Add the day numbers you want to highlight
|
435 |
|
436 |
cards.forEach(card => {
|
437 |
const day = parseInt(card.dataset.day);
|
|
|
351 |
</div>
|
352 |
`,
|
353 |
22: `
|
354 |
+
<h2>December Stars: Top Trending Spaces on Hugging Face</h2>
|
355 |
+
<p>The 12 most popular Spaces on the Hub in December 2024, including virtual try-on, style shaping, and audio tools. Each star represents a Space with its creator.</p>
|
356 |
+
<div class="responsive-iframe-container">
|
357 |
+
<button onclick="toggleBrowserFullscreen(this.parentElement)" style="position: absolute; top: 10px; right: 10px; z-index: 10; padding: 8px; background: rgba(0,0,0,0.6); color: white; border: none; border-radius: 4px; cursor: pointer;">⛶</button>
|
358 |
+
<iframe src="https://aiworld.eu/embed/api/spaces/christmas-lights" allowfullscreen></iframe>
|
359 |
+
</div>
|
360 |
`,
|
361 |
23: `
|
362 |
<h2>Day 23</h2>
|
|
|
398 |
18: "⭐️<br>Dataset Darlings",
|
399 |
19: "🎯<br>Closing the Gap",
|
400 |
20: "📚<br>Babel in the Machine",
|
401 |
+
21: "🔄<br>The Circle of Sharing",
|
402 |
+
22: "⭐<br>December Stars"
|
403 |
// Add more custom labels as needed
|
404 |
// 3: "Custom Text",
|
405 |
// 4: "Another Label",
|
|
|
435 |
|
436 |
// Handle card clicks
|
437 |
const cards = document.querySelectorAll('.card');
|
438 |
+
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22]; // Add the day numbers you want to highlight
|
439 |
|
440 |
cards.forEach(card => {
|
441 |
const day = parseInt(card.dataset.day);
|