{"id":5903,"date":"2023-12-26T06:57:15","date_gmt":"2023-12-26T06:57:15","guid":{"rendered":"https:\/\/dtuiif.co.in\/?page_id=5903"},"modified":"2025-11-24T10:56:21","modified_gmt":"2025-11-24T10:56:21","slug":"mentors","status":"publish","type":"page","link":"https:\/\/dtuiif.co.in\/?page_id=5903","title":{"rendered":"Mentors"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5903\" class=\"elementor elementor-5903\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e770d5f e-flex e-con-boxed e-con e-parent\" data-id=\"e770d5f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f617c91 e-flex e-con-boxed e-con e-parent\" data-id=\"f617c91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58eeaa4 elementor-widget elementor-widget-html\" data-id=\"58eeaa4\" data-element_type=\"widget\" data-e-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>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>DTU-IIF Advisors<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\n  <!-- Font -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root {\n      --accent: #0050a8;\n      --accent-soft: #e5f0ff;\n      --primary: #111827;\n      --muted: #6b7280;\n      --border: #e5e7eb;\n      --bg-soft: #f9fafb;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: \"Poppins\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      background: #ffffff;\n      color: var(--primary);\n      line-height: 1.7;\n    }\n\n    .advisors-section {\n      padding: 80px 20px 100px;\n    }\n\n    .advisors-inner {\n      max-width: 1180px;\n      margin: 0 auto;\n    }\n\n    .advisors-header {\n      text-align: center;\n      margin-bottom: 34px;\n    }\n\n    .advisors-kicker {\n      font-size: 0.8rem;\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--muted);\n      margin-bottom: 6px;\n      font-weight: 500;\n    }\n\n    .advisors-title {\n      font-size: 2rem;\n      font-weight: 600;\n      margin-bottom: 6px;\n    }\n\n    .advisors-subtext {\n      font-size: 0.95rem;\n      color: var(--muted);\n      max-width: 620px;\n      margin: 0 auto;\n    }\n\n    .advisors-grid {\n      margin-top: 30px;\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 24px;\n    }\n\n    @media (max-width: 1100px) {\n      .advisors-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 900px) {\n      .advisors-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 640px) {\n      .advisors-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .advisor-card {\n      border-radius: 20px;\n      border: 1px solid var(--border);\n      background: #ffffff;\n      box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);\n      padding: 18px 18px 20px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;\n    }\n\n    .advisor-card:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);\n      background: linear-gradient(145deg, #ffffff, var(--bg-soft));\n      border-color: rgba(0, 80, 168, 0.35);\n    }\n\n    .advisor-photo {\n      width: 150px;\n      height: 150px;\n      border-radius: 16px;\n      overflow: hidden;\n      margin-bottom: 14px;\n      background: #f3f4f6;\n    }\n\n    .advisor-photo img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .advisor-name {\n      font-size: 1.05rem;\n      font-weight: 600;\n      margin-bottom: 4px;\n    }\n\n    .advisor-role {\n      font-size: 0.9rem;\n      color: var(--muted);\n      margin-bottom: 4px;\n    }\n\n    .advisor-bio {\n      font-size: 0.86rem;\n      color: var(--muted);\n      margin-bottom: 12px;\n    }\n\n    .advisor-linkedin {\n      margin-top: auto;\n    }\n\n    .advisor-linkedin a {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 30px;\n      height: 30px;\n      border-radius: 999px;\n      border: 1px solid rgba(148, 163, 184, 0.7);\n      background: #ffffff;\n      text-decoration: none;\n      transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;\n    }\n\n    .advisor-linkedin a:hover {\n      background: var(--accent);\n      border-color: var(--accent);\n      transform: translateY(-1px);\n    }\n\n    .advisor-linkedin svg {\n      width: 15px;\n      height: 15px;\n      fill: var(--accent);\n      transition: fill 0.2s ease;\n    }\n\n    .advisor-linkedin a:hover svg {\n      fill: #ffffff;\n    }\n  <\/style>\n<\/head>\n<body>\n\n<section class=\"advisors-section\">\n  <div class=\"advisors-inner\">\n    <!-- Header -->\n    <header class=\"advisors-header\">\n      <div class=\"advisors-kicker\">Advisory &amp; Mentor Board<\/div>\n      <h2 class=\"advisors-title\">People guiding DTU-IIF founders<\/h2>\n      <p class=\"advisors-subtext\">\n        A network of seasoned leaders from industry, government and academia who mentor\n        startups on strategy, technology, fundraising and market expansion.\n      <\/p>\n    <\/header>\n\n    <!-- Grid -->\n    <div class=\"advisors-grid\">\n      <!-- Card 1 -->\n      <article class=\"advisor-card\">\n        <div class=\"advisor-photo\">\n          <!-- Replace with actual image path -->\n          <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/1-2.jpg\" alt=\"Bindu Dey\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1080px; --smush-placeholder-aspect-ratio: 1080\/1080;\">\n        <\/div>\n        <h3 class=\"advisor-name\">Bindu Dey<\/h3>\n        <p class=\"advisor-role\">Former Secretary, Technology Development Board<\/p>\n        <p class=\"advisor-bio\">\n          Department of Science &amp; Technology, Government of India.\n        <\/p>\n        <div class=\"advisor-linkedin\">\n          <a href=\"https:\/\/www.linkedin.com\/in\/bindu-dey-a3877813\/\" aria-label=\"LinkedIn profile of Bindu Dey\" target=\"_blank\" rel=\"noopener\">\n            <!-- LinkedIn icon -->\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M6.5 6a2 2 0 11-.01-4.01A2 2 0 016.5 6zM4.75 8.25h3.5V20h-3.5V8.25zM10.5 8.25H14v1.6h.05c.48-.9 1.64-1.85 3.38-1.85 3.61 0 4.28 2.37 4.28 5.45V20h-3.5v-5.1c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V20h-3.5V8.25z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- Card 2 -->\n      <article class=\"advisor-card\">\n        <div class=\"advisor-photo\">\n          <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/2-3.jpg\" alt=\"Dr Pushpendra Singh\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1080px; --smush-placeholder-aspect-ratio: 1080\/1080;\">\n        <\/div>\n        <h3 class=\"advisor-name\">Dr Pushpendra Singh<\/h3>\n        <p class=\"advisor-role\">Health Tech Expert<\/p>\n        <p class=\"advisor-bio\">\n          Advisor on digital health, med-tech product innovation and clinical collaborations.\n        <\/p>\n        <div class=\"advisor-linkedin\">\n          <a href=\"#\" aria-label=\"LinkedIn profile of Dr Pushpendra Singh\" target=\"_blank\" rel=\"noopener\">\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M6.5 6a2 2 0 11-.01-4.01A2 2 0 016.5 6zM4.75 8.25h3.5V20h-3.5V8.25zM10.5 8.25H14v1.6h.05c.48-.9 1.64-1.85 3.38-1.85 3.61 0 4.28 2.37 4.28 5.45V20h-3.5v-5.1c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V20h-3.5V8.25z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- Card 3 -->\n      <article class=\"advisor-card\">\n        <div class=\"advisor-photo\">\n          <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/3-3.jpg\" alt=\"Manoj Saxena\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1080px; --smush-placeholder-aspect-ratio: 1080\/1080;\">\n        <\/div>\n        <h3 class=\"advisor-name\">Manoj Saxena<\/h3>\n        <p class=\"advisor-role\">Innovator, Mentor<\/p>\n        <p class=\"advisor-bio\">\n          Exponent of AI\/ML, IoT &amp; analytics, mentoring deep-tech and data-driven startups.\n        <\/p>\n        <div class=\"advisor-linkedin\">\n          <a href=\"https:\/\/www.linkedin.com\/in\/manojsaxena92\/\" aria-label=\"LinkedIn profile of Manoj Saxena\" target=\"_blank\" rel=\"noopener\">\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M6.5 6a2 2 0 11-.01-4.01A2 2 0 016.5 6zM4.75 8.25h3.5V20h-3.5V8.25zM10.5 8.25H14v1.6h.05c.48-.9 1.64-1.85 3.38-1.85 3.61 0 4.28 2.37 4.28 5.45V20h-3.5v-5.1c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V20h-3.5V8.25z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- Card 4 -->\n      <article class=\"advisor-card\">\n        <div class=\"advisor-photo\">\n          <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/4-3.jpg\" alt=\"Mani Raman Subra\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1080px; --smush-placeholder-aspect-ratio: 1080\/1080;\">\n        <\/div>\n        <h3 class=\"advisor-name\">Mani Raman Subra<\/h3>\n        <p class=\"advisor-role\">Peachtree Management Advisor<\/p>\n        <p class=\"advisor-bio\">\n          Brings global experience in strategy, operations and scaling technology ventures.\n        <\/p>\n        <div class=\"advisor-linkedin\">\n          <a href=\"https:\/\/www.linkedin.com\/in\/rsmaninz\/\" aria-label=\"LinkedIn profile of Mani Raman Subra\" target=\"_blank\" rel=\"noopener\">\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M6.5 6a2 2 0 11-.01-4.01A2 2 0 016.5 6zM4.75 8.25h3.5V20h-3.5V8.25zM10.5 8.25H14v1.6h.05c.48-.9 1.64-1.85 3.38-1.85 3.61 0 4.28 2.37 4.28 5.45V20h-3.5v-5.1c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V20h-3.5V8.25z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- Card 5 -->\n      <article class=\"advisor-card\">\n        <div class=\"advisor-photo\">\n          <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/5-3.jpg\" alt=\"Ashish Banerjee\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1080px; --smush-placeholder-aspect-ratio: 1080\/1080;\">\n        <\/div>\n        <h3 class=\"advisor-name\">Ashish Banerjee<\/h3>\n        <p class=\"advisor-role\">Technology &amp; Fintech Specialist<\/p>\n        <p class=\"advisor-bio\">\n          Open-source telecom, financial supply chain integration and payment gateways expert.\n        <\/p>\n        <div class=\"advisor-linkedin\">\n          <a href=\"https:\/\/www.linkedin.com\/in\/ashban\/\" aria-label=\"LinkedIn profile of Ashish Banerjee\" target=\"_blank\" rel=\"noopener\">\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M6.5 6a2 2 0 11-.01-4.01A2 2 0 016.5 6zM4.75 8.25h3.5V20h-3.5V8.25zM10.5 8.25H14v1.6h.05c.48-.9 1.64-1.85 3.38-1.85 3.61 0 4.28 2.37 4.28 5.45V20h-3.5v-5.1c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V20h-3.5V8.25z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- Card 6 -->\n      <article class=\"advisor-card\">\n        <div class=\"advisor-photo\">\n          <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2025\/01\/unnamed-e1738140809511.jpg\" alt=\"Navin Gaur\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 740px; --smush-placeholder-aspect-ratio: 740\/868;\">\n        <\/div>\n        <h3 class=\"advisor-name\">Navin Gaur<\/h3>\n        <p class=\"advisor-role\">COO, IIITD Innovation &amp; Incubation Center<\/p>\n        <p class=\"advisor-bio\">\n          Focused on building startup ecosystems, outreach and corporate partnerships.\n        <\/p>\n        <div class=\"advisor-linkedin\">\n          <a href=\"https:\/\/www.linkedin.com\/in\/navin-gaur-a2a760a5\/\" aria-label=\"LinkedIn profile of Navin Gaur\" target=\"_blank\" rel=\"noopener\">\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M6.5 6a2 2 0 11-.01-4.01A2 2 0 016.5 6zM4.75 8.25h3.5V20h-3.5V8.25zM10.5 8.25H14v1.6h.05c.48-.9 1.64-1.85 3.38-1.85 3.61 0 4.28 2.37 4.28 5.45V20h-3.5v-5.1c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V20h-3.5V8.25z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- Card 7 -->\n      <article class=\"advisor-card\">\n        <div class=\"advisor-photo\">\n          <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2024\/01\/9.jpg\" alt=\"Saurabh Jain\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 540px; --smush-placeholder-aspect-ratio: 540\/540;\">\n        <\/div>\n        <h3 class=\"advisor-name\">Saurabh Jain<\/h3>\n        <p class=\"advisor-role\">Founder, Fun2Do Labs<\/p>\n        <p class=\"advisor-bio\">\n          EdTech founder &amp; ex-Vice President @ Paytm, mentoring on product, growth and EdTech.\n        <\/p>\n        <div class=\"advisor-linkedin\">\n          <a href=\"https:\/\/www.linkedin.com\/in\/saurabhskj\/?originalSubdomain=in\" aria-label=\"LinkedIn profile of Saurabh Jain\" target=\"_blank\" rel=\"noopener\">\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M6.5 6a2 2 0 11-.01-4.01A2 2 0 016.5 6zM4.75 8.25h3.5V20h-3.5V8.25zM10.5 8.25H14v1.6h.05c.48-.9 1.64-1.85 3.38-1.85 3.61 0 4.28 2.37 4.28 5.45V20h-3.5v-5.1c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V20h-3.5V8.25z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- Card 8 -->\n      <article class=\"advisor-card\">\n        <div class=\"advisor-photo\">\n          <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2024\/01\/6.jpg\" alt=\"Ashish Jain\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 540px; --smush-placeholder-aspect-ratio: 540\/540;\">\n        <\/div>\n        <h3 class=\"advisor-name\">Ashish Jain<\/h3>\n        <p class=\"advisor-role\">Founder &amp; CEO, The Startup Board<\/p>\n        <p class=\"advisor-bio\">\n          Works with founders on fundraising, board building and governance best practices.\n        <\/p>\n        <div class=\"advisor-linkedin\">\n          <a href=\"https:\/\/www.linkedin.com\/in\/ashjain\/\" aria-label=\"LinkedIn profile of Ashish Jain\" target=\"_blank\" rel=\"noopener\">\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M6.5 6a2 2 0 11-.01-4.01A2 2 0 016.5 6zM4.75 8.25h3.5V20h-3.5V8.25zM10.5 8.25H14v1.6h.05c.48-.9 1.64-1.85 3.38-1.85 3.61 0 4.28 2.37 4.28 5.45V20h-3.5v-5.1c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V20h-3.5V8.25z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- Card 9 -->\n      <article class=\"advisor-card\">\n        <div class=\"advisor-photo\">\n          <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2024\/01\/8.jpg\" alt=\"Dr VK Arora\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 540px; --smush-placeholder-aspect-ratio: 540\/540;\">\n        <\/div>\n        <h3 class=\"advisor-name\">Dr VK Arora<\/h3>\n        <p class=\"advisor-role\">Chief Executive Officer<\/p>\n        <p class=\"advisor-bio\">\n          IGDTUW Anveshan Foundation; supports university-based innovation and women-led startups.\n        <\/p>\n        <div class=\"advisor-linkedin\">\n          <a href=\"https:\/\/www.linkedin.com\/in\/vkarora\/?originalSubdomain=in\" aria-label=\"LinkedIn profile of Dr VK Arora\" target=\"_blank\" rel=\"noopener\">\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M6.5 6a2 2 0 11-.01-4.01A2 2 0 016.5 6zM4.75 8.25h3.5V20h-3.5V8.25zM10.5 8.25H14v1.6h.05c.48-.9 1.64-1.85 3.38-1.85 3.61 0 4.28 2.37 4.28 5.45V20h-3.5v-5.1c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V20h-3.5V8.25z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/article>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n\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<div class=\"elementor-element elementor-element-b6abbf3 e-flex e-con-boxed e-con e-parent\" data-id=\"b6abbf3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1fe035 elementor-widget elementor-widget-spacer\" data-id=\"f1fe035\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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>DTU-IIF Advisors Advisory &amp; Mentor Board People guiding DTU-IIF founders A network of seasoned leaders from industry, government and academia who mentor startups on strategy, technology, fundraising and market expansion.&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-5903","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=\/wp\/v2\/pages\/5903","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5903"}],"version-history":[{"count":12,"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=\/wp\/v2\/pages\/5903\/revisions"}],"predecessor-version":[{"id":7677,"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=\/wp\/v2\/pages\/5903\/revisions\/7677"}],"wp:attachment":[{"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}