{"id":5480,"date":"2023-12-22T03:10:20","date_gmt":"2023-12-22T03:10:20","guid":{"rendered":"https:\/\/dtuiif.co.in\/?page_id=5480"},"modified":"2025-11-24T10:57:38","modified_gmt":"2025-11-24T10:57:38","slug":"board-members-2","status":"publish","type":"page","link":"https:\/\/dtuiif.co.in\/?page_id=5480","title":{"rendered":"Board Members"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5480\" class=\"elementor elementor-5480\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-973eb78 e-flex e-con-boxed e-con e-parent\" data-id=\"973eb78\" 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-6fe28ef elementor-widget elementor-widget-spacer\" data-id=\"6fe28ef\" 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<div class=\"elementor-element elementor-element-13fe9ec e-flex e-con-boxed e-con e-parent\" data-id=\"13fe9ec\" 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-2ce5716 elementor-widget elementor-widget-html\" data-id=\"2ce5716\" 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>Governance and Advisory Members<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\n  <!-- Google 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      --bg-light: #f5f7fb;\n      --card-bg: #ffffff;\n      --accent: #0056b3;\n      --accent-soft: rgba(0, 86, 179, 0.08);\n      --text-main: #111827;\n      --text-muted: #6b7280;\n      --border-radius-lg: 18px;\n      --shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.08);\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: var(--bg-light);\n      color: var(--text-main);\n      line-height: 1.5;\n    }\n\n    .gov-section {\n      max-width: 1240px;\n      margin: 0 auto;\n      padding: 40px 16px 60px;\n    }\n\n    .gov-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .gov-eyebrow {\n      text-transform: uppercase;\n      letter-spacing: 0.15em;\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--accent);\n      margin-bottom: 4px;\n    }\n\n    .gov-title {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 6px;\n    }\n\n    .gov-subtitle {\n      font-size: 14px;\n      color: var(--text-muted);\n      max-width: 540px;\n      margin: 0 auto;\n    }\n\n    \/* Featured card (Chairperson) *\/\n    .gov-featured-wrapper {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 36px;\n    }\n\n    .gov-featured-card {\n      width: min(360px, 100%);\n      background: var(--card-bg);\n      border-radius: calc(var(--border-radius-lg) + 4px);\n      box-shadow: var(--shadow-soft);\n      border: 1px solid #e5e7eb;\n      overflow: hidden;\n      text-align: center;\n      padding-bottom: 18px;\n      position: relative;\n    }\n\n    .gov-featured-card::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(to bottom right, var(--accent-soft), transparent 55%);\n      opacity: 0.7;\n      pointer-events: none;\n      mix-blend-mode: multiply;\n    }\n\n    .gov-featured-photo-wrapper {\n      padding: 20px 20px 0;\n      position: relative;\n      z-index: 1;\n    }\n\n    .gov-featured-photo {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      border-radius: calc(var(--border-radius-lg) - 4px);\n      overflow: hidden;\n      background: #f3f4f6;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .gov-featured-photo img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .gov-featured-content {\n      position: relative;\n      z-index: 1;\n      padding: 14px 20px 4px;\n    }\n\n    .gov-featured-name {\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 4px;\n    }\n\n    .gov-featured-role {\n      font-size: 14px;\n      color: var(--text-muted);\n    }\n\n    \/* Grid of advisors *\/\n    .gov-grid {\n      margin-top: 12px;\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n      gap: 22px;\n    }\n\n    .gov-card {\n      background: var(--card-bg);\n      border-radius: var(--border-radius-lg);\n      box-shadow: var(--shadow-soft);\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n      position: relative;\n      border: 1px solid #e5e7eb;\n      transition: transform 0.18s ease, box-shadow 0.18s ease;\n    }\n\n    .gov-card:hover {\n      transform: translateY(-6px);\n      box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);\n    }\n\n    .gov-photo-wrapper {\n      padding: 18px 18px 0;\n    }\n\n    .gov-photo {\n      width: 100%;\n      aspect-ratio: 4 \/ 5;\n      border-radius: calc(var(--border-radius-lg) - 8px);\n      overflow: hidden;\n      background: #f3f4f6;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .gov-photo img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .gov-content {\n      padding: 14px 18px 18px;\n      text-align: center;\n    }\n\n    .gov-name {\n      font-size: 15px;\n      font-weight: 600;\n      margin-bottom: 4px;\n    }\n\n    .gov-role {\n      font-size: 13px;\n      color: var(--text-muted);\n      line-height: 1.6;\n    }\n\n    @media (max-width: 640px) {\n      .gov-section {\n        padding-inline: 14px;\n      }\n\n      .gov-featured-card {\n        border-radius: 16px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <section class=\"gov-section\">\n    <header class=\"gov-header\">\n      <div class=\"gov-eyebrow\">Governance<\/div>\n      <h2 class=\"gov-title\">Governance and Advisory Members<\/h2>\n      <p class=\"gov-subtitle\">\n        The advisors and board members guiding DTU Innovation &amp; Incubation Foundation.\n      <\/p>\n    <\/header>\n\n    <!-- Featured Chairperson -->\n    <div class=\"gov-featured-wrapper\">\n      <article class=\"gov-featured-card\">\n        <div class=\"gov-featured-photo-wrapper\">\n          <div class=\"gov-featured-photo\">\n            <!-- Replace # with actual image URL -->\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2024\/04\/Untitled-300-x-300-px.png\" alt=\"Prof. Prateek Sharma\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-featured-content\">\n          <div class=\"gov-featured-name\">Prof. Prateek Sharma<\/div>\n          <div class=\"gov-featured-role\">\n            Hon'ble Vice Chancellor (DTU) &amp; Chairperson DTU-IIF\n          <\/div>\n        <\/div>\n      <\/article>\n    <\/div>\n\n    <!-- Advisory Members Grid -->\n    <div class=\"gov-grid\">\n      <!-- Row 1 -->\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/1-1.jpg\" alt=\"Prof. S. Indu\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. S. Indu<\/div>\n          <div class=\"gov-role\">\n            Dean \u2013 Student Welfare<br \/>\n            Delhi Technological University (DTU)\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/2-1.jpg\" alt=\"Prof. J.P. Saini\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. J.P. Saini<\/div>\n          <div class=\"gov-role\">\n            Hon'ble Vice Chancellor<br \/>\n            Madan Mohan Malaviya University of Technology (MMMUT)\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/3-1.jpg\" alt=\"Prof. Anu Singh Lather\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. Anu Singh Lather<\/div>\n          <div class=\"gov-role\">\n            Hon'ble Vice Chancellor<br \/>\n            Dr. B.R. Ambedkar University Delhi\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/4.jpg\" alt=\"Prof. M N Doja\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. M N Doja<\/div>\n          <div class=\"gov-role\">\n            Director<br \/>\n            IIIT Sonepat\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/20.jpg\" alt=\"Prof. Ashutosh Trivedi\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. Ashutosh Trivedi<\/div>\n          <div class=\"gov-role\">\n            Civil Engineering Department<br \/>\n            DTU\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Row 2 -->\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/6.jpg\" alt=\"Prof. Samsher\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. Samsher<\/div>\n          <div class=\"gov-role\">\n            Hon'ble Vice Chancellor<br \/>\n            Harcourt Butler Technical University, Kanpur\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/5-1.jpg\" alt=\"Prof. S. K. Garg\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. S. K. Garg<\/div>\n          <div class=\"gov-role\">\n            Professor (Mechanical Engineering Dept.)<br \/>\n            DTU\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/8-1.jpg\" alt=\"Prof. Madhusudhan Singh\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. Madhusudhan Singh<\/div>\n          <div class=\"gov-role\">\n            Registrar<br \/>\n            DTU\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/9.jpg\" alt=\"Prof. Amit Mookerjee\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. Amit Mookerjee<\/div>\n          <div class=\"gov-role\">\n            Director, USME &amp; DTU-IIF\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/7-1.jpg\" alt=\"Dr. R. K. Shukla\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Dr. R. K. Shukla<\/div>\n          <div class=\"gov-role\">\n            Head Librarian<br \/>\n            DTU\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Last single member (centered by grid naturally) -->\n      <article class=\"gov-card\">\n        <div class=\"gov-photo-wrapper\">\n          <div class=\"gov-photo\">\n            <img decoding=\"async\" data-src=\"https:\/\/dtuiif.co.in\/wp-content\/uploads\/2023\/12\/10-1.jpg\" alt=\"Prof. Girish Kumar\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\" \/>\n          <\/div>\n        <\/div>\n        <div class=\"gov-content\">\n          <div class=\"gov-name\">Prof. Girish Kumar<\/div>\n          <div class=\"gov-role\">\n            Director<br \/>\n            DTU-IIF\n          <\/div>\n        <\/div>\n      <\/article>\n    <\/div>\n  <\/section>\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-37b8fe9 e-flex e-con-boxed e-con e-parent\" data-id=\"37b8fe9\" 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-2ce8956 elementor-widget elementor-widget-spacer\" data-id=\"2ce8956\" 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>Governance and Advisory Members Governance Governance and Advisory Members The advisors and board members guiding DTU Innovation &amp; Incubation Foundation. Prof. Prateek Sharma Hon&#8217;ble Vice Chancellor (DTU) &amp; Chairperson DTU-IIF&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-5480","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=\/wp\/v2\/pages\/5480","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=5480"}],"version-history":[{"count":18,"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=\/wp\/v2\/pages\/5480\/revisions"}],"predecessor-version":[{"id":7680,"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=\/wp\/v2\/pages\/5480\/revisions\/7680"}],"wp:attachment":[{"href":"https:\/\/dtuiif.co.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}