{"id":231,"date":"2026-05-04T04:25:15","date_gmt":"2026-05-04T04:25:15","guid":{"rendered":"https:\/\/fishum.ibrahimy.ac.id\/?page_id=231"},"modified":"2026-05-09T05:33:01","modified_gmt":"2026-05-09T05:33:01","slug":"survey","status":"publish","type":"page","link":"https:\/\/fishum.ibrahimy.ac.id\/?page_id=231","title":{"rendered":"Survey"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"id\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Survey Fakultas<\/title>\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nbody{\n    font-family:'Poppins',sans-serif;\n    background:#f4f7fb;\n    overflow-x:hidden;\n}\n\n\/* ===================== *\/\n\/* HEADER *\/\n\/* ===================== *\/\n\n.topbar{\n    width:100%;\n    background:linear-gradient(90deg,#d7ff00,#00c9a7);\n    padding:15px 8%;\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    color:white;\n}\n\n.topbar .social{\n    display:flex;\n    gap:15px;\n}\n\n.topbar .social a{\n    color:white;\n    text-decoration:none;\n    font-size:20px;\n    transition:0.3s;\n}\n\n.topbar .social a:hover{\n    transform:scale(1.2);\n}\n\n.btn-daftar{\n    padding:12px 30px;\n    border:2px solid white;\n    border-radius:50px;\n    text-decoration:none;\n    color:white;\n    font-weight:600;\n    transition:0.4s;\n}\n\n.btn-daftar:hover{\n    background:white;\n    color:#00a88d;\n}\n\n\/* ===================== *\/\n\/* NAVBAR *\/\n\/* ===================== *\/\n\n.navbar{\n    width:100%;\n    background:white;\n    padding:25px 8%;\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    box-shadow:0 5px 20px rgba(0,0,0,0.05);\n    position:sticky;\n    top:0;\n    z-index:999;\n}\n\n.logo{\n    font-size:34px;\n    font-weight:700;\n    line-height:1.1;\n    background:linear-gradient(45deg,#00c9a7,#d7ff00);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.nav-links{\n    display:flex;\n    gap:35px;\n}\n\n.nav-links a{\n    text-decoration:none;\n    color:#555;\n    font-weight:500;\n    position:relative;\n}\n\n.nav-links a::after{\n    content:'';\n    width:0;\n    height:3px;\n    background:#00c9a7;\n    position:absolute;\n    left:0;\n    bottom:-8px;\n    transition:0.4s;\n}\n\n.nav-links a:hover::after{\n    width:100%;\n}\n\n\/* ===================== *\/\n\/* TITLE *\/\n\/* ===================== *\/\n\n.title{\n    text-align:center;\n    margin-top:70px;\n    margin-bottom:50px;\n}\n\n.title h1{\n    font-size:55px;\n    font-weight:700;\n    color:#1d1d1d;\n}\n\n.title p{\n    color:#777;\n    margin-top:10px;\n}\n\n\/* ===================== *\/\n\/* SURVEY GRID *\/\n\/* ===================== *\/\n\n.container{\n    width:90%;\n    margin:auto;\n    padding-bottom:80px;\n}\n\n.grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));\n    gap:35px;\n}\n\n\/* ===================== *\/\n\/* CARD *\/\n\/* ===================== *\/\n\n.card{\n    background:white;\n    border-radius:25px;\n    overflow:hidden;\n    position:relative;\n    transition:0.5s;\n    box-shadow:0 10px 30px rgba(0,0,0,0.07);\n}\n\n.card:hover{\n    transform:translateY(-12px);\n    box-shadow:0 20px 40px rgba(0,0,0,0.15);\n}\n\n.card::before{\n    content:'';\n    position:absolute;\n    top:0;\n    left:0;\n    width:100%;\n    height:6px;\n    background:linear-gradient(90deg,#00c9a7,#d7ff00);\n}\n\n.card-content{\n    padding:35px 30px;\n}\n\n.icon{\n    width:75px;\n    height:75px;\n    background:linear-gradient(135deg,#00c9a7,#d7ff00);\n    border-radius:20px;\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    font-size:32px;\n    color:white;\n    margin-bottom:25px;\n    box-shadow:0 10px 20px rgba(0,201,167,0.3);\n}\n\n.card h2{\n    font-size:28px;\n    color:#ff2157;\n    margin-bottom:18px;\n    line-height:1.3;\n}\n\n.card p{\n    color:#666;\n    font-size:15px;\n    line-height:1.8;\n    margin-bottom:30px;\n}\n\n.readmore{\n    display:inline-block;\n    padding:13px 28px;\n    background:linear-gradient(90deg,#00c9a7,#00e1ff);\n    border-radius:50px;\n    color:white;\n    text-decoration:none;\n    font-weight:600;\n    transition:0.4s;\n}\n\n.readmore:hover{\n    transform:scale(1.05);\n}\n\n.card-footer{\n    padding:20px 30px;\n    border-top:1px solid #eee;\n    font-size:14px;\n    color:#888;\n    background:#fafafa;\n}\n\n\/* ===================== *\/\n\/* FOOTER *\/\n\/* ===================== *\/\n\n.footer{\n    background:white;\n    text-align:center;\n    padding:30px;\n    color:#666;\n    margin-top:40px;\n}\n\n\/* ===================== *\/\n\/* RESPONSIVE *\/\n\/* ===================== *\/\n\n@media(max-width:768px){\n\n    .navbar{\n        flex-direction:column;\n        gap:20px;\n    }\n\n    .nav-links{\n        flex-wrap:wrap;\n        justify-content:center;\n    }\n\n    .title h1{\n        font-size:38px;\n    }\n\n}\n\n<\/style>\n<\/head>\n<body>\n\n<!-- TITLE -->\n<div class=\"title\">\n    <h1>Survey Fakultas<\/h1>\n    <p>Silahkan pilih survey yang ingin Anda isi<\/p>\n<\/div>\n\n<!-- SURVEY -->\n<div class=\"container\">\n\n    <div class=\"grid\">\n\n        <!-- CARD -->\n        <div class=\"card\">\n\n            <div class=\"card-content\">\n\n                <div class=\"icon\">\ud83d\udcca<\/div>\n\n                <h2>Survey Tracer Studi<\/h2>\n\n                <p>\n                    Survey untuk mengetahui perkembangan alumni setelah lulus.\n                <\/p>\n\n                <a href=\"#\" class=\"readmore\">Isi Survey \u2192<\/a>\n\n            <\/div>\n\n            <div class=\"card-footer\">\n                14 Maret 2024 \u2022 03:05 PM\n            <\/div>\n\n        <\/div>\n\n        <!-- CARD -->\n        <div class=\"card\">\n\n            <div class=\"card-content\">\n\n                <div class=\"icon\">\ud83c\udf93<\/div>\n\n                <h2>Survey Visi Misi Mahasiswa<\/h2>\n\n                <p>\n                    Mengetahui tingkat pemahaman mahasiswa terhadap visi misi.\n                <\/p>\n\n                <a href=\"#\" class=\"readmore\">Isi Survey \u2192<\/a>\n\n            <\/div>\n\n            <div class=\"card-footer\">\n                14 Maret 2024 \u2022 03:03 PM\n            <\/div>\n\n        <\/div>\n\n        <!-- CARD -->\n        <div class=\"card\">\n\n            <div class=\"card-content\">\n\n                <div class=\"icon\">\ud83d\udc68\u200d\ud83c\udfeb<\/div>\n\n                <h2>Survey Dosen<\/h2>\n\n                <p>\n                    Evaluasi kualitas pengajaran dan pelayanan dosen.\n                <\/p>\n\n                <a href=\"#\" class=\"readmore\">Isi Survey \u2192<\/a>\n\n            <\/div>\n\n            <div class=\"card-footer\">\n                14 Maret 2024 \u2022 03:02 PM\n            <\/div>\n\n        <\/div>\n\n        <!-- CARD -->\n        <div class=\"card\">\n\n            <div class=\"card-content\">\n\n                <div class=\"icon\">\ud83c\udfe2<\/div>\n\n                <h2>Survey Mitra Kerjasama<\/h2>\n\n                <p>\n                    Survey kepuasan mitra terhadap kerjasama institusi.\n                <\/p>\n\n                <a href=\"#\" class=\"readmore\">Isi Survey \u2192<\/a>\n\n            <\/div>\n\n            <div class=\"card-footer\">\n                14 Maret 2024 \u2022 02:58 PM\n            <\/div>\n\n        <\/div>\n\n        <!-- CARD -->\n        <div class=\"card\">\n\n            <div class=\"card-content\">\n\n                <div class=\"icon\">\ud83d\udca1<\/div>\n\n                <h2>Survey Kepuasan Mahasiswa<\/h2>\n\n                <p>\n                    Menilai kualitas layanan akademik dan fasilitas kampus.\n                <\/p>\n\n                <a href=\"#\" class=\"readmore\">Isi Survey \u2192<\/a>\n\n            <\/div>\n\n            <div class=\"card-footer\">\n                14 Maret 2024 \u2022 02:55 PM\n            <\/div>\n\n        <\/div>\n\n        <!-- CARD -->\n        <div class=\"card\">\n\n            <div class=\"card-content\">\n\n                <div class=\"icon\">\ud83d\udcda<\/div>\n\n                <h2>Survey Pembelajaran<\/h2>\n\n                <p>\n                    Evaluasi sistem pembelajaran dan proses perkuliahan.\n                <\/p>\n\n                <a href=\"#\" class=\"readmore\">Isi Survey \u2192<\/a>\n\n            <\/div>\n\n            <div class=\"card-footer\">\n                14 Maret 2024 \u2022 02:50 PM\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Survey Fakultas Survey Fakultas Silahkan pilih survey yang ingin Anda isi \ud83d\udcca Survey Tracer Studi Survey untuk mengetahui perkembangan alumni setelah lulus. Isi Survey \u2192 14 Maret 2024 \u2022 03:05 PM \ud83c\udf93 Survey Visi Misi Mahasiswa Mengetahui tingkat pemahaman mahasiswa terhadap visi misi. Isi Survey \u2192 14 Maret 2024 \u2022 03:03 PM \ud83d\udc68\u200d\ud83c\udfeb Survey Dosen [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-231","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fishum.ibrahimy.ac.id\/index.php?rest_route=\/wp\/v2\/pages\/231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fishum.ibrahimy.ac.id\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fishum.ibrahimy.ac.id\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fishum.ibrahimy.ac.id\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/fishum.ibrahimy.ac.id\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=231"}],"version-history":[{"count":5,"href":"https:\/\/fishum.ibrahimy.ac.id\/index.php?rest_route=\/wp\/v2\/pages\/231\/revisions"}],"predecessor-version":[{"id":379,"href":"https:\/\/fishum.ibrahimy.ac.id\/index.php?rest_route=\/wp\/v2\/pages\/231\/revisions\/379"}],"wp:attachment":[{"href":"https:\/\/fishum.ibrahimy.ac.id\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}