|
624 | 624 | <div id="smart-event-container" style="display: none; margin: auto 0;"></div> |
625 | 625 | </div> |
626 | 626 |
|
627 | | - <div class="bento-item span-2x1" id="bento-weather" onclick="Gurasuraisu.openApp('/weather/index.html')"> |
| 627 | + <div class="bento-item span-2x1" id="bento-weather" onclick="Gurasuraisu.openApp('https://polygol.github.io/weather/index.html')"> |
628 | 628 | <div class="item-card-title"><span class="material-symbols-rounded">cloud</span>Weather</div> |
629 | 629 | <div style="display: flex; justify-content: space-between; align-items: center; height: 100%;"> |
630 | 630 | <div class="item-card-big-text" id="weather-temp"><svg width="24" height="24" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="color: var(--text-color);"><style>.spinner_V8m1{transform-origin:center;animation:spinner_zKoa 2s linear infinite}.spinner_V8m1 circle{stroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite}@keyframes spinner_zKoa{100%{transform:rotate(360deg)}}@keyframes spinner_YpZS{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,100%{stroke-dasharray:42 150;stroke-dashoffset:-59}}</style><g class="spinner_V8m1"><circle cx="12" cy="12" r="9.5" fill="none" stroke-width="3"></circle></g></svg></div> |
|
635 | 635 | </div> |
636 | 636 | </div> |
637 | 637 |
|
638 | | - <div class="bento-item span-2x1" id="bento-next-event" onclick="Gurasuraisu.openApp('/fantaskical/index.html')"> |
| 638 | + <div class="bento-item span-2x1" id="bento-next-event" onclick="Gurasuraisu.openApp('https://polygol.github.io/fantaskical/index.html')"> |
639 | 639 | <div class="item-card-title"><span class="material-symbols-rounded">event</span>Calendar</div> |
640 | 640 | <div id="next-event-content" style="margin: auto 0; gap: 10px; display: flex; flex-direction: column;"> |
641 | 641 | <div style="font-weight: 600; font-size: 1.1rem;">No upcoming events</div> |
|
676 | 676 |
|
677 | 677 | <!-- Upcoming Tab --> |
678 | 678 | <div class="tab-content bento-grid" id="tab-upcoming"> |
679 | | - <div class="bento-item span-2x2" id="bento-agenda" onclick="Gurasuraisu.openApp('/fantaskical/index.html')"> |
| 679 | + <div class="bento-item span-2x2" id="bento-agenda" onclick="Gurasuraisu.openApp('https://polygol.github.io/fantaskical/index.html')"> |
680 | 680 | <div class="item-card-title"><span class="material-symbols-rounded">calendar_month</span>Agenda</div> |
681 | 681 | <div id="agenda-list" style="display: flex; flex-direction: column; gap: 8px; margin-top: 10px; overflow-y: auto;"> |
682 | 682 | <div class="item-card-subtitle">No events today</div> |
683 | 683 | </div> |
684 | 684 | </div> |
685 | 685 |
|
686 | | - <div class="bento-item span-2x2" id="bento-tasks" onclick="Gurasuraisu.openApp('/fantaskical/index.html')"> |
| 686 | + <div class="bento-item span-2x2" id="bento-tasks" onclick="Gurasuraisu.openApp('https://polygol.github.io/fantaskical/index.html')"> |
687 | 687 | <div class="item-card-title"><span class="material-symbols-rounded">task_alt</span>Active Tasks</div> |
688 | 688 | <div id="task-list" style="display: flex; flex-direction: column; gap: 8px; margin-top: 10px; overflow-y: auto;"> |
689 | 689 | <div class="item-card-subtitle">All caught up!</div> |
690 | 690 | </div> |
691 | 691 | </div> |
692 | 692 |
|
693 | | - <div class="bento-item span-2x1" id="bento-alarms" onclick="Gurasuraisu.openApp('/chronos/index.html')"> |
| 693 | + <div class="bento-item span-2x1" id="bento-alarms" onclick="Gurasuraisu.openApp('https://polygol.github.io/chronos/index.html')"> |
694 | 694 | <div class="item-card-title"><span class="material-symbols-rounded">alarm</span>Alarms</div> |
695 | 695 | <div id="alarm-list" style="margin: auto 0; font-size: 1.5rem; font-weight: 600;"> |
696 | 696 | No alarms set |
|
0 commit comments