{"id":11769,"date":"2025-07-16T10:45:30","date_gmt":"2025-07-16T10:45:30","guid":{"rendered":"https:\/\/elusivedata.io\/?page_id=11769"},"modified":"2026-03-19T10:18:14","modified_gmt":"2026-03-19T10:18:14","slug":"example-mega-menu","status":"publish","type":"page","link":"https:\/\/elusivedata.io\/pt\/example-mega-menu\/","title":{"rendered":"Exemplo de mega menu"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"11769\" class=\"elementor elementor-11769\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47be472 e-flex e-con-boxed e-con e-parent\" data-id=\"47be472\" 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-a8187d5 elementor-widget elementor-widget-html\" data-id=\"a8187d5\" 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  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Mega menu Elusivedata<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Saira:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/js\/all.min.js\"><\/script>\n  <style>\n    * {\n      box-sizing: border-box;\n    }\n\n    body {\n      margin: 0;\n      font-family: 'Saira', sans-serif;\n      background: #0f172a;\n      font-weight: 400;\n    }\n\n    .navbar {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #0f172a;\n      padding: 14px 40px;\n      position: relative;\n      z-index: 100;\n    }\n\n    .navbar ul {\n      list-style: none;\n      display: flex;\n      margin: 0;\n      padding: 0;\n    }\n\n    .navbar li {\n      position: relative;\n    }\n\n    .navbar a {\n      color: #fff;\n      text-decoration: none;\n      padding: 12px 18px;\n      display: flex;\n      align-items: center;\n      font-size: 15px;\n      font-weight: 400;\n      transition: color 0.3s ease;\n      white-space: nowrap;\n    }\n\n    .navbar a:hover {\n      color: #4c7bfa;\n    }\n\n    .navbar a .arrow {\n      margin-left: 5px;\n      display: inline-block;\n      width: 8px;\n      height: 8px;\n      border-right: 2px solid currentColor;\n      border-bottom: 2px solid currentColor;\n      transform: rotate(45deg);\n      margin-top: -3px;\n      transition: transform 0.3s ease;\n    }\n\n    .navbar li:hover .arrow {\n      transform: rotate(225deg);\n      margin-top: 1px;\n    }\n\n    .megamenu {\n      position: absolute;\n      top: 100%;\n      left: 0;\n      background: #f3f4f6;\n      padding: 30px 40px;\n      display: none;\n      width: 100vw;\n      margin-left: -20px;\n      color: #1e293b;\n      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);\n      border-radius: 0 0 8px 8px;\n      z-index: 1000;\n    }\n\n    .navbar li:hover .megamenu {\n      display: flex;\n    }\n\n    @keyframes fadeInDown {\n      from {\n        opacity: 0;\n        transform: translateY(-10px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .megamenu-content {\n      display: flex;\n      gap: 40px;\n      flex-wrap: wrap;\n      max-width: 1200px;\n      margin: 0 auto;\n      width: 100%;\n    }\n\n    .megamenu-column {\n      flex: 1;\n      min-width: 200px;\n      max-width: 250px;\n    }\n\n    .megamenu-column h4 {\n      font-size: 14px;\n      color: #4c7bfa;\n      margin-bottom: 15px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .megamenu-column a {\n      display: block;\n      padding: 8px 0;\n      font-size: 15px;\n      color: #1e293b;\n      text-decoration: none;\n      transition: color 0.3s ease, padding-left 0.3s ease;\n      border-bottom: 1px solid transparent;\n    }\n\n    .megamenu-column a:hover {\n      color: #2b64f8;\n      padding-left: 8px;\n    }\n\n    .megamenu-feature {\n      flex: 1;\n      background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);\n      padding: 20px;\n      border-radius: 8px;\n      max-width: 280px;\n      margin-left: 20px;\n      border: 1px solid #d1d5db;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .megamenu-feature:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n\n    .megamenu-feature h4 {\n      font-size: 16px;\n      color: #2563eb;\n      margin-bottom: 10px;\n      font-weight: 600;\n    }\n\n    .megamenu-feature p {\n      font-size: 14px;\n      color: #374151;\n      margin-bottom: 15px;\n      line-height: 1.5;\n    }\n\n    .megamenu-feature a.btn {\n      display: inline-block;\n      padding: 10px 16px;\n      background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);\n      color: #fff;\n      border-radius: 6px;\n      font-size: 14px;\n      text-decoration: none;\n      font-weight: 500;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);\n    }\n\n    .megamenu-feature a.btn:hover {\n      background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);\n      transform: translateY(-1px);\n      box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3);\n    }\n\n    .nav-icons {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .nav-icons a {\n      color: #fff;\n      font-size: 18px;\n      padding: 8px;\n      border-radius: 4px;\n      transition: all 0.3s ease;\n    }\n\n    .nav-icons a:hover {\n      color: #4c7bfa;\n      background: rgba(76, 123, 250, 0.1);\n    }\n\n    .lang-select {\n      color: #fff;\n      font-size: 14px;\n      margin-left: 10px;\n      cursor: pointer;\n      padding: 8px 12px;\n      border-radius: 4px;\n      transition: all 0.3s ease;\n    }\n\n    .lang-select:hover {\n      background: rgba(76, 123, 250, 0.1);\n      color: #4c7bfa;\n    }\n\n    .contact-btn {\n      background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);\n      color: #fff;\n      padding: 10px 18px;\n      border-radius: 6px;\n      text-decoration: none;\n      font-size: 15px;\n      margin-left: 20px;\n      font-weight: 500;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);\n    }\n\n    .contact-btn:hover {\n      background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);\n      transform: translateY(-1px);\n      box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);\n    }\n\n    \/* Responsive design *\/\n    @media (max-width: 768px) {\n      .navbar {\n        padding: 10px 20px;\n        flex-direction: column;\n        gap: 10px;\n      }\n\n      .megamenu {\n        position: static;\n        width: 100%;\n        left: 0;\n        border-radius: 8px;\n        margin-top: 10px;\n      }\n\n      .megamenu-content {\n        flex-direction: column;\n        gap: 20px;\n      }\n\n      .megamenu-feature {\n        margin-left: 0;\n        max-width: 100%;\n      }\n\n      .nav-icons {\n        flex-wrap: wrap;\n        gap: 10px;\n      }\n\n      .contact-btn {\n        margin-left: 0;\n      }\n    }\n\n    \/* Fade in animation for menu items *\/\n    .megamenu-column a {\n      transition: color 0.3s ease, padding-left 0.3s ease;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"navbar\">\n    <ul>\n      <li>\n        <a href=\"#\">Forma\u00e7\u00e3o <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>Vis\u00e3o geral<\/h4>\n              <a href=\"#\">Calend\u00e1rio e pre\u00e7os dos cursos<\/a>\n              <a href=\"#\">Capturar a bandeira (CTF)<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>Programas<\/h4>\n              <a href=\"#\">Introdu\u00e7\u00e3o \u00e0 per\u00edcia digital<\/a>\n              <a href=\"#\">An\u00e1lise forense de dispositivos m\u00f3veis<\/a>\n              <a href=\"#\">An\u00e1lise forense de SQLite<\/a>\n              <a href=\"#\">Python para an\u00e1lise forense de telem\u00f3veis<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>Microaprendizagem<\/h4>\n              <a href=\"#\">Estruturas de dados SQLite<\/a>\n              <a href=\"#\">\u00cdndice WAL &amp; SHM<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Curso em destaque<\/h4>\n              <p>Extraia informa\u00e7\u00f5es de quadros WAL e recupere registos eliminados em SQLite.<\/p>\n              <a href=\"#\" class=\"btn\">Ver curso<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n\n      <li>\n        <a href=\"#\">Recursos gratuitos <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>Artigos<\/h4>\n              <a href=\"#\">Blogue e guias de instru\u00e7\u00f5es<\/a>\n              <a href=\"#\">E-books gratuitos<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>Ferramentas<\/h4>\n              <a href=\"#\">Ferramenta de c\u00f3pia de seguran\u00e7a 2FS<\/a>\n              <a href=\"#\">Calculadora Varint<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Descriptografia de notas do iOS<\/h4>\n              <p>Guia passo-a-passo para desencriptar o Apple Notes em investiga\u00e7\u00f5es forenses.<\/p>\n              <a href=\"#\" class=\"btn\">Saiba mais<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Ferramenta Varint<\/h4>\n              <p>Calcula e visualiza online as variantes de SQLite. Gratuito e intuitivo.<\/p>\n              <a href=\"#\" class=\"btn\">Utilizar a ferramenta<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n\n      <li>\n        <a href=\"#\">Loja <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>Cursos<\/h4>\n              <a href=\"#\">SQLite Forensics (A pedido)<\/a>\n              <a href=\"#\">Estruturas de dados (On-Demand)<\/a>\n              <a href=\"#\">WAL &amp; SHM (A pedido)<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>Produtos de topo<\/h4>\n              <a href=\"#\">Saco Faraday<\/a>\n              <a href=\"#\">Cacifo 7<\/a>\n              <a href=\"#\">Escudo EMP<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Best-Seller<\/h4>\n              <p>Saco Faraday Mission Darkness\u2122 para telem\u00f3veis - evid\u00eancia m\u00f3vel segura.<\/p>\n              <a href=\"#\" class=\"btn\">Ver<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n\n      <li>\n        <a href=\"#\">Sobre <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>Empresa<\/h4>\n              <a href=\"#\">A nossa hist\u00f3ria<\/a>\n              <a href=\"#\">Parceiros<\/a>\n              <a href=\"#\">Carreiras<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Estamos a expandir-nos<\/h4>\n              <p>Estamos a refor\u00e7ar a nossa equipa de vendas em toda a Europa. Se tem experi\u00eancia e paix\u00e3o, entre em contacto connosco.<\/p>\n              <a href=\"#\" class=\"btn\">Saiba mais<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Visualizador de SQLite<\/h4>\n              <p>Lan\u00e7amento em agosto. Linha do tempo e visualiza\u00e7\u00e3o de dados para an\u00e1lise forense de SQLite.<\/p>\n              <a href=\"#\" class=\"btn\">Ferramenta de pr\u00e9-visualiza\u00e7\u00e3o<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n    <div class=\"nav-icons\">\n      <a href=\"#\"><i class=\"fas fa-user\"><\/i><\/a>\n      <a href=\"#\"><i class=\"fas fa-heart\"><\/i><\/a>\n      <a href=\"#\"><i class=\"fas fa-shopping-cart\"><\/i><\/a>\n      <div class=\"lang-select\"><i class=\"fas fa-globe\"><\/i> PT<\/div>\n      <a href=\"#\" class=\"contact-btn\">Contacto<\/a>\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\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>","protected":false},"excerpt":{"rendered":"<p>Elusivedata Mega Menu Training Overview Course Calendar &#038; Pricing Capture The Flag (CTF) Programs Intro to Digital Forensics Mobile Device Forensics SQLite Forensics Python for Mobile Forensics Micro-learning SQLite Data Structures WAL &#038; SHM Index Featured Course Extract insights from WAL frames &#038; recover deleted records in SQLite. View Course Free Resources Articles Blog &#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-11769","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Example Mega Menu - Elusive Data<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Example Mega Menu\" \/>\n<meta property=\"og:description\" content=\"Elusivedata Mega Menu Training Overview Course Calendar &#038; Pricing Capture The Flag (CTF) Programs Intro to Digital Forensics Mobile Device Forensics SQLite Forensics Python for Mobile Forensics Micro-learning SQLite Data Structures WAL &#038; SHM Index Featured Course Extract insights from WAL frames &#038; recover deleted records in SQLite. View Course Free Resources Articles Blog &#038; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elusivedata.io\/pt\/example-mega-menu\/\" \/>\n<meta property=\"og:site_name\" content=\"Elusive Data\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-19T10:18:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/\",\"name\":\"Example Mega Menu - Elusive Data\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\"},\"datePublished\":\"2025-07-16T10:45:30+00:00\",\"dateModified\":\"2026-03-19T10:18:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elusivedata.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Example Mega Menu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"name\":\"ElusiveData\",\"description\":\"Excellence in Digital Forensics Training and Consulting\",\"publisher\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elusivedata.io\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\",\"name\":\"ElusiveData\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"contentUrl\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"width\":2560,\"height\":370,\"caption\":\"ElusiveData\"},\"image\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@elusivedata\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Exemplo de Mega Menu - Elusive Data","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"pt_PT","og_type":"article","og_title":"Example Mega Menu","og_description":"Elusivedata Mega Menu Training Overview Course Calendar &#038; Pricing Capture The Flag (CTF) Programs Intro to Digital Forensics Mobile Device Forensics SQLite Forensics Python for Mobile Forensics Micro-learning SQLite Data Structures WAL &#038; SHM Index Featured Course Extract insights from WAL frames &#038; recover deleted records in SQLite. View Course Free Resources Articles Blog &#038; [&hellip;]","og_url":"https:\/\/elusivedata.io\/pt\/example-mega-menu\/","og_site_name":"Elusive Data","article_modified_time":"2026-03-19T10:18:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elusivedata.io\/example-mega-menu\/","url":"https:\/\/elusivedata.io\/example-mega-menu\/","name":"Exemplo de Mega Menu - Elusive Data","isPartOf":{"@id":"https:\/\/elusivedata.io\/#website"},"datePublished":"2025-07-16T10:45:30+00:00","dateModified":"2026-03-19T10:18:14+00:00","breadcrumb":{"@id":"https:\/\/elusivedata.io\/example-mega-menu\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elusivedata.io\/example-mega-menu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elusivedata.io\/example-mega-menu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elusivedata.io\/"},{"@type":"ListItem","position":2,"name":"Example Mega Menu"}]},{"@type":"WebSite","@id":"https:\/\/elusivedata.io\/#website","url":"https:\/\/elusivedata.io\/","name":"ElusiveData","description":"Excel\u00eancia em forma\u00e7\u00e3o e consultoria forense digital","publisher":{"@id":"https:\/\/elusivedata.io\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elusivedata.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/elusivedata.io\/#organization","name":"ElusiveData","url":"https:\/\/elusivedata.io\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/","url":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","contentUrl":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","width":2560,"height":370,"caption":"ElusiveData"},"image":{"@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@elusivedata"]}]}},"_links":{"self":[{"href":"https:\/\/elusivedata.io\/pt\/wp-json\/wp\/v2\/pages\/11769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elusivedata.io\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elusivedata.io\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/pt\/wp-json\/wp\/v2\/comments?post=11769"}],"version-history":[{"count":8,"href":"https:\/\/elusivedata.io\/pt\/wp-json\/wp\/v2\/pages\/11769\/revisions"}],"predecessor-version":[{"id":13545,"href":"https:\/\/elusivedata.io\/pt\/wp-json\/wp\/v2\/pages\/11769\/revisions\/13545"}],"wp:attachment":[{"href":"https:\/\/elusivedata.io\/pt\/wp-json\/wp\/v2\/media?parent=11769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}