forked from izu/student-web-if-development-kit
Feat & Fix: Optimasi UI Mobile, Animasi Statistik, dan Dashboard Proxy #4
@@ -1764,7 +1764,7 @@
|
||||
const rank = currentLang === 'id' ? leader.badge_id : leader.badge_en;
|
||||
|
||||
return `
|
||||
<a href="dosen_kbk.html?kbk=${kbk}&lang=${currentLang}" class="group block rounded-2xl sm:rounded-2.5xl md:rounded-3xl lg:rounded-3xl xl:rounded-3xl overflow-hidden border border-slate-100 bg-white shadow-soft hover:-translate-y-2 hover:shadow-soft-lg transition-all duration-500">
|
||||
<a href="https://informatika.untan.ac.id/people-based-on-kk.html" class="group block rounded-2xl sm:rounded-2.5xl md:rounded-3xl lg:rounded-3xl xl:rounded-3xl overflow-hidden border border-slate-100 bg-white shadow-soft hover:-translate-y-2 hover:shadow-soft-lg transition-all duration-500">
|
||||
<div class="p-5 sm:p-6 md:p-7 lg:p-8 xl:p-8 bg-gradient-to-br ${meta.accent} border-b border-slate-100">
|
||||
<div class="flex items-start justify-between gap-3 sm:gap-4">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user