forked from izu/student-web-if-development-kit
Feat & Fix: Optimasi UI Mobile, Animasi Statistik, dan Dashboard Proxy #4
@@ -565,15 +565,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Breadcrumb (Diubah menyesuaikan pepet kiri navbar) -->
|
||||
<div class="bg-white">
|
||||
<div class="w-full px-3 sm:px-4 md:px-6 lg:px-8 xl:px-10 py-3 sm:py-3 md:py-3.5 lg:py-3.5 xl:py-3.5 text-[10px] sm:text-[11px] md:text-xs lg:text-xs xl:text-xs font-medium text-gray-500 uppercase">
|
||||
<span data-i18n="home">BERANDA</span> <span class="mx-2">/</span> <span class="text-untan-blue font-bold"
|
||||
data-i18n="pageTitle">RISET & KBK</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Hero Section -->
|
||||
<header class="bg-untan-navy relative reveal">
|
||||
<div class="max-w-7xl mx-auto px-3 sm:px-4 md:px-6 lg:px-8 xl:px-10 relative z-10 py-8 sm:py-12 md:py-16 lg:py-20 xl:py-24">
|
||||
@@ -927,6 +919,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>This page was last updated on: <span id="last-updated"></span></p>
|
||||
<script>
|
||||
const modificationDate = document.lastModified;
|
||||
document.getElementById("last-updated").innerHTML = new Date(modificationDate).toLocaleString();
|
||||
</script>
|
||||
|
||||
<div id="riset-count-info"
|
||||
class="mt-3 sm:mt-3.5 md:mt-4 lg:mt-3 xl:mt-4 text-[10px] sm:text-[10px] md:text-[11px] lg:text-[11px] xl:text-[11px] font-medium text-slate-400 uppercase tracking-widest">
|
||||
Menghitung data...
|
||||
|
||||
Reference in New Issue
Block a user