{"id":5799,"date":"2026-03-01T14:58:34","date_gmt":"2026-03-01T14:58:34","guid":{"rendered":"https:\/\/fedpolybonny.edu.ng\/?page_id=5799"},"modified":"2026-03-01T18:34:00","modified_gmt":"2026-03-01T18:34:00","slug":"student-portal-access","status":"publish","type":"page","link":"https:\/\/fedpolybonny.edu.ng\/?page_id=5799","title":{"rendered":"STUDENT PORTAL ACCESS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5799\" class=\"elementor elementor-5799\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00a1add e-flex e-con-boxed e-con e-parent\" data-id=\"00a1add\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-173c47f elementor-widget elementor-widget-html\" data-id=\"173c47f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Federal Poly Bonny \u00b7 portal access<\/title>\r\n  <style>\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\r\n    }\r\n\r\n    body {\r\n      background: #f0f6fd;\r\n      background-image: radial-gradient(circle at 10% 20%, rgba(255,255,255,0.9) 0%, transparent 30%),\r\n                        linear-gradient(145deg, #d9e6f2 0%, #ecf3fa 100%);\r\n      min-height: 100vh;\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: center;\r\n      justify-content: center;\r\n      padding: 2rem 1.5rem;\r\n    }\r\n\r\n    .container {\r\n      max-width: 1280px;\r\n      width: 100%;\r\n    }\r\n\r\n    \/* header *\/\r\n    .institution {\r\n      text-align: center;\r\n      margin-bottom: 2rem;\r\n    }\r\n\r\n    .institution h1 {\r\n      font-size: clamp(1.8rem, 5vw, 2.6rem);\r\n      font-weight: 800;\r\n      color: #0a2f44;\r\n      letter-spacing: -0.02em;\r\n      line-height: 1.2;\r\n    }\r\n\r\n    .institution h1 .gold {\r\n      color: #b37b2e;\r\n    }\r\n\r\n    .institution .subhead {\r\n      font-size: 1.1rem;\r\n      font-weight: 500;\r\n      background: rgba(255,255,255,0.7);\r\n      backdrop-filter: blur(4px);\r\n      display: inline-block;\r\n      padding: 0.5rem 2rem;\r\n      border-radius: 50px;\r\n      color: #1e4f73;\r\n      margin-top: 0.8rem;\r\n      border: 1px solid rgba(255,255,255,0.8);\r\n      box-shadow: 0 4px 10px rgba(0,40,60,0.1);\r\n    }\r\n\r\n    \/* sections *\/\r\n    .section-title {\r\n      font-size: 2rem;\r\n      font-weight: 700;\r\n      color: #0a2f44;\r\n      margin: 2.5rem 0 1.2rem 0;\r\n      border-left: 8px solid #fcb421;\r\n      padding-left: 1rem;\r\n    }\r\n\r\n    .card-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\r\n      gap: 2rem;\r\n      margin-bottom: 2rem;\r\n    }\r\n\r\n    .portal-card {\r\n      background: rgba(255,255,255,0.85);\r\n      backdrop-filter: blur(16px);\r\n      -webkit-backdrop-filter: blur(16px);\r\n      border: 1px solid rgba(255,255,255,0.8);\r\n      border-radius: 2.2rem;\r\n      padding: 2rem 1.5rem 1.8rem;\r\n      box-shadow: 0 20px 30px -10px rgba(2, 48, 71, 0.2),\r\n                  0 0 0 1px rgba(255,255,255,0.6) inset;\r\n      transition: transform 0.2s ease;\r\n      display: flex;\r\n      flex-direction: column;\r\n    }\r\n\r\n    .portal-card:hover {\r\n      transform: translateY(-5px);\r\n      background: rgba(255,255,255,0.98);\r\n      box-shadow: 0 28px 38px -14px #02304740, 0 0 0 1px white inset;\r\n    }\r\n\r\n    .program-level {\r\n      display: inline-block;\r\n      align-self: flex-start;\r\n      background: #023e58;\r\n      color: white;\r\n      font-weight: 600;\r\n      font-size: 0.8rem;\r\n      padding: 0.3rem 1.2rem;\r\n      border-radius: 40px;\r\n      letter-spacing: 0.5px;\r\n      text-transform: uppercase;\r\n      margin-bottom: 1.2rem;\r\n      border: 1px solid #9ac9ff;\r\n    }\r\n\r\n    .card-title {\r\n      font-size: 2.2rem;\r\n      font-weight: 800;\r\n      line-height: 1;\r\n      color: #0a2f44;\r\n      margin-bottom: 0.25rem;\r\n    }\r\n\r\n    .card-sub {\r\n      font-size: 1.1rem;\r\n      font-weight: 600;\r\n      color: #2b677b;\r\n      background: #e1f0fa;\r\n      display: inline-block;\r\n      padding: 0.3rem 1.2rem;\r\n      border-radius: 40px;\r\n      margin-bottom: 1.6rem;\r\n      border: 1px solid #bee0ff;\r\n    }\r\n\r\n    .btn-portal {\r\n      background: #0a2f44;\r\n      color: white;\r\n      text-decoration: none;\r\n      font-weight: 600;\r\n      padding: 1rem 1.2rem;\r\n      border-radius: 3rem;\r\n      text-align: center;\r\n      border: 1px solid #377a9e;\r\n      box-shadow: 0 6px 14px -6px #0a2f44;\r\n      font-size: 1.1rem;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 0.4rem;\r\n      transition: background 0.15s;\r\n      margin-top: auto;\r\n    }\r\n\r\n    .btn-portal:hover {\r\n      background: #1e4f73;\r\n      border-color: #b1dcff;\r\n      box-shadow: 0 10px 18px -8px #0f3e58;\r\n    }\r\n\r\n    .btn-portal:active {\r\n      transform: scale(0.98);\r\n    }\r\n\r\n    \/* required statement *\/\r\n    .statement-box {\r\n      background: rgba(255,255,255,0.8);\r\n      backdrop-filter: blur(12px);\r\n      border-radius: 3rem;\r\n      padding: 2rem 2.5rem;\r\n      margin: 2.5rem 0 2rem;\r\n      border: 1px solid rgba(255,255,255,0.9);\r\n      box-shadow: 0 20px 30px -10px rgba(2,48,71,0.2);\r\n      text-align: center;\r\n    }\r\n\r\n    .statement-box p {\r\n      font-size: 1.4rem;\r\n      font-weight: 600;\r\n      color: #0a2f44;\r\n      line-height: 1.5;\r\n    }\r\n\r\n    .statement-box .ict {\r\n      font-size: 1.2rem;\r\n      font-weight: 500;\r\n      color: #b37b2e;\r\n      margin-top: 0.8rem;\r\n    }\r\n\r\n    .ict-contact {\r\n      display: inline-block;\r\n      background: #023e58;\r\n      color: white;\r\n      padding: 0.4rem 2rem;\r\n      border-radius: 60px;\r\n      font-size: 1rem;\r\n      margin-top: 1rem;\r\n      border: 1px solid #7fc2ff;\r\n    }\r\n\r\n    \/* detailed information section *\/\r\n    .info-section {\r\n      background: rgba(255,255,255,0.8);\r\n      backdrop-filter: blur(12px);\r\n      border-radius: 3rem;\r\n      padding: 2.2rem 2.5rem;\r\n      margin: 2.5rem 0 2rem;\r\n      border: 1px solid rgba(255,255,255,0.9);\r\n      box-shadow: 0 20px 30px -10px rgba(2,48,71,0.15);\r\n    }\r\n\r\n    .info-title {\r\n      font-size: 2rem;\r\n      font-weight: 700;\r\n      color: #0a2f44;\r\n      margin-bottom: 1rem;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 0.75rem;\r\n    }\r\n\r\n    .info-title span {\r\n      background: #fcb421;\r\n      font-size: 1.8rem;\r\n      padding: 0.2rem 0.8rem;\r\n      border-radius: 60px;\r\n    }\r\n\r\n    .info-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n      gap: 2rem;\r\n      margin-top: 1.2rem;\r\n    }\r\n\r\n    .info-card {\r\n      background: white;\r\n      border-radius: 2rem;\r\n      padding: 1.5rem 1.8rem;\r\n      box-shadow: 0 8px 18px rgba(0,35,55,0.08);\r\n      border: 1px solid #eaf0f8;\r\n    }\r\n\r\n    .info-card h3 {\r\n      font-size: 1.3rem;\r\n      font-weight: 700;\r\n      color: #023e58;\r\n      margin-bottom: 0.8rem;\r\n      border-left: 5px solid #fcb421;\r\n      padding-left: 0.8rem;\r\n    }\r\n\r\n    .info-card p, .info-card li {\r\n      color: #1d4e6f;\r\n      line-height: 1.6;\r\n      font-size: 1rem;\r\n    }\r\n\r\n    .info-card ul {\r\n      padding-left: 1.2rem;\r\n      list-style-type: disc;\r\n    }\r\n\r\n    .info-card li {\r\n      margin-bottom: 0.5rem;\r\n    }\r\n\r\n    .info-card strong {\r\n      color: #0f3e58;\r\n    }\r\n\r\n    .contact-line {\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 0.6rem;\r\n      margin-top: 0.5rem;\r\n      flex-wrap: wrap;\r\n    }\r\n\r\n    .contact-line .badge {\r\n      background: #e1f0fa;\r\n      border-radius: 40px;\r\n      padding: 0.3rem 1rem;\r\n      font-size: 0.9rem;\r\n      font-weight: 600;\r\n      color: #023e58;\r\n    }\r\n\r\n    \/* official footer *\/\r\n    .official-footer {\r\n      text-align: center;\r\n      background: rgba(255,255,255,0.6);\r\n      backdrop-filter: blur(8px);\r\n      padding: 1.2rem 2rem;\r\n      border-radius: 80px;\r\n      border: 1px solid rgba(255,255,255,0.8);\r\n      width: fit-content;\r\n      margin: 2rem auto 1rem;\r\n      box-shadow: 0 8px 16px rgba(0,45,65,0.1);\r\n    }\r\n\r\n    .official-footer a {\r\n      color: #0b3f5c;\r\n      font-weight: 700;\r\n      text-decoration: none;\r\n      font-size: 1.2rem;\r\n      border-bottom: 2px solid #4b8eb0;\r\n      transition: border-color 0.2s;\r\n    }\r\n\r\n    .official-footer a:hover {\r\n      border-bottom-color: #fcb421;\r\n    }\r\n\r\n    .small-note {\r\n      font-size: 0.9rem;\r\n      color: #1d5a7a;\r\n      margin-top: 0.4rem;\r\n    }\r\n\r\n    .crest-line {\r\n      display: flex;\r\n      justify-content: center;\r\n      gap: 0.6rem;\r\n      margin: 1rem 0 0.5rem;\r\n    }\r\n    .crest-line span {\r\n      width: 8px;\r\n      height: 8px;\r\n      background: #fcb421;\r\n      border-radius: 50%;\r\n      box-shadow: 0 0 0 2px rgba(252,180,33,0.3);\r\n    }\r\n\r\n    \/* raw links hidden *\/\r\n    .raw-link {\r\n      display: none;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n<div class=\"container\">\r\n  <!-- header -->\r\n  <div class=\"institution\">\r\n    <h1>FEDERAL POLYTECHNIC OF OIL & GAS, BONNY<\/h1>\r\n    <div class=\"subhead\">STUDENT PORTAL ACCESS<\/div>\r\n    <div class=\"crest-line\">\r\n      <span><\/span><span><\/span><span><\/span><span><\/span><span><\/span>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- FULL TIME SECTION -->\r\n  <div class=\"section-title\">\u23f0 FULL TIME<\/div>\r\n  <div class=\"card-grid\">\r\n    <!-- ND Full Time -->\r\n    <div class=\"portal-card\">\r\n      <span class=\"program-level\">NATIONAL DIPLOMA<\/span>\r\n      <div class=\"card-title\">FULL\u2011TIME<\/div>\r\n      <div class=\"card-sub\">ND (Full Time)<\/div>\r\n      <a href=\"https:\/\/fedpolybonny.safsrms.com\/\" class=\"btn-portal\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n        <span>\ud83d\udd11<\/span> access portal\r\n      <\/a>\r\n    <\/div>\r\n    <!-- HND Full Time -->\r\n    <div class=\"portal-card\">\r\n      <span class=\"program-level\">HIGHER NATIONAL DIPLOMA<\/span>\r\n      <div class=\"card-title\">FULL\u2011TIME<\/div>\r\n      <div class=\"card-sub\">HND (Full Time)<\/div>\r\n      <a href=\"https:\/\/fedpolybonnyhnd.safsrms.com\/\" class=\"btn-portal\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n        <span>\ud83d\udd11<\/span> access portal\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- PART TIME SECTION -->\r\n  <div class=\"section-title\">\ud83c\udf19 PART TIME<\/div>\r\n  <div class=\"card-grid\">\r\n    <!-- ND Part Time -->\r\n    <div class=\"portal-card\">\r\n      <span class=\"program-level\">NATIONAL DIPLOMA<\/span>\r\n      <div class=\"card-title\">PART\u2011TIME<\/div>\r\n      <div class=\"card-sub\">ND (Part Time)<\/div>\r\n      <a href=\"https:\/\/fedpolybonny_parttime.safsrms.com\/\" class=\"btn-portal\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n        <span>\ud83d\udd11<\/span> access portal\r\n      <\/a>\r\n    <\/div>\r\n    <!-- HND Part Time (corrected) -->\r\n    <div class=\"portal-card\">\r\n      <span class=\"program-level\">HIGHER NATIONAL DIPLOMA<\/span>\r\n      <div class=\"card-title\">PART\u2011TIME<\/div>\r\n      <div class=\"card-sub\">HND (Part Time)<\/div>\r\n      <a href=\"https:\/\/fedpolybonnyhnd_parttime.safsrms.com\/\" class=\"btn-portal\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n        <span>\ud83d\udd11<\/span> access portal\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- FRESHERS APPLICATION PORTAL SECTION (ND1 \/ HND1) -->\r\n  <div class=\"section-title\">\ud83c\udf93 FRESHERS APPLICATION PORTAL (ND1 \/ HND1)<\/div>\r\n  <div class=\"card-grid\">\r\n    <!-- Full Time Freshers -->\r\n    <div class=\"portal-card\">\r\n      <span class=\"program-level\">FULL TIME<\/span>\r\n      <div class=\"card-title\">FRESHERS<\/div>\r\n      <div class=\"card-sub\">ND1 \/ HND1 (Full Time)<\/div>\r\n      <a href=\"https:\/\/applicant.safapply.com\/fedpolybonny\" class=\"btn-portal\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n        <span>\ud83d\udcdd<\/span> apply now\r\n      <\/a>\r\n    <\/div>\r\n    <!-- Part Time Freshers -->\r\n    <div class=\"portal-card\">\r\n      <span class=\"program-level\">PART TIME<\/span>\r\n      <div class=\"card-title\">FRESHERS<\/div>\r\n      <div class=\"card-sub\">ND1 \/ HND1 (Part Time)<\/div>\r\n      <a href=\"https:\/\/applicant.safapply.com\/fedpolybonny\" class=\"btn-portal\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n        <span>\ud83d\udcdd<\/span> apply now\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- REQUIRED STATEMENT -->\r\n  <div class=\"statement-box\">\r\n    <p>\ud83d\udce2 KINDLY USE THIS PAGE TO ACCESS YOUR RESPECTIVE PORTAL TO CONTINUE YOUR REGISTRATION.<\/p>\r\n    <div class=\"ict\">CONTACT THE ICT UNIT IN CASE OF ANY ISSUES<\/div>\r\n    <div class=\"ict-contact\">\r\n      \ud83d\udcde 080-ICT-4-HELP  |  \u2709\ufe0f ict@fedpolybonny.edu.ng\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- DETAILED INFORMATION SECTION (Portal Access Guide) with UPDATED LOGIN CREDENTIALS -->\r\n  <div class=\"info-section\">\r\n    <div class=\"info-title\">\r\n      <span>\ud83d\udcd8<\/span> Portal Access Guide\r\n    <\/div>\r\n    <div class=\"info-grid\">\r\n      <!-- UPDATED LOGIN CREDENTIALS CARD -->\r\n      <div class=\"info-card\">\r\n        <h3>\ud83d\udd10 Login Credentials<\/h3>\r\n        <ul>\r\n          <li><strong>FRESHERS:<\/strong> Your login information is on <strong>page two of your offer letter<\/strong>.<\/li>\r\n          <li><strong>RETURNING STUDENTS:<\/strong> Your username is your <strong>matriculation number<\/strong>.<\/li>\r\n          <li><strong>Default password for returning students:<\/strong> Either the password sent to your email, or you can visit the <strong>ICT Center<\/strong> to obtain it.<\/li>\r\n          <li><strong>On first login, you will be forced to change your password.<\/strong><\/li>\r\n          <li><strong>Password must be at least 8 characters, including a number and a special character.<\/strong><\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <!-- Other info cards remain unchanged -->\r\n      <div class=\"info-card\">\r\n        <h3>\ud83d\udd52 Portal Availability<\/h3>\r\n        <ul>\r\n          <li><strong>24\/7 access<\/strong> \u2013 but scheduled maintenance every Sunday 2:00 AM \u2013 4:00 AM.<\/li>\r\n          <li>Peak hours (9am\u201312pm) may experience slower response; please be patient.<\/li>\r\n          <li>Always log out after use, especially on shared devices.<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"info-card\">\r\n        <h3>\ud83d\udee0\ufe0f Technical Support<\/h3>\r\n        <p>\ud83d\udce7 <strong>Email:<\/strong> <a href=\"mailto:support@fedpolybonny.edu.ng\" style=\"color:#0a2f44;\">support@fedpolybonny.edu.ng<\/a><\/p>\r\n        <p>\ud83d\udcde <strong>Helpline:<\/strong> 080-1234-5678, 070-9876-5432<\/p>\r\n        <p>\ud83d\udd5c Support hours: Monday\u2013Friday, 8:00 AM \u2013 6:00 PM. Saturdays 9:00 AM \u2013 1:00 PM.<\/p>\r\n        <div class=\"contact-line\">\r\n          <span class=\"badge\">WhatsApp<\/span> <span>+234 801 234 5678<\/span>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"info-card\">\r\n        <h3>\u2139\ufe0f Important Notes<\/h3>\r\n        <ul>\r\n          <li>Use updated browsers: Chrome, Firefox, Edge (avoid Internet Explorer).<\/li>\r\n          <li>Clear cache\/cookies if you encounter errors.<\/li>\r\n          <li>Forgot password? Click \u201cForgot Password\u201d on the portal or contact support.<\/li>\r\n          <li>Keep your matric number and password confidential.<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n    <div style=\"margin-top: 1.8rem; background: #e9f2fa; padding: 1rem 2rem; border-radius: 60px; text-align: center; color: #0a2f44; font-weight: 500;\">\r\n      \u26a1 If you experience any issue, first check the maintenance schedule or contact the ICT helpdesk.\r\n    <\/div>\r\n  <\/div>\r\n\r\n  \r\n<\/div>\r\n<\/body>\r\n<\/html>\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Federal Poly Bonny \u00b7 portal access FEDERAL POLYTECHNIC OF OIL &#038; GAS, BONNY STUDENT PORTAL ACCESS \u23f0 FULL TIME NATIONAL DIPLOMA FULL\u2011TIME ND (Full Time) \ud83d\udd11 access portal HIGHER NATIONAL DIPLOMA FULL\u2011TIME HND (Full Time) \ud83d\udd11 access portal \ud83c\udf19 PART TIME NATIONAL DIPLOMA PART\u2011TIME ND (Part Time) \ud83d\udd11 access portal HIGHER NATIONAL DIPLOMA PART\u2011TIME HND <\/p>\n","protected":false},"author":1,"featured_media":5436,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"rttpg_full_width","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-5799","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"aioseo_notices":[],"rttpg_featured_image_url":{"full":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES.png",1024,524,false],"landscape":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES.png",1024,524,false],"portraits":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES.png",1024,524,false],"thumbnail":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-150x150.png",150,150,true],"medium":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-300x154.png",300,154,true],"large":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES.png",640,328,false],"1536x1536":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES.png",1024,524,false],"2048x2048":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES.png",1024,524,false],"htmega_size_585x295":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-585x295.png",585,295,true],"htmega_size_1170x536":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES.png",1024,524,false],"htmega_size_396x360":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-396x360.png",396,360,true],"ultp_layout_landscape_large":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES.png",1024,524,false],"ultp_layout_landscape":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-870x524.png",870,524,true],"ultp_layout_portrait":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-600x524.png",600,524,true],"ultp_layout_square":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-600x524.png",600,524,true],"falar_post_thumb":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-410x410.png",410,410,true],"falar_post_thumb_Two":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-415x340.png",415,340,true],"falar_post_thumb_Three":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-306x360.png",306,360,true],"awsm_team":["https:\/\/fedpolybonny.edu.ng\/wp-content\/uploads\/2025\/10\/LIST-OF-COURSES-500x500.png",500,500,true]},"rttpg_author":{"display_name":"FPOG ICT UNIT","author_link":"https:\/\/fedpolybonny.edu.ng\/?author=1"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Federal Poly Bonny \u00b7 portal access FEDERAL POLYTECHNIC OF OIL &#038; GAS, BONNY STUDENT PORTAL ACCESS \u23f0 FULL TIME NATIONAL DIPLOMA FULL\u2011TIME ND (Full Time) \ud83d\udd11 access portal HIGHER NATIONAL DIPLOMA FULL\u2011TIME HND (Full Time) \ud83d\udd11 access portal \ud83c\udf19 PART TIME NATIONAL DIPLOMA PART\u2011TIME ND (Part Time) \ud83d\udd11 access portal HIGHER NATIONAL DIPLOMA PART\u2011TIME HND","_links":{"self":[{"href":"https:\/\/fedpolybonny.edu.ng\/index.php?rest_route=\/wp\/v2\/pages\/5799","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fedpolybonny.edu.ng\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fedpolybonny.edu.ng\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fedpolybonny.edu.ng\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fedpolybonny.edu.ng\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5799"}],"version-history":[{"count":27,"href":"https:\/\/fedpolybonny.edu.ng\/index.php?rest_route=\/wp\/v2\/pages\/5799\/revisions"}],"predecessor-version":[{"id":5832,"href":"https:\/\/fedpolybonny.edu.ng\/index.php?rest_route=\/wp\/v2\/pages\/5799\/revisions\/5832"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fedpolybonny.edu.ng\/index.php?rest_route=\/wp\/v2\/media\/5436"}],"wp:attachment":[{"href":"https:\/\/fedpolybonny.edu.ng\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}