{"id":1464,"date":"2026-04-23T13:35:27","date_gmt":"2026-04-23T13:35:27","guid":{"rendered":"https:\/\/prizebondpk.com\/?page_id=1464"},"modified":"2026-04-23T13:35:30","modified_gmt":"2026-04-23T13:35:30","slug":"our-team","status":"publish","type":"page","link":"https:\/\/prizebondpk.com\/ur\/our-team\/","title":{"rendered":"Our Team"},"content":{"rendered":"\r\n<section class=\"simple-banner has-color\" style=\"\">\r\n  <div class=\"container\">\r\n          <h1>Our Team<\/h1>\r\n    \r\n          <p class=\"p-lead\">We are technology experts who have a good understanding of basic finance principles and trends in the market and aim to provide our users valuable information related to their prize bond experience.<\/p>\r\n      <\/div>\r\n<\/section>\r\n\n\n\r\n  <section class=\"breadcrumb-block\">\r\n    <div class=\"container\">\r\n      <nav class=\"custom-breadcrumb\" aria-label=\"Breadcrumb\">\r\n        <span><span><a href=\"https:\/\/prizebondpk.com\/\">Home<\/a><\/span><\/span>      <\/nav>\r\n    <\/div>\r\n  <\/section>\r\n\r\n\n\n  <section class=\"simple-content-block\" data-bg=\"light\" data-aos=\"fade-up\">\r\n    <div class=\"container\">\r\n      <h2 data-pm-slice=\"1 1 []\">Technology Meets Financial Awareness<\/h2>\n<p>Prize Bond Pakistan is a group of technology enthusiasts who have a passion for financial awareness, savings patterns, and investment practices in Pakistan. Our primary objective is to provide users with easy access to prize bond data that is informative, comprehensible, and beneficial to their personal savings plans. We merge our technological background with our fundamental comprehension of finance to generate an informative platform where users can learn about prize bond drawings, denominations, taxation, and other relevant information.<\/p>\n    <\/div>\r\n  <\/section>\r\n\r\n\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", function() {\r\n    const source = document.getElementById(\"pb-editor-content\");\r\n    const target = document.getElementById(\"pb-tabs\");\r\n\r\n    if (!source || !target) return;\r\n\r\n    const headings = Array.from(source.querySelectorAll(\"h2\"));\r\n    if (!headings.length) return;\r\n\r\n    const sections = headings.map((heading) => {\r\n      let content = \"\";\r\n      let node = heading.nextSibling;\r\n\r\n      while (node && !(node.nodeType === 1 && node.tagName.toLowerCase() === \"h2\")) {\r\n        if (node.nodeType === 3) {\r\n          const text = node.textContent.replace(\/\\s+\/g, \" \").trim();\r\n          if (text) content += `<p>${text}<\/p>`;\r\n        } else if (node.nodeType === 1) {\r\n          content += node.outerHTML;\r\n        }\r\n        node = node.nextSibling;\r\n      }\r\n\r\n      return {\r\n        title: heading.textContent.trim(),\r\n        content: content\r\n      };\r\n    });\r\n\r\n    target.innerHTML = `\r\n    <div class=\"pb-tabs-nav\" role=\"tablist\" aria-label=\"Prize Bond Tabs\">\r\n      ${sections.map((section, index) => `\r\n        <button\r\n          type=\"button\"\r\n          class=\"pb-tab-btn ${index === 0 ? \"is-active\" : \"\"}\"\r\n          role=\"tab\"\r\n          aria-selected=\"${index === 0 ? \"true\" : \"false\"}\"\r\n          aria-controls=\"pb-panel-${index}\"\r\n          id=\"pb-tab-${index}\"\r\n          data-index=\"${index}\"\r\n        >\r\n          <span>${section.title}<\/span>\r\n        <\/button>\r\n      `).join(\"\")}\r\n    <\/div>\r\n\r\n    <div class=\"pb-tabs-panels\">\r\n      ${sections.map((section, index) => `\r\n        <div\r\n          class=\"pb-tab-panel ${index === 0 ? \"is-active\" : \"\"}\"\r\n          id=\"pb-panel-${index}\"\r\n          role=\"tabpanel\"\r\n          aria-labelledby=\"pb-tab-${index}\"\r\n          ${index === 0 ? \"\" : \"hidden\"}\r\n        >\r\n        <h2>${section.title}<\/h2>\r\n          ${section.content}\r\n        <\/div>\r\n      `).join(\"\")}\r\n    <\/div>\r\n  `;\r\n\r\n    const buttons = Array.from(target.querySelectorAll(\".pb-tab-btn\"));\r\n    const panels = Array.from(target.querySelectorAll(\".pb-tab-panel\"));\r\n\r\n    function activateTab(index) {\r\n      buttons.forEach((button, i) => {\r\n        const active = i === index;\r\n        button.classList.toggle(\"is-active\", active);\r\n        button.setAttribute(\"aria-selected\", active ? \"true\" : \"false\");\r\n        button.tabIndex = active ? 0 : -1;\r\n      });\r\n\r\n      panels.forEach((panel, i) => {\r\n        const active = i === index;\r\n        panel.classList.toggle(\"is-active\", active);\r\n        panel.hidden = !active;\r\n      });\r\n    }\r\n\r\n    buttons.forEach((button, index) => {\r\n      button.addEventListener(\"click\", function() {\r\n        activateTab(index);\r\n      });\r\n\r\n      button.addEventListener(\"keydown\", function(e) {\r\n        let nextIndex = index;\r\n\r\n        if (e.key === \"ArrowRight\" || e.key === \"ArrowDown\") {\r\n          nextIndex = (index + 1) % buttons.length;\r\n        } else if (e.key === \"ArrowLeft\" || e.key === \"ArrowUp\") {\r\n          nextIndex = (index - 1 + buttons.length) % buttons.length;\r\n        } else {\r\n          return;\r\n        }\r\n\r\n        e.preventDefault();\r\n        buttons[nextIndex].focus();\r\n        activateTab(nextIndex);\r\n      });\r\n    });\r\n\r\n    activateTab(0);\r\n  });\r\n<\/script>\n\n<section\r\n  class=\"split-section \"\r\n  data-bg-color=\"gray\"\r\n  data-aos=\"fade-up\"\r\n  data-aos-once=\"false\"   \r\n>\r\n  <div class=\"container\">\r\n    <div class=\"split-wrapper image-left\">\r\n      <div\r\n        class=\"split-text has-image\"\r\n        data-aos=\"fade-up\"\r\n        data-aos-delay=\"60\"\r\n        data-aos-once=\"false\" \r\n      >\r\n        <h2>Making Prize Bond Information Simple and Useful<\/h2>                <div class=\"content\"><p>We strongly believe that having access to credible data has a significant impact on financial planning. As such, we strive to provide comprehensive information to our readers in a simple and straightforward manner to facilitate their decision-making process. From looking up your prize bonds&#8217; serial numbers to learning how your prize bond investment can be part of a larger savings plan, you will find valuable data and knowledge through our website.<\/p>\n<\/div>      <\/div>\r\n\r\n              <div class=\"split-image\"\r\n             data-aos=\"fade-right\"\r\n             data-aos-delay=\"150\"\r\n             data-aos-once=\"false\"> \r\n          <img\r\n            src=\"https:\/\/prizebondpk.com\/wp-content\/uploads\/2026\/04\/ChatGPT-Image-Apr-23-2026-06_00_45-PM.png\"\r\n            alt=\"Making Prize Bond Information Simple and Useful\"\r\n            loading=\"lazy\" decoding=\"async\"\r\n            width=\"1599\"            height=\"984\"          \/>\r\n        <\/div>\r\n          <\/div>\r\n  <\/div>\r\n<\/section>\r\n\n\n  <section class=\"simple-content-block\" data-bg=\"light\" data-aos=\"fade-up\">\r\n    <div class=\"container\">\r\n      <h2>Committed to Learning, Research, and User Trust<\/h2>\n<p>We are committed to continual learning, research, and development to deliver content that is timely, relevant, and actionable. We realize that besides the draw results, users seek more information, clarity, and assurance. Leveraging our collective expertise in technology, research, and content in the finance sector, we strive to assist our users in navigating the prize bond process more effectively and confidently.<\/p>\n<p><strong>Disclaimer:<\/strong> The content available at Prize Bond Pakistan is purely informational in nature and should not be taken as financial advice. Users are advised to consult National Savings Pakistan for any relevant and up-to-date information related to prize bonds. Prize Bond Pakistan operates independently and is not associated with National Savings Pakistan.<\/p>\n    <\/div>\r\n  <\/section>\r\n\r\n\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", function() {\r\n    const source = document.getElementById(\"pb-editor-content\");\r\n    const target = document.getElementById(\"pb-tabs\");\r\n\r\n    if (!source || !target) return;\r\n\r\n    const headings = Array.from(source.querySelectorAll(\"h2\"));\r\n    if (!headings.length) return;\r\n\r\n    const sections = headings.map((heading) => {\r\n      let content = \"\";\r\n      let node = heading.nextSibling;\r\n\r\n      while (node && !(node.nodeType === 1 && node.tagName.toLowerCase() === \"h2\")) {\r\n        if (node.nodeType === 3) {\r\n          const text = node.textContent.replace(\/\\s+\/g, \" \").trim();\r\n          if (text) content += `<p>${text}<\/p>`;\r\n        } else if (node.nodeType === 1) {\r\n          content += node.outerHTML;\r\n        }\r\n        node = node.nextSibling;\r\n      }\r\n\r\n      return {\r\n        title: heading.textContent.trim(),\r\n        content: content\r\n      };\r\n    });\r\n\r\n    target.innerHTML = `\r\n    <div class=\"pb-tabs-nav\" role=\"tablist\" aria-label=\"Prize Bond Tabs\">\r\n      ${sections.map((section, index) => `\r\n        <button\r\n          type=\"button\"\r\n          class=\"pb-tab-btn ${index === 0 ? \"is-active\" : \"\"}\"\r\n          role=\"tab\"\r\n          aria-selected=\"${index === 0 ? \"true\" : \"false\"}\"\r\n          aria-controls=\"pb-panel-${index}\"\r\n          id=\"pb-tab-${index}\"\r\n          data-index=\"${index}\"\r\n        >\r\n          <span>${section.title}<\/span>\r\n        <\/button>\r\n      `).join(\"\")}\r\n    <\/div>\r\n\r\n    <div class=\"pb-tabs-panels\">\r\n      ${sections.map((section, index) => `\r\n        <div\r\n          class=\"pb-tab-panel ${index === 0 ? \"is-active\" : \"\"}\"\r\n          id=\"pb-panel-${index}\"\r\n          role=\"tabpanel\"\r\n          aria-labelledby=\"pb-tab-${index}\"\r\n          ${index === 0 ? \"\" : \"hidden\"}\r\n        >\r\n        <h2>${section.title}<\/h2>\r\n          ${section.content}\r\n        <\/div>\r\n      `).join(\"\")}\r\n    <\/div>\r\n  `;\r\n\r\n    const buttons = Array.from(target.querySelectorAll(\".pb-tab-btn\"));\r\n    const panels = Array.from(target.querySelectorAll(\".pb-tab-panel\"));\r\n\r\n    function activateTab(index) {\r\n      buttons.forEach((button, i) => {\r\n        const active = i === index;\r\n        button.classList.toggle(\"is-active\", active);\r\n        button.setAttribute(\"aria-selected\", active ? \"true\" : \"false\");\r\n        button.tabIndex = active ? 0 : -1;\r\n      });\r\n\r\n      panels.forEach((panel, i) => {\r\n        const active = i === index;\r\n        panel.classList.toggle(\"is-active\", active);\r\n        panel.hidden = !active;\r\n      });\r\n    }\r\n\r\n    buttons.forEach((button, index) => {\r\n      button.addEventListener(\"click\", function() {\r\n        activateTab(index);\r\n      });\r\n\r\n      button.addEventListener(\"keydown\", function(e) {\r\n        let nextIndex = index;\r\n\r\n        if (e.key === \"ArrowRight\" || e.key === \"ArrowDown\") {\r\n          nextIndex = (index + 1) % buttons.length;\r\n        } else if (e.key === \"ArrowLeft\" || e.key === \"ArrowUp\") {\r\n          nextIndex = (index - 1 + buttons.length) % buttons.length;\r\n        } else {\r\n          return;\r\n        }\r\n\r\n        e.preventDefault();\r\n        buttons[nextIndex].focus();\r\n        activateTab(nextIndex);\r\n      });\r\n    });\r\n\r\n    activateTab(0);\r\n  });\r\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"ur_meta_title":"","ur_meta_desc":"","footnotes":""},"class_list":["post-1464","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Meet Our Team - Prize Bond Pakistan<\/title>\n<meta name=\"description\" content=\"Learn about the team behind Prize Bond Pakistan, technology professionals focused on simplifying prize bond information, savings insights, and finance-related guidance for users in Pakistan.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prizebondpk.com\/ur\/our-team\/\" \/>\n<meta property=\"og:locale\" content=\"ur_PK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Meet Our Team - Prize Bond Pakistan\" \/>\n<meta property=\"og:description\" content=\"Learn about the team behind Prize Bond Pakistan, technology professionals focused on simplifying prize bond information, savings insights, and finance-related guidance for users in Pakistan.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prizebondpk.com\/ur\/our-team\/\" \/>\n<meta property=\"og:site_name\" content=\"\u200f\u067e\u0631\u0627\u0626\u0632 \u0628\u0627\u0646\u0688 \u067e\u0627\u06a9\u0633\u062a\u0627\u0646\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prizebondpkk\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-23T13:35:30+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/prizebondpk.com\\\/our-team\\\/\",\"url\":\"https:\\\/\\\/prizebondpk.com\\\/our-team\\\/\",\"name\":\"Meet Our Team - Prize Bond Pakistan\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prizebondpk.com\\\/#website\"},\"datePublished\":\"2026-04-23T13:35:27+00:00\",\"dateModified\":\"2026-04-23T13:35:30+00:00\",\"description\":\"Learn about the team behind Prize Bond Pakistan, technology professionals focused on simplifying prize bond information, savings insights, and finance-related guidance for users in Pakistan.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prizebondpk.com\\\/our-team\\\/#breadcrumb\"},\"inLanguage\":\"ur\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/prizebondpk.com\\\/our-team\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prizebondpk.com\\\/our-team\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prizebondpk.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Team\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/prizebondpk.com\\\/#website\",\"url\":\"https:\\\/\\\/prizebondpk.com\\\/\",\"name\":\"Prize Bond Pakistan\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/prizebondpk.com\\\/#organization\"},\"alternateName\":\"Prize Bond Pakistan\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/prizebondpk.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ur\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/prizebondpk.com\\\/#organization\",\"name\":\"Prize Bond Pakistan\",\"alternateName\":\"Prize Bond Pakistan\",\"url\":\"https:\\\/\\\/prizebondpk.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ur\",\"@id\":\"https:\\\/\\\/prizebondpk.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/prizebondpk.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/favicon-6.png\",\"contentUrl\":\"https:\\\/\\\/prizebondpk.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/favicon-6.png\",\"width\":64,\"height\":64,\"caption\":\"Prize Bond Pakistan\"},\"image\":{\"@id\":\"https:\\\/\\\/prizebondpk.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/prizebondpkk\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Meet Our Team - Prize Bond Pakistan","description":"Learn about the team behind Prize Bond Pakistan, technology professionals focused on simplifying prize bond information, savings insights, and finance-related guidance for users in Pakistan.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prizebondpk.com\/ur\/our-team\/","og_locale":"ur_PK","og_type":"article","og_title":"Meet Our Team - Prize Bond Pakistan","og_description":"Learn about the team behind Prize Bond Pakistan, technology professionals focused on simplifying prize bond information, savings insights, and finance-related guidance for users in Pakistan.","og_url":"https:\/\/prizebondpk.com\/ur\/our-team\/","og_site_name":"\u200f\u067e\u0631\u0627\u0626\u0632 \u0628\u0627\u0646\u0688 \u067e\u0627\u06a9\u0633\u062a\u0627\u0646","article_publisher":"https:\/\/www.facebook.com\/prizebondpkk","article_modified_time":"2026-04-23T13:35:30+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prizebondpk.com\/our-team\/","url":"https:\/\/prizebondpk.com\/our-team\/","name":"Meet Our Team - Prize Bond Pakistan","isPartOf":{"@id":"https:\/\/prizebondpk.com\/#website"},"datePublished":"2026-04-23T13:35:27+00:00","dateModified":"2026-04-23T13:35:30+00:00","description":"Learn about the team behind Prize Bond Pakistan, technology professionals focused on simplifying prize bond information, savings insights, and finance-related guidance for users in Pakistan.","breadcrumb":{"@id":"https:\/\/prizebondpk.com\/our-team\/#breadcrumb"},"inLanguage":"ur","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prizebondpk.com\/our-team\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/prizebondpk.com\/our-team\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prizebondpk.com\/"},{"@type":"ListItem","position":2,"name":"Our Team"}]},{"@type":"WebSite","@id":"https:\/\/prizebondpk.com\/#website","url":"https:\/\/prizebondpk.com\/","name":"Prize Bond Pakistan","description":"","publisher":{"@id":"https:\/\/prizebondpk.com\/#organization"},"alternateName":"Prize Bond Pakistan","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prizebondpk.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ur"},{"@type":"Organization","@id":"https:\/\/prizebondpk.com\/#organization","name":"Prize Bond Pakistan","alternateName":"Prize Bond Pakistan","url":"https:\/\/prizebondpk.com\/","logo":{"@type":"ImageObject","inLanguage":"ur","@id":"https:\/\/prizebondpk.com\/#\/schema\/logo\/image\/","url":"https:\/\/prizebondpk.com\/wp-content\/uploads\/2026\/04\/favicon-6.png","contentUrl":"https:\/\/prizebondpk.com\/wp-content\/uploads\/2026\/04\/favicon-6.png","width":64,"height":64,"caption":"Prize Bond Pakistan"},"image":{"@id":"https:\/\/prizebondpk.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/prizebondpkk"]}]}},"_links":{"self":[{"href":"https:\/\/prizebondpk.com\/ur\/wp-json\/wp\/v2\/pages\/1464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prizebondpk.com\/ur\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/prizebondpk.com\/ur\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/prizebondpk.com\/ur\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prizebondpk.com\/ur\/wp-json\/wp\/v2\/comments?post=1464"}],"version-history":[{"count":2,"href":"https:\/\/prizebondpk.com\/ur\/wp-json\/wp\/v2\/pages\/1464\/revisions"}],"predecessor-version":[{"id":1467,"href":"https:\/\/prizebondpk.com\/ur\/wp-json\/wp\/v2\/pages\/1464\/revisions\/1467"}],"wp:attachment":[{"href":"https:\/\/prizebondpk.com\/ur\/wp-json\/wp\/v2\/media?parent=1464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}