{"id":750,"date":"2026-05-26T09:21:35","date_gmt":"2026-05-26T09:21:35","guid":{"rendered":"https:\/\/Community.kytes.com\/?page_id=750"},"modified":"2026-05-27T08:44:57","modified_gmt":"2026-05-27T08:44:57","slug":"events","status":"publish","type":"page","link":"https:\/\/Community.kytes.com\/?page_id=750","title":{"rendered":"Events"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Kytes Events<\/title>\n\n  <style>\n    body {\n      margin: 0;\n      font-family: Arial, Helvetica, sans-serif;\n      background: #f3f3f3;\n      color: #000;\n    }\n\n    .events-page {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 40px 24px;\n      display: grid;\n      grid-template-columns: 1fr 260px;\n      gap: 50px;\n    }\n\n    .event-tabs {\n      display: flex;\n      gap: 20px;\n      margin-bottom: 28px;\n      font-size: 16px;\n    }\n\n    .event-tabs button {\n      background: transparent;\n      border: none;\n      color: #111;\n      text-decoration: none;\n      padding: 0 0 10px;\n      cursor: pointer;\n      font-size: 16px;\n      font-family: inherit;\n    }\n\n    .event-tabs button.active {\n      border-bottom: 2px solid #c90000;\n    }\n\n    .event-list {\n      display: none;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .event-list.active {\n      display: flex;\n    }\n\n    .event-card {\n      background: #fff;\n      border-radius: 4px;\n      padding: 22px;\n      display: grid;\n      grid-template-columns: 325px 1fr;\n      gap: 18px;\n      align-items: center;\n      border: 1px solid #bcd2f2;\n    }\n\n    .event-image {\n      width: 100%;\n      height: 180px;\n      object-fit: cover;\n      background: #000;\n    }\n\n    .event-badge {\n      display: inline-block;\n      background: #0053E2;\n      color: #fff;\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      padding: 5px 7px;\n      border-radius: 4px;\n      margin-bottom: 12px;\n      text-transform: uppercase;\n    }\n\n    .event-date {\n      color: #0053E2;\n      font-size: 15px;\n      letter-spacing: 0.5px;\n      margin-bottom: 14px;\n      text-transform: uppercase;\n    }\n\n    .event-title {\n    font-size: 21px;\n    line-height: 1.45;\n    font-weight: 600;\n    margin: 0 0 14px;\n      color: #000;\n    }\n\n    .event-mode {\n      display: flex;\n      align-items: center;\n      gap: 9px;\n      font-size: 17px;\n      color: #111;\n    }\n\n    .event-sidebar {\n      padding-top: 37px;\n    }\n\n.event-sidebar h2 {\n    font-size: 26px;\n    margin: 0 0 26px;\n    font-weight: 700;\n    color: black !important;\n}\n\n    .event-filter {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .event-filter li {\n      margin-bottom: 21px;\n      font-size: 16px;\n    }\n\n    .event-filter a {\n      color: #000;\n      text-decoration: none;\n      display: block;\n      padding-left: 18px;\n      border-left: 3px solid transparent;\n    }\n\n    .event-filter a.active {\n    color: #0053e2;\n    border-left-color: #0053e2;\n    }\n\n    @media (max-width: 900px) {\n      .events-page {\n        grid-template-columns: 1fr;\n        gap: 25px;\n      }\n\n      .event-sidebar {\n        padding-top: 0;\n      }\n\n      .event-card {\n        grid-template-columns: 1fr;\n      }\n\n      .event-image {\n        height: auto;\n        max-height: 220px;\n      }\n    }\n\n    @media (max-width: 600px) {\n      .events-page {\n        padding: 28px 16px;\n      }\n\n      .event-card {\n        padding: 16px;\n      }\n\n      .event-title {\n        font-size: 20px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n<section class=\"events-page\">\n\n  <main class=\"events-main\">\n\n    <div class=\"event-tabs\">\n      <button class=\"tab-btn active\" onclick=\"showEvents('upcoming', this)\">Upcoming events<\/button>\n      <button class=\"tab-btn\" onclick=\"showEvents('past', this)\">Past events<\/button>\n    <\/div>\n\n    <!-- Upcoming Events -->\n    <div id=\"upcoming\" class=\"event-list active\">\n\n      <div class=\"event-card\">\n        <img decoding=\"async\" class=\"event-image\" src=\"https:\/\/www.kytes.com\/wp-content\/uploads\/2026\/01\/Stay-Tuned-2048x1152.jpg\" alt=\"Release Webinar\">\n        <div class=\"event-content\">\n          <span class=\"event-badge\">Don\u2019t Miss Out!<\/span>\n          <div class=\"event-date\">Upcoming Events | Stay Tuned for Exciting Updates<\/div>\n          <h3 class=\"event-title\">Presented by Kytes<\/h3>\n          \n        <\/div>\n      <\/div>\n\n<div class=\"event-card\">\n       <a href=\"https:\/\/www.kytes.com\/on-demand\/times-techies-webinars-x-kytes\/\"><img decoding=\"async\" class=\"event-image\" src=\"https:\/\/www.kytes.com\/wp-content\/uploads\/2026\/01\/Techies-Webinars-768x402.jpg\" alt=\"Release Webinar\"><\/a>\n        <div class=\"event-content\">\n          <span class=\"event-badge\">Webinar<\/span>\n          <div class=\"event-date\">Wednesday, January 21st, 2026<\/div>\n          <h3 class=\"event-title\">Intelligently Simple: AI-Integrated\nProject Management for 10X Growth\n<\/h3>\n          \n        <\/div>\n      <\/div>\n\n      \n\n    <\/div>\n\n    <!-- Past Events -->\n    <div id=\"past\" class=\"event-list\">\n\n      <div class=\"event-card\">\n         <a href=\"https:\/\/www.kytes.com\/events\/kytes-at-digital-native-nexus-2026\/\"><img decoding=\"async\" class=\"event-image\" src=\"https:\/\/www.kytes.com\/wp-content\/uploads\/2026\/04\/bengaluru-banner-768x432.jpg\" alt=\"Past Webinar\"><\/a>\n        <div class=\"event-content\">\n          <span class=\"event-badge\">Event<\/span>\n          <div class=\"event-date\">Friday, 8th May 2026<\/div>\n          <h3 class=\"event-title\">Kytes at Digital Native Nexus 2026<\/h3>\n          <div class=\"event-mode\">\ud83d\udc65 <span>In-person event<\/span><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"event-card\">\n       <a href=\"https:\/\/www.kytes.com\/events\/pm-conclave-manthan-2026\/\"> <img decoding=\"async\" class=\"event-image\" src=\"https:\/\/www.kytes.com\/wp-content\/uploads\/2026\/02\/Conclave-Manthan-banner-768x432.jpg\" alt=\"Past Conference\"><\/a>\n        <div class=\"event-content\">\n          <span class=\"event-badge\">Event<\/span>\n          <div class=\"event-date\">Saturday, 21st February 2026<\/div>\n          <h3 class=\"event-title\">Kytes at PM Conclave Manthan 2026<\/h3>\n          <div class=\"event-mode\">\ud83d\udc65 <span>In-person event<\/span><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"event-card\">\n        <a href=\"https:\/\/www.kytes.com\/events\/nasscom-technology-leadership-forum-2026\/\"><img decoding=\"async\" class=\"event-image\" src=\"https:\/\/www.kytes.com\/wp-content\/uploads\/2026\/01\/silver-sponsor-768x432.jpg\" alt=\"Past Workshop\"><\/a>\n        <div class=\"event-content\">\n          <span class=\"event-badge\">Workshop<\/span>\n          <div class=\"event-date\">Tuesday &#038; Wednesday, February 24th &#038; 25th, 2026<\/div>\n          <h3 class=\"event-title\">Kytes at NASSCOM Technology &#038; Leadership Forum 2026 Silver Sponsor<\/h3>\n          <div class=\"event-mode\">\ud83d\udc65 <span>In-person event<\/span><\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n  <\/main>\n\n  <aside class=\"event-sidebar\">\n    <h2>Event type<\/h2>\n\n    <ul class=\"event-filter\">\n      <li><a href=\"#\" class=\"active\">All types<\/a><\/li>\n      <li><a href=\"#\">Upcoming events<\/a><\/li>\n      <li><a href=\"#\">Past events<\/a><\/li>\n      <li><a href=\"#\">Webinars<\/a><\/li>\n    <\/ul>\n  <\/aside>\n\n<\/section>\n\n<script>\n  function showEvents(type, clickedButton) {\n    document.querySelectorAll('.event-list').forEach(function(list) {\n      list.classList.remove('active');\n    });\n\n    document.querySelectorAll('.tab-btn').forEach(function(button) {\n      button.classList.remove('active');\n    });\n\n    document.getElementById(type).classList.add('active');\n    clickedButton.classList.add('active');\n  }\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Kytes Events Upcoming events Past events Don\u2019t Miss Out! Upcoming Events | Stay Tuned for Exciting Updates Presented by Kytes Webinar Wednesday, January 21st, 2026 Intelligently Simple: AI-Integrated Project Management for 10X Growth Event Friday, 8th May 2026 Kytes at Digital Native Nexus 2026 \ud83d\udc65 In-person event Event Saturday, 21st February 2026 Kytes at PM [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-750","page","type-page","status-publish","hentry"],"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/Community.kytes.com\/index.php?rest_route=\/wp\/v2\/pages\/750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/Community.kytes.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/Community.kytes.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/Community.kytes.com\/index.php?rest_route=\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/Community.kytes.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=750"}],"version-history":[{"count":0,"href":"https:\/\/Community.kytes.com\/index.php?rest_route=\/wp\/v2\/pages\/750\/revisions"}],"wp:attachment":[{"href":"https:\/\/Community.kytes.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}