{"id":78,"date":"2026-02-21T13:54:22","date_gmt":"2026-02-21T13:54:22","guid":{"rendered":"https:\/\/admin.9jaschool.com\/?page_id=78"},"modified":"2026-02-22T16:02:14","modified_gmt":"2026-02-22T16:02:14","slug":"adenike","status":"publish","type":"page","link":"https:\/\/admin.9jaschool.com\/index.php\/adenike\/","title":{"rendered":"Adenike"},"content":{"rendered":"<div id=\"sp-page\" class=\"spBgcover sp-content-1\" style=\"background-color: rgb(255, 255, 255); font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: 400;\">\n<section id=\"sp-zt21o7\" data-mobile-visibility=\"#sp-zt21o7|false\" data-tablet-visibility=\"#sp-zt21o7|false\" data-desktop-visibility=\"#sp-zt21o7|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-el-section \" style=\"width: 100%; max-width: 100%;\">\n<div><\/div>\n<div id=\"sp-wkzeo3\" data-mobile-visibility=\"#sp-wkzeo3|false\" data-tablet-visibility=\"#sp-wkzeo3|false\" data-desktop-visibility=\"#sp-wkzeo3|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-el-row sp-w-full  sp-m-auto sm:sp-flex sp-justify-between\">\n<div id=\"sp-edruci\" data-mobile-visibility=\"#sp-edruci|false\" data-tablet-visibility=\"#sp-edruci|false\" data-desktop-visibility=\"#sp-edruci|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-el-col  sp-w-full\" style=\"width: calc(100% + 0px);\"><span href=\"\" target=\"\" rel=\"\" class=\"sp-header-block-link\" style=\"text-decoration: none;\"><\/p>\n<h1 id=\"sp-eg8evj\" data-mobile-css=\".sp-headline-block-eg8evj, #sp-eg8evj, #eg8evj|text-align:center;\" data-tablet-css=\".sp-headline-block-eg8evj, #sp-eg8evj, #eg8evj|text-align:center;\" data-mobile-visibility=\".sp-headline-block-eg8evj|false\" data-tablet-visibility=\".sp-headline-block-eg8evj|false\" data-desktop-visibility=\".sp-headline-block-eg8evj|false\" class=\"sp-css-target sp-el-block sp-headline-block-eg8evj sp-type-header\" style=\"text-align: center; margin: 0px;\"><span id=\"chat-earn\">Chat &amp; Earn<\/span><\/h1>\n<p><\/span><\/div>\n<\/div>\n<\/section>\n<section id=\"sp-q7alc5\" data-mobile-visibility=\"#sp-q7alc5|false\" data-tablet-visibility=\"#sp-q7alc5|false\" data-desktop-visibility=\"#sp-q7alc5|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-el-section \" style=\"width: 100%; max-width: 100%;\">\n<div><\/div>\n<div id=\"sp-vgcayp\" data-mobile-visibility=\"#sp-vgcayp|false\" data-tablet-visibility=\"#sp-vgcayp|false\" data-desktop-visibility=\"#sp-vgcayp|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-el-row sp-w-full  sp-m-auto sm:sp-flex sp-justify-between\">\n<div id=\"sp-o6g4yw\" data-mobile-visibility=\"#sp-o6g4yw|false\" data-tablet-visibility=\"#sp-o6g4yw|false\" data-desktop-visibility=\"#sp-o6g4yw|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-el-col  sp-w-full\" style=\"width: calc(100% + 0px);\">\n<div id=\"sp-fx8c8z\" data-mobile-visibility=\".sp-custom-html-block-fx8c8z|false\" data-tablet-visibility=\".sp-custom-html-block-fx8c8z|false\" data-desktop-visibility=\".sp-custom-html-block-fx8c8z|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-code-wrapper sp-el-block sp-custom-html-block-fx8c8z\" style=\"margin: 0px;\">\n<div class=\"sp-html sp-html-code\">\n<p><meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n<title>Chat &amp; Connect<\/title><\/p>\n<style>\n* { box-sizing: border-box; }<\/p>\n<p>body {\n  margin: 0;\n  font-family: system-ui, Arial, sans-serif;\n  background: linear-gradient(180deg, #e9f3fb, #f7fbff);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 100vh;\n  padding: 16px;\n}<\/p>\n<p>.card {\n  background: white;\n  width: 100%;\n  max-width: 460px;\n  border-radius: 20px;\n  box-shadow: 0 12px 30px rgba(0,0,0,0.08);\n  padding: 28px;\n  text-align: center;\n}<\/p>\n<p>.logo {\n  width: 70px;\n  height: 70px;\n  margin: 0 auto 12px;\n  background: #25D366;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 30px;\n  color: white;\n}<\/p>\n<p>h1 { margin: 10px 0 4px; }<\/p>\n<p>.status {\n  color: #25D366;\n  margin-bottom: 18px;\n}<\/p>\n<p>.avatars {\n  display: flex;\n  justify-content: center;\n  gap: 10px;\n  margin-bottom: 14px;\n}<\/p>\n<p>.avatars img {\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n}<\/p>\n<p>.question {\n  font-weight: 600;\n  margin: 16px 0;\n}<\/p>\n<p>.buttons {\n  display: flex;\n  gap: 10px;\n  margin-bottom: 16px;\n}<\/p>\n<p>.btn-choice {\n  flex: 1;\n  background: #1f9d8a;\n  color: white;\n  padding: 16px;\n  border-radius: 14px;\n  border: none;\n  font-size: 16px;\n  cursor: pointer;\n  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;\n}<\/p>\n<p>.btn-choice:hover {\n  opacity: 0.95;\n}<\/p>\n<p>.btn-choice.active {\n  transform: scale(1.05);\n  box-shadow: 0 0 0 3px rgba(31,157,138,0.25);\n}<\/p>\n<p>.continue {\n  width: 100%;\n  background: #1f9d8a;\n  color: white;\n  padding: 16px;\n  border-radius: 14px;\n  border: none;\n  font-size: 16px;\n  cursor: pointer;\n}<\/p>\n<p>.message {\n  margin-top: 10px;\n  font-size: 14px;\n  color: #d00;\n}<\/p>\n<p>.footer {\n  font-size: 12px;\n  color: #777;\n  margin-top: 14px;\n}\n<\/style>\n<div class=\"card\">\n<div class=\"logo\">\ud83d\udcac<\/div>\n<h1 id=\"chat-connect\"><span class=\"ez-toc-section\" id=\"Chat_Connect\"><\/span>Chat &amp; Connect<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<div class=\"status\">\u25cf ONLINE NOW<\/div>\n<div class=\"avatars\">\n    <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?img=11\"><br \/>\n    <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?img=12\"><br \/>\n    <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?img=13\"><br \/>\n    <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?img=14\">\n  <\/div>\n<div class=\"question\">Please confirm you are 18 years of age or older.<\/div>\n<div class=\"buttons\">\n    <button id=\"yesBtn\" class=\"btn-choice\" onclick=\"selectYes()\">YES<\/button><br \/>\n    <button id=\"noBtn\" class=\"btn-choice\" onclick=\"selectNo()\">NO<\/button>\n  <\/div>\n<p>  <button class=\"continue\" onclick=\"goContinue()\">CONTINUE<\/button><\/p>\n<div id=\"msg\" class=\"message\"><\/div>\n<div class=\"footer\">\u00a9 Chat Matchmaking<\/div>\n<\/div>\n<p><script>\nlet confirmed = false;<\/p>\n<p>function selectYes() {\n  confirmed = true;<\/p>\n<p>  document.getElementById('yesBtn').classList.add('active');\n  document.getElementById('noBtn').classList.remove('active');<\/p>\n<p>  document.getElementById('msg').textContent = \"Age confirmed \u2714\";\n}<\/p>\n<p>function selectNo() {\n  confirmed = false;<\/p>\n<p>  document.getElementById('noBtn').classList.add('active');\n  document.getElementById('yesBtn').classList.remove('active');<\/p>\n<p>  document.getElementById('msg').textContent = \"You must be 18+ to continue.\";\n}<\/p>\n<p>function goContinue() {\n  if (confirmed) {\n    window.location.href = \"https:\/\/admin.9jaschool.com\/index.php\/2026\/02\/21\/best-2026-scholarships-in-canada-fully-funded-opportunities-international-students\/\";\n  } else {\n    document.getElementById('msg').textContent = \"Please confirm you are 18 or older.\";\n  }\n}\n<\/script><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Chat &amp; Earn Chat &amp; Connect \ud83d\udcac Chat &amp; Connect \u25cf ONLINE NOW Please confirm you are 18 years of age or older. YES NO CONTINUE \u00a9 Chat Matchmaking<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-78","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/admin.9jaschool.com\/index.php\/wp-json\/wp\/v2\/pages\/78","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/admin.9jaschool.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/admin.9jaschool.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/admin.9jaschool.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/admin.9jaschool.com\/index.php\/wp-json\/wp\/v2\/comments?post=78"}],"version-history":[{"count":4,"href":"https:\/\/admin.9jaschool.com\/index.php\/wp-json\/wp\/v2\/pages\/78\/revisions"}],"predecessor-version":[{"id":82,"href":"https:\/\/admin.9jaschool.com\/index.php\/wp-json\/wp\/v2\/pages\/78\/revisions\/82"}],"wp:attachment":[{"href":"https:\/\/admin.9jaschool.com\/index.php\/wp-json\/wp\/v2\/media?parent=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}