{"id":7402,"date":"2025-05-31T14:03:39","date_gmt":"2025-05-31T14:03:39","guid":{"rendered":"https:\/\/lpp-hidayatullah.id\/?page_id=7402"},"modified":"2025-05-31T14:15:55","modified_gmt":"2025-05-31T14:15:55","slug":"ridho","status":"publish","type":"page","link":"https:\/\/lpp-hidayatullah.id\/?page_id=7402","title":{"rendered":"Ridho"},"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>Profil Pribadi Anda<\/title>\n    <link rel=\"stylesheet\" href=\"style.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\nbody {\n    font-family: 'Roboto', sans-serif;\n    margin: 0;\n    padding: 20px;\n    background-color: #f4f4f4;\n    color: #333;\n    line-height: 1.6;\n}\n\n.container {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    max-width: 960px;\n    margin: 0 auto;\n}\n\nheader {\n    background-color: #fff;\n    padding: 30px;\n    border-radius: 8px;\n    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n    text-align: center;\n    margin-bottom: 20px;\n    width: 100%;\n}\n\nheader img {\n    width: 100px;\n    height: 100px;\n    border-radius: 50%;\n    object-fit: cover;\n    margin-bottom: 15px;\n}\n\nheader h1 {\n    font-size: 2em;\n    margin-bottom: 5px;\n}\n\nheader .tagline {\n    color: #777;\n    font-style: italic;\n    margin-bottom: 20px;\n}\n\nheader .social-links a {\n    display: inline-block;\n    margin: 0 10px;\n    font-size: 1.2em;\n    color: #555;\n    transition: color 0.3s ease-in-out;\n}\n\nheader .social-links a:hover {\n    color: #007bff;\n}\n\n.card {\n    background-color: #fff;\n    padding: 30px;\n    border-radius: 8px;\n    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n    margin-bottom: 20px;\n    width: 100%;\n}\n\n.card h2 {\n    font-size: 1.8em;\n    margin-bottom: 15px;\n    border-bottom: 1px solid #eee;\n    padding-bottom: 10px;\n}\n\n.skills-list ul {\n    list-style: none;\n    padding: 0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.skills-list ul li span {\n    background-color: #e0f7fa;\n    color: #007bff;\n    padding: 8px 15px;\n    border-radius: 5px;\n    font-size: 0.9em;\n}\n\n.portfolio-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 15px;\n    margin-top: 20px;\n}\n\n.portfolio-item {\n    position: relative;\n    border-radius: 5px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: transform 0.3s ease-in-out;\n}\n\n.portfolio-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n\n.portfolio-item img {\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.portfolio-item .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background-color: rgba(0, 0, 0, 0.6);\n    color: #fff;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    opacity: 0;\n    transition: opacity 0.3s ease-in-out;\n}\n\n.portfolio-item:hover .overlay {\n    opacity: 1;\n}\n\n.portfolio-item .overlay h3 {\n    font-size: 1em;\n    margin-bottom: 10px;\n}\n\n.portfolio-item .overlay a {\n    background-color: #fff;\n    color: #007bff;\n    padding: 8px 15px;\n    border-radius: 3px;\n    text-decoration: none;\n    font-size: 0.9em;\n}\n\n#kontak ul {\n    list-style: none;\n    padding: 0;\n}\n\n#kontak ul li {\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n#kontak ul li i {\n    font-size: 1.1em;\n    color: #007bff;\n}\n\n#kontak ul li a {\n    color: #555;\n    text-decoration: none;\n}\n\nfooter {\n    text-align: center;\n    padding: 20px 0;\n    font-size: 0.9em;\n    color: #777;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n    .container {\n        padding: 15px;\n    }\n\n    header {\n        padding: 20px;\n        margin-bottom: 15px;\n    }\n\n    header img {\n        width: 80px;\n        height: 80px;\n        margin-bottom: 10px;\n    }\n\n    header h1 {\n        font-size: 1.8em;\n    }\n\n    header .tagline {\n        font-size: 0.9em;\n        margin-bottom: 15px;\n    }\n\n    .card {\n        padding: 20px;\n        margin-bottom: 15px;\n    }\n\n    .card h2 {\n        font-size: 1.6em;\n        margin-bottom: 10px;\n        padding-bottom: 8px;\n    }\n\n    .skills-list ul {\n        justify-content: flex-start;\n        gap: 8px;\n    }\n\n    .skills-list ul li span {\n        padding: 6px 10px;\n        font-size: 0.8em;\n    }\n\n    .portfolio-grid {\n        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n        gap: 10px;\n        margin-top: 15px;\n    }\n\n    .portfolio-item .overlay h3 {\n        font-size: 0.9em;\n    }\n\n    #kontak ul li {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 5px;\n    }\n\n    #kontak ul li i {\n        font-size: 1em;\n    }\n\n    footer {\n        padding: 15px 0;\n        font-size: 0.8em;\n    }\n}\n<\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <header>\n            <img decoding=\"async\" src=\"https:\/\/lpp-hidayatullah.id\/wp-content\/uploads\/2025\/05\/IMG_2665-scaled.jpg\" alt=\"Foto Profil Anda\">\n            <h1>Mahmud Ridho Alfiky<\/h1>\n            <p class=\"tagline\">Santri SMH, MTS RM PA Balikpapan <\/p>\n            <!-- <div class=\"social-links\">\n                <a href=\"#\" target=\"_blank\"><i class=\"fab fa-linkedin\"><\/i><\/a>\n                <a href=\"#\" target=\"_blank\"><i class=\"fab fa-github\"><\/i><\/a>\n                <a href=\"#\" target=\"_blank\"><i class=\"fas fa-envelope\"><\/i><\/a>\n            <\/div> -->\n        <\/header>\n\n        <section id=\"tentang\" class=\"card\">\n            <h2>Tentang Saya<\/h2>\n            <p>\n                Saya berasal dari Berau,dan saya seorang pelajar yang ingin\n                menjadi orang yang SUKSES \n            <\/p>\n            <p>\n                \n            <\/p>\n        <\/section>\n\n        <section id=\"Hobi\" class=\"card\">\n            <h2>Hobi<\/h2>\n            <div class=\"skills-list\">\n                <ul>\n                    <li><span>Menghafal<\/span><\/li>\n                    <li><span>Joging<\/span><\/li>\n                    <li><span>Belajar komputer<\/span><\/li>\n                   \n                <\/ul>\n            <\/div>\n        <\/section>\n\n        <section id=\"portofolio\" class=\"card\">\n            <h2>Portfolio<\/h2>\n            <div class=\"portfolio-grid\">\n                <div class=\"portfolio-item\">\n                    <img decoding=\"async\" src=\"https:\/\/lpp-hidayatullah.id\/wp-content\/uploads\/2025\/05\/tugas-orang-berau.png\" alt=\"Proyek 1\">\n                    <div class=\"overlay\">\n                        <h3>Proyek 1<\/h3>\n                        <a href=\"#\">Lihat Detail<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"portfolio-item\">\n                    <img decoding=\"async\" src=\"https:\/\/lpp-hidayatullah.id\/wp-content\/uploads\/2025\/05\/aliph-adelio.jpg\" alt=\"Proyek 2\">\n                    <div class=\"overlay\">\n                        <h3>Proyek 2<\/h3>\n                        <a href=\"#\">Lihat Detail<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"portfolio-item\">\n                    <img decoding=\"async\" src=\"https:\/\/lpp-hidayatullah.id\/wp-content\/uploads\/2025\/05\/TT-Backwards.png\" alt=\"Proyek 3\">\n                    <div class=\"overlay\">\n                        <h3>Proyek 3<\/h3>\n                        <a href=\"#\">Lihat Detail<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"kontak\" class=\"card\">\n            <h2>Kontak<\/h2>\n            <p>\n                Silakan hubungi saya melalui email di bawah ini.\n            <\/p>\n            <ul>\n                <li><i class=\"fas fa-envelope\"><\/i> <a href=\"mailto:oiiip829@gmail.com\">oiiip829@gmail.com<\/a><\/li>\n               \n            <\/ul>\n        <\/section>\n\n        <footer>\n            <p>&copy;Mahmud Ridho Alfiky kelas: 2A<\/p>\n        <\/footer>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Profil Pribadi Anda Mahmud Ridho Alfiky Santri SMH, MTS RM PA Balikpapan Tentang Saya Saya berasal dari Berau,dan saya seorang [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-7402","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lpp-hidayatullah.id\/index.php?rest_route=\/wp\/v2\/pages\/7402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lpp-hidayatullah.id\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lpp-hidayatullah.id\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lpp-hidayatullah.id\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lpp-hidayatullah.id\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7402"}],"version-history":[{"count":6,"href":"https:\/\/lpp-hidayatullah.id\/index.php?rest_route=\/wp\/v2\/pages\/7402\/revisions"}],"predecessor-version":[{"id":7415,"href":"https:\/\/lpp-hidayatullah.id\/index.php?rest_route=\/wp\/v2\/pages\/7402\/revisions\/7415"}],"wp:attachment":[{"href":"https:\/\/lpp-hidayatullah.id\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}