{"id":728,"date":"2025-09-16T01:10:30","date_gmt":"2025-09-16T01:10:30","guid":{"rendered":"https:\/\/tekniksipil.uin-malang.ac.id\/?page_id=728"},"modified":"2026-08-18T22:27:13","modified_gmt":"2026-08-18T22:27:13","slug":"info-beasiswa","status":"publish","type":"page","link":"https:\/\/tekniksipil.uin-malang.ac.id\/tr\/info-beasiswa\/","title":{"rendered":"INFO BEASISWA"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"728\" class=\"elementor elementor-728\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c8d43ac e-flex e-con-boxed e-con e-parent\" data-id=\"c8d43ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c863691 elementor-widget elementor-widget-text-editor\" data-id=\"c863691\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<!-- Load Font Awesome 6 untuk Ikon -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n}\n\n\/* CONTAINER UTAMA LAYOUT KOLOM GEDUNG *\/\n.pillar-menu-container {\n    width: 100% !important;\n    max-width: 100% !important;\n    margin: 0 auto;\n    padding: 10px 0;\n    background: transparent;\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n}\n\n\/* GRID KOLOM GEDUNG (3 KOLOM SEJAJAR) *\/\n.pillar-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    width: 100%;\n}\n\n\/* KARTU MENU BERGAYA KOLOM GEDUNG (ORANGE GRADASI EMAS) *\/\n.pillar-card {\n    text-decoration: none !important; \/* Menghapus garis bawah tautan *\/\n    background: linear-gradient(180deg, #ff914d 0%, #f3a640 60%, #d4af37 100%) !important;\n    border: 2px solid #e07d3a;\n    border-top: 6px solid #ffd700; \/* Aksen Mahkota Pilar Gedung *\/\n    border-radius: 12px;\n    padding: 30px 20px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    gap: 16px;\n    min-height: 190px;\n    cursor: pointer;\n    user-select: none;\n    box-shadow: 0 8px 20px rgba(255, 145, 77, 0.25);\n    position: relative;\n    overflow: hidden;\n\n    \/* TRANSISI HOVER & KLIK *\/\n    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;\n}\n\n\/* SHIMMER EFFECT SHINE BERJALAN *\/\n.pillar-card::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: linear-gradient(60deg, transparent, rgba(255, 255, 255, 0.3), transparent);\n    transform: rotate(30deg);\n    transition: all 0.6s ease;\n    opacity: 0;\n}\n\n.pillar-card:hover::after {\n    opacity: 1;\n    transform: rotate(30deg) translate(20%, 20%);\n}\n\n.pillar-card:hover {\n    transform: translateY(-6px) scale(1.02);\n    box-shadow: 0 14px 28px rgba(255, 145, 77, 0.45);\n    border-color: #ffffff;\n}\n\n\/* EFEK ANIMASI KETIKA DIKLIK *\/\n.pillar-card:active,\n.pillar-card.is-active {\n    transform: scale(0.97) !important;\n    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.6) !important;\n    border-color: #ffffff !important;\n}\n\n\/* BINGKAI IKON KEPALA PILAR *\/\n.pillar-icon-box {\n    width: 54px;\n    height: 54px;\n    border-radius: 12px;\n    background: rgba(255, 255, 255, 0.25);\n    border: 1.5px solid rgba(255, 255, 255, 0.6);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);\n    transition: transform 0.3s ease, background-color 0.3s ease;\n}\n\n.pillar-card:hover .pillar-icon-box {\n    transform: scale(1.12) rotate(4deg);\n    background: rgba(255, 255, 255, 0.4);\n}\n\n.pillar-icon-box i {\n    font-size: 24px;\n    color: #ffffff;\n    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n}\n\n\/* TEKS JUDUL MENU BEASISWA *\/\n.pillar-title {\n    font-size: 18px;\n    font-weight: 800;\n    color: #ffffff !important;\n    letter-spacing: 0.5px;\n    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n    line-height: 1.3;\n}\n\n\/* RESPONSIVE TABLET *\/\n@media (max-width: 900px) {\n    .pillar-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 16px;\n    }\n}\n\n\/* RESPONSIVE UNTUK HP *\/\n@media (max-width: 600px) {\n    .pillar-grid {\n        grid-template-columns: 1fr; \/* 1 Kolom di Layar HP *\/\n        gap: 14px;\n    }\n    .pillar-card {\n        padding: 20px 16px;\n        min-height: 110px;\n        flex-direction: row; \/* Layout horizontal di HP *\/\n        justify-content: flex-start;\n        text-align: left;\n    }\n    .pillar-title {\n        font-size: 16px;\n    }\n}\n<\/style>\n\n<div class=\"pillar-menu-container\">\n\n    <!-- GRID KOLOM GEDUNG (3 KOLOM BEASISWA DENGAN LINK AKTIF) -->\n    <div class=\"pillar-grid\">\n\n        <!-- KOLOM 1: BEASISWA TELADAN -->\n        <a href=\"https:\/\/pmb.uin-malang.ac.id\/en\/beasiswa-teladan\/\" target=\"_blank\" class=\"pillar-card\">\n            <div class=\"pillar-icon-box\">\n                <i class=\"fa-solid fa-graduation-cap\"><\/i>\n            <\/div>\n            <div class=\"pillar-title\">Beasiswa Teladan<\/div>\n        <\/a>\n\n        <!-- KOLOM 2: BEASISWA INDONESIA BANGKIT (BIB) -->\n        <a href=\"https:\/\/pmb.uin-malang.ac.id\/en\/beasiswa-indonesia-bangkit\/\" target=\"_blank\" class=\"pillar-card\">\n            <div class=\"pillar-icon-box\">\n                <i class=\"fa-solid fa-award\"><\/i>\n            <\/div>\n            <div class=\"pillar-title\">Beasiswa Indonesia Bangkit<\/div>\n        <\/a>\n\n        <!-- KOLOM 3: DAFTAR BEASISWA -->\n        <a href=\"https:\/\/kemahasiswaan.uin-malang.ac.id\/category\/pengumuman\/\" target=\"_blank\" class=\"pillar-card\">\n            <div class=\"pillar-icon-box\">\n                <i class=\"fa-solid fa-list-check\"><\/i>\n            <\/div>\n            <div class=\"pillar-title\">Daftar Beasiswa<\/div>\n        <\/a>\n\n    <\/div>\n\n<\/div>\n\n<!-- JAVASCRIPT EFEK KLIK INTERAKTIF -->\n<script>\n(function() {\n    function initPillarMenu() {\n        const cards = document.querySelectorAll(\".pillar-card\");\n\n        cards.forEach(card => {\n            card.addEventListener(\"click\", function() {\n                this.classList.add(\"is-active\");\n                setTimeout(() => {\n                    this.classList.remove(\"is-active\");\n                }, 250);\n            });\n        });\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initPillarMenu);\n    } else {\n        initPillarMenu();\n    }\n})();\n<\/script>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Beasiswa Teladan Beasiswa Indonesia Bangkit Daftar Beasiswa<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-728","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tekniksipil.uin-malang.ac.id\/tr\/wp-json\/wp\/v2\/pages\/728","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tekniksipil.uin-malang.ac.id\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tekniksipil.uin-malang.ac.id\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tekniksipil.uin-malang.ac.id\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tekniksipil.uin-malang.ac.id\/tr\/wp-json\/wp\/v2\/comments?post=728"}],"version-history":[{"count":10,"href":"https:\/\/tekniksipil.uin-malang.ac.id\/tr\/wp-json\/wp\/v2\/pages\/728\/revisions"}],"predecessor-version":[{"id":1448,"href":"https:\/\/tekniksipil.uin-malang.ac.id\/tr\/wp-json\/wp\/v2\/pages\/728\/revisions\/1448"}],"wp:attachment":[{"href":"https:\/\/tekniksipil.uin-malang.ac.id\/tr\/wp-json\/wp\/v2\/media?parent=728"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}