{"id":1061,"date":"2026-06-11T12:50:10","date_gmt":"2026-06-11T12:50:10","guid":{"rendered":"https:\/\/www.creation-hub.eu\/?page_id=1061"},"modified":"2026-06-17T18:42:29","modified_gmt":"2026-06-17T18:42:29","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.creation-hub.eu\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<!--\nCREATION HUB CONTACT PAGE V4 \u2014 EN \/ MOBILE READABILITY + NO HERO PHOTO BLOCK \/ NO FORM BLOCK \/ NO FOOTER\nUse: WordPress \u2192 Contact page \u2192 Custom HTML block \u2192 paste the full code.\n\nHEADER AND FOOTER:\n- Header and footer should remain separate in Blocksy.\n- This code is only the content for the Contact page.\n\nHOW TO EDIT TEXT:\n- Search for comments marked \"EDIT\".\n- Only change the text between tags, e.g. <h1> ... <\/h1>, <p> ... <\/p>, <a> ... <\/a>.\n\nHOW TO CHANGE THE PHOTO:\n- In the CSS, search for \"PASTE_IMAGE_URL_HERE\".\n- Replace only the URL inside url(\"...\").\n-->\n\n<section class=\"ch-contact\" id=\"contact\">\n  <style>\n    .ch-contact,\n    .ch-contact * {\n      box-sizing: border-box;\n    }\n\n    .ch-contact {\n      --black: #111111;\n      --dark: #2B2B2B;\n      --muted: #555555;\n      --mustard: #D8B15A;\n      --mustard-light: #E0C37A;\n      --paper: #F8F5EE;\n      --paper-light: #FFFDF7;\n      --line: #EAE4D6;\n      --white: #FFFFFF;\n      --max: 1220px;\n\n      width: 100vw !important;\n      max-width: none !important;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw !important;\n      margin-right: -50vw !important;\n      overflow: hidden;\n      isolation: isolate;\n      background:\n        radial-gradient(circle at 12% 8%, rgba(216,177,90,.16), transparent 22%),\n        radial-gradient(circle at 88% 16%, rgba(216,177,90,.10), transparent 26%),\n        linear-gradient(180deg, var(--paper) 0%, var(--white) 34%, var(--paper) 100%);\n      color: var(--black);\n      font-family: Montserrat, Inter, Arial, sans-serif;\n      line-height: 1.45;\n    }\n\n    .ch-contact::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background-image:\n        linear-gradient(rgba(17,17,17,.032) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(17,17,17,.032) 1px, transparent 1px);\n      background-size: 72px 72px;\n      pointer-events: none;\n      mask-image: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.12) 55%, rgba(0,0,0,.55));\n    }\n\n    .ch-contact a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    .ch-contact-wrap {\n      width: min(var(--max), calc(100% - 44px));\n      margin: 0 auto;\n      position: relative;\n      z-index: 2;\n    }\n\n    .ch-contact-section {\n      padding: clamp(58px, 7vw, 104px) 0;\n      position: relative;\n      z-index: 2;\n    }\n\n    .ch-contact-kicker {\n      display: inline-flex;\n      width: fit-content;\n      align-items: center;\n      padding: 8px 13px;\n      border-radius: 999px;\n      border: 1px solid rgba(17,17,17,.12);\n      background: var(--mustard);\n      color: var(--black);\n      font-size: 12px;\n      line-height: 1;\n      font-weight: 900;\n      letter-spacing: .11em;\n      text-transform: uppercase;\n      margin-bottom: 20px;\n      transform: rotate(-1deg);\n    }\n\n    .ch-contact-kicker.dark {\n      background: var(--black);\n      color: var(--white);\n      border-color: var(--black);\n    }\n\n    .ch-contact h1,\n    .ch-contact h2,\n    .ch-contact h3,\n    .ch-contact strong {\n      word-break: normal !important;\n      overflow-wrap: normal !important;\n      hyphens: none !important;\n      text-wrap: balance;\n    }\n\n    .ch-contact p,\n    .ch-contact a,\n    .ch-contact h1,\n    .ch-contact h2,\n    .ch-contact h3 {\n      max-width: 100%;\n    }\n\n    .ch-contact-h1 {\n      max-width: 860px;\n      margin: 0;\n      font-size: clamp(52px, 8.8vw, 116px);\n      line-height: 1.04;\n      letter-spacing: -.052em;\n      font-weight: 950;\n      text-transform: uppercase;\n      color: var(--black);\n    }\n\n    .ch-contact-h1 .outline {\n      display: block;\n      color: transparent;\n      -webkit-text-stroke: 1.5px var(--black);\n      text-stroke: 1.5px var(--black);\n    }\n\n    .ch-contact-h1 .mustard {\n      display: block;\n      color: var(--mustard);\n    }\n\n    .ch-contact-h2 {\n      max-width: 980px;\n      margin: 0;\n      font-size: clamp(38px, 5.8vw, 78px);\n      line-height: 1.10;\n      letter-spacing: -.024em;\n      font-weight: 950;\n      text-transform: uppercase;\n      color: var(--black);\n    }\n\n    .ch-contact-h2.white {\n      color: var(--white);\n    }\n\n    .ch-contact-lead {\n      max-width: 690px;\n      margin: 24px 0 0;\n      color: var(--muted);\n      font-size: clamp(17px, 1.75vw, 21px);\n      line-height: 1.58;\n      font-weight: 500;\n    }\n\n    .ch-contact-lead.light {\n      color: rgba(255,255,255,.76);\n    }\n\n    .ch-contact-buttons {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 14px;\n      margin-top: 32px;\n    }\n\n    .ch-contact-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 52px;\n      padding: 14px 24px;\n      border-radius: 999px;\n      border: 1px solid var(--black);\n      background: transparent;\n      color: var(--black);\n      font-size: 14px;\n      font-weight: 900;\n      letter-spacing: .02em;\n      transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;\n    }\n\n    .ch-contact-btn:hover {\n      transform: translateY(-4px) rotate(-1deg);\n      background: var(--black);\n      color: var(--white);\n    }\n\n    .ch-contact-btn.primary {\n      background: var(--black);\n      color: var(--white);\n      border-color: var(--black);\n    }\n\n    .ch-contact-btn.primary:hover {\n      background: var(--mustard);\n      color: var(--black);\n      border-color: var(--mustard);\n    }\n\n    \/* HERO *\/\n    .ch-contact-hero {\n      min-height: 78vh;\n      display: flex;\n      align-items: center;\n      padding: clamp(58px, 7vw, 106px) 0 clamp(44px, 5vw, 76px);\n      border-bottom: 1px solid var(--line);\n      position: relative;\n      z-index: 2;\n    }\n\n    .ch-contact-hero-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(24px, 4vw, 48px);\n      align-items: center;\n    }\n\n    .ch-contact-email-hero {\n      display: inline-flex;\n      margin-top: 28px;\n      color: var(--black);\n      font-weight: 950;\n      font-size: clamp(22px, 3vw, 42px);\n      line-height: 1.05;\n      letter-spacing: -.045em;\n      border-bottom: 5px solid var(--mustard);\n      padding-bottom: 6px;\n      transition: color .25s ease, border-color .25s ease;\n    }\n\n    .ch-contact-email-hero:hover {\n      color: var(--mustard);\n      border-color: var(--black);\n    }\n\n\n\n\n\n\n    \/* MOVING STRIP *\/\n    .ch-contact-ticker {\n      overflow: hidden;\n      background: var(--black);\n      color: var(--white);\n      transform: rotate(-1deg) scale(1.02);\n      margin: 1px 0;\n      border-top: 1px solid var(--black);\n      border-bottom: 1px solid var(--black);\n      position: relative;\n      z-index: 4;\n    }\n\n    .ch-contact-ticker.light {\n      background: var(--mustard);\n      color: var(--black);\n      transform: rotate(1deg) scale(1.02);\n    }\n\n    .ch-contact-ticker-track {\n      width: max-content;\n      display: flex;\n      animation: ch-contact-ticker 30s linear infinite;\n    }\n\n    .ch-contact-ticker.light .ch-contact-ticker-track {\n      animation-direction: reverse;\n      animation-duration: 38s;\n    }\n\n    .ch-contact-ticker span {\n      display: inline-flex;\n      align-items: center;\n      gap: 22px;\n      padding: 16px 32px;\n      white-space: nowrap;\n      font-size: clamp(28px, 4.7vw, 64px);\n      line-height: .86;\n      letter-spacing: -.05em;\n      font-weight: 950;\n      text-transform: uppercase;\n    }\n\n    .ch-contact-ticker em {\n      font-style: normal;\n      color: var(--mustard);\n    }\n\n    .ch-contact-ticker.light em {\n      color: var(--white);\n    }\n\n    @keyframes ch-contact-ticker {\n      from { transform: translateX(0); }\n      to { transform: translateX(-50%); }\n    }\n\n\n    .ch-contact-main-card h2,\n    .ch-contact-h2 {\n      letter-spacing: -.020em;\n    }\n\n    \/* CONTACT CARDS *\/\n    .ch-contact-card-grid {\n      display: grid;\n      grid-template-columns: 1.15fr .85fr;\n      gap: 18px;\n      margin-top: 42px;\n      align-items: stretch;\n    }\n\n    .ch-contact-main-card,\n    .ch-contact-side-card {\n      border-radius: 34px;\n      border: 1px solid var(--line);\n      background: var(--paper-light);\n      padding: clamp(26px, 4vw, 44px);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .ch-contact-main-card {\n      background: var(--black);\n      color: var(--white);\n      min-height: 420px;\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n    }\n\n    .ch-contact-main-card::after {\n      content: \"\";\n      position: absolute;\n      width: 300px;\n      height: 300px;\n      right: -118px;\n      bottom: -126px;\n      border-radius: 50%;\n      border: 48px solid rgba(216,177,90,.22);\n      pointer-events: none;\n    }\n\n    .ch-contact-main-card h2 {\n      position: relative;\n      z-index: 2;\n      color: var(--white);\n      margin: 0;\n      font-size: clamp(38px, 5vw, 72px);\n      line-height: 1.10;\n      letter-spacing: -.030em;\n      font-weight: 950;\n      text-transform: uppercase;\n      max-width: 760px;\n    }\n\n    .ch-contact-main-card p {\n      position: relative;\n      z-index: 2;\n      color: rgba(255,255,255,.76);\n      max-width: 720px;\n      margin: 24px 0 0;\n      font-size: clamp(17px, 1.7vw, 20px);\n      line-height: 1.6;\n      font-weight: 500;\n    }\n\n    .ch-contact-big-mail {\n      position: relative;\n      z-index: 2;\n      display: inline-flex;\n      width: fit-content;\n      margin-top: 34px;\n      color: var(--mustard);\n      font-size: clamp(26px, 4vw, 56px);\n      line-height: 1;\n      letter-spacing: -.055em;\n      font-weight: 950;\n      border-bottom: 5px solid var(--mustard);\n      padding-bottom: 8px;\n      transition: color .25s ease, border-color .25s ease;\n    }\n\n    .ch-contact-big-mail:hover {\n      color: var(--white);\n      border-color: var(--white);\n    }\n\n    .ch-contact-side-grid {\n      display: grid;\n      gap: 18px;\n    }\n\n    .ch-contact-side-card {\n      min-height: 200px;\n      background: var(--paper-light);\n      transition: transform .25s ease, background .25s ease;\n    }\n\n    .ch-contact-side-card:hover {\n      transform: translateY(-5px);\n      background: var(--mustard);\n    }\n\n    .ch-contact-side-card .small {\n      display: block;\n      font-size: 12px;\n      font-weight: 950;\n      text-transform: uppercase;\n      letter-spacing: .12em;\n      margin-bottom: 18px;\n      color: var(--mustard);\n    }\n\n    .ch-contact-side-card:hover .small {\n      color: var(--black);\n    }\n\n    .ch-contact-side-card h3 {\n      margin: 0;\n      font-size: clamp(26px, 3.2vw, 40px);\n      line-height: 1.02;\n      letter-spacing: -.045em;\n      font-weight: 950;\n      text-transform: uppercase;\n    }\n\n    .ch-contact-side-card p {\n      margin: 16px 0 0;\n      color: var(--muted);\n      font-size: 15.5px;\n      line-height: 1.55;\n      font-weight: 500;\n    }\n\n    .ch-contact-side-card:hover p {\n      color: rgba(17,17,17,.78);\n    }\n\n    \/* WHAT TO WRITE *\/\n    .ch-contact-outline-grid {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      border: 1px solid var(--black);\n      margin-top: 42px;\n      background: var(--black);\n      gap: 1px;\n      transform: rotate(-.25deg);\n    }\n\n    .ch-contact-outline-card {\n      min-height: 240px;\n      background: var(--paper);\n      padding: 26px;\n      position: relative;\n      overflow: hidden;\n      transition: background .25s ease;\n    }\n\n    .ch-contact-outline-card:hover {\n      background: var(--mustard);\n    }\n\n    .ch-contact-outline-card span {\n      display: block;\n      font-size: 12px;\n      font-weight: 950;\n      text-transform: uppercase;\n      letter-spacing: .12em;\n      margin-bottom: 18px;\n    }\n\n    .ch-contact-outline-card h3 {\n      margin: 0;\n      font-size: clamp(24px, 2.6vw, 34px);\n      line-height: 1.10;\n      letter-spacing: -.024em;\n      font-weight: 950;\n      text-transform: uppercase;\n    }\n\n    .ch-contact-outline-card p {\n      margin: 16px 0 0;\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.55;\n      font-weight: 500;\n    }\n\n    .ch-contact-outline-card::after {\n      content: \"\";\n      position: absolute;\n      right: 18px;\n      bottom: 18px;\n      width: 54px;\n      height: 54px;\n      border-radius: 50%;\n      border: 12px solid rgba(17,17,17,.10);\n    }\n\n    \/* FORM PLACEHOLDER *\/\n\n    \/* WordPress form styling, if you add a form block\/shortcode below this HTML *\/\n    .ch-contact + .wpforms-container,\n    .ch-contact + div .wpforms-container,\n    .ch-contact + .wpcf7,\n    .ch-contact + div .wpcf7 {\n      max-width: min(var(--max), calc(100% - 44px)) !important;\n      margin: 40px auto 80px !important;\n      background: var(--paper-light) !important;\n      border: 1px solid var(--line) !important;\n      border-radius: 30px !important;\n      padding: 32px !important;\n    }\n\n    .ch-contact + .wpforms-container input,\n    .ch-contact + .wpforms-container textarea,\n    .ch-contact + div .wpforms-container input,\n    .ch-contact + div .wpforms-container textarea,\n    .ch-contact + .wpcf7 input,\n    .ch-contact + .wpcf7 textarea,\n    .ch-contact + div .wpcf7 input,\n    .ch-contact + div .wpcf7 textarea {\n      border-radius: 16px !important;\n      border: 1px solid var(--line) !important;\n      min-height: 52px !important;\n    }\n\n    .ch-contact + .wpforms-container button,\n    .ch-contact + div .wpforms-container button,\n    .ch-contact + .wpcf7 input[type=\"submit\"],\n    .ch-contact + div .wpcf7 input[type=\"submit\"] {\n      border-radius: 999px !important;\n      background: var(--black) !important;\n      color: var(--white) !important;\n      border: 1px solid var(--black) !important;\n      font-weight: 900 !important;\n      padding: 14px 24px !important;\n    }\n\n    \/* WordPress full-width helper *\/\n    .entry-content > .wp-block-html:has(.ch-contact),\n    .wp-block-post-content > .wp-block-html:has(.ch-contact),\n    .ct-container .wp-block-html:has(.ch-contact),\n    .ct-container-full .wp-block-html:has(.ch-contact),\n    .wp-block-html:has(.ch-contact) {\n      max-width: none !important;\n      width: 100% !important;\n      margin-left: 0 !important;\n      margin-right: 0 !important;\n      padding-left: 0 !important;\n      padding-right: 0 !important;\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .ch-contact-ticker-track,\n\n      .ch-contact-btn,\n      .ch-contact-side-card,\n      .ch-contact-outline-card {\n        transition: none !important;\n      }\n    }\n\n    @media (max-width: 1180px) {\n      .ch-contact-hero-grid,\n      .ch-contact-card-grid {\n        grid-template-columns: 1fr;\n      }\n\n\n      .ch-contact-outline-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 760px) {\n      .ch-contact-wrap {\n        width: min(100% - 30px, var(--max));\n        max-width: 100%;\n        margin-left: auto !important;\n        margin-right: auto !important;\n      }\n\n      .ch-contact-hero-grid,\n      .ch-contact-card-grid,\n      .ch-contact-outline-grid {\n        width: 100%;\n        max-width: 100%;\n        overflow: hidden;\n      }\n\n      .ch-contact-hero-grid > *,\n      .ch-contact-card-grid > *,\n      .ch-contact-outline-grid > * {\n        min-width: 0;\n      }\n\n      .ch-contact-section {\n        padding: 56px 0;\n      }\n\n      .ch-contact-hero {\n        min-height: auto;\n        padding: 54px 0 42px;\n      }\n\n      .ch-contact-h1 {\n        max-width: 100%;\n        font-size: clamp(37px, 10.5vw, 52px);\n        line-height: 1.14;\n        letter-spacing: -.010em;\n      }\n\n      .ch-contact-h1 .outline {\n        -webkit-text-stroke: 1px var(--black);\n        text-stroke: 1px var(--black);\n        letter-spacing: .040em !important;\n        word-spacing: .04em !important;\n      }\n\n      .ch-contact-h1 .mustard {\n        letter-spacing: -.004em;\n      }\n\n      .ch-contact-h2 {\n        font-size: clamp(30px, 8.6vw, 44px);\n        line-height: 1.16;\n        letter-spacing: -.010em;\n      }\n\n      .ch-contact-lead {\n        font-size: 16.5px;\n        line-height: 1.56;\n      }\n\n      .ch-contact-email-hero {\n        max-width: 100%;\n        font-size: clamp(20px, 6.2vw, 31px);\n        line-height: 1.12;\n        letter-spacing: -.018em;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n\n\n\n      .ch-contact-ticker span {\n        font-size: clamp(27px, 11vw, 48px);\n        padding: 13px 22px;\n      }\n\n      .ch-contact-main-card,\n      .ch-contact-side-card {\n        border-radius: 26px;\n        padding: 23px;\n      }\n\n      .ch-contact-main-card {\n        min-height: auto;\n      }\n\n      .ch-contact-main-card h2 {\n        font-size: clamp(28px, 8.2vw, 42px);\n        line-height: 1.16;\n        letter-spacing: -.010em;\n      }\n\n      .ch-contact-main-card p,\n      .ch-contact-side-card p,\n      .ch-contact-outline-card p {\n        font-size: 15.5px;\n        line-height: 1.62;\n      }\n\n      .ch-contact-side-card h3,\n      .ch-contact-outline-card h3 {\n        line-height: 1.14;\n        letter-spacing: -.012em;\n      }\n\n      .ch-contact-big-mail {\n        max-width: 100%;\n        font-size: clamp(20px, 6.2vw, 31px);\n        line-height: 1.12;\n        letter-spacing: -.018em;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .ch-contact-outline-grid {\n        grid-template-columns: 1fr;\n        transform: none;\n      }\n\n      .ch-contact-outline-card {\n        min-height: 200px;\n        padding: 23px;\n      }\n\n      .ch-contact-buttons,\n      .ch-contact-btn {\n        width: 100%;\n      }\n    }\n\n    @media (max-width: 430px) {\n      .ch-contact-wrap {\n        width: min(100% - 24px, var(--max));\n      }\n\n      .ch-contact-h1 {\n        font-size: 34px;\n        line-height: 1.16;\n      }\n\n      .ch-contact-h1 .outline {\n        letter-spacing: .050em !important;\n      }\n\n      .ch-contact-h2 {\n        font-size: 29px;\n        line-height: 1.18;\n      }\n\n\n    }\n  <\/style>\n\n  <!-- =========================\n  HERO \u2014 EDIT TEXT HERE\n  ========================== -->\n  <section class=\"ch-contact-hero\">\n    <div class=\"ch-contact-wrap ch-contact-hero-grid\">\n      <div>\n        <div class=\"ch-contact-kicker\">Contact<\/div>\n        <h1 class=\"ch-contact-h1\">\n          The right projects\n          <span class=\"outline\">start<\/span>\n          <span class=\"mustard\">with a good conversation.<\/span>\n        <\/h1>\n        <p class=\"ch-contact-lead\">For workshops, trainings, Erasmus+ projects, digital solutions, websites or communication support, write to us directly by email.<\/p>\n        <a class=\"ch-contact-email-hero\" href=\"mailto:info@creation-hub.eu\">info@creation-hub.eu<\/a>\n\n        <div class=\"ch-contact-buttons\">\n          <a class=\"ch-contact-btn primary\" href=\"mailto:info@creation-hub.eu\">Send an email<\/a>\n          <a class=\"ch-contact-btn\" href=\"#what-to-write\">What to write?<\/a>\n        <\/div>\n      <\/div>\n\n\n    <\/div>\n  <\/section>\n\n  <!-- MOVING STRIPS -->\n  <section class=\"ch-contact-ticker\" aria-label=\"premikajo\u010da pasica\">\n    <div class=\"ch-contact-ticker-track\">\n      <span>Write to us <em>\u00d7<\/em> trainings <em>\u00d7<\/em> digital solutions <em>\u00d7<\/em> Erasmus+ projects <em>\u00d7<\/em><\/span>\n      <span>Write to us <em>\u00d7<\/em> trainings <em>\u00d7<\/em> digital solutions <em>\u00d7<\/em> Erasmus+ projects <em>\u00d7<\/em><\/span>\n    <\/div>\n  <\/section>\n\n  <section class=\"ch-contact-ticker light\" aria-label=\"premikajo\u010da pasica\">\n    <div class=\"ch-contact-ticker-track\">\n      <span>From idea to delivery <em>\u00d7<\/em> from meeting to programme <em>\u00d7<\/em> from question to solution <em>\u00d7<\/em><\/span>\n      <span>From idea to delivery <em>\u00d7<\/em> from meeting to programme <em>\u00d7<\/em> from question to solution <em>\u00d7<\/em><\/span>\n    <\/div>\n  <\/section>\n\n  <!-- =========================\n  MAIN CONTACT\n  ========================== -->\n  <section class=\"ch-contact-section\">\n    <div class=\"ch-contact-wrap\">\n      <div class=\"ch-contact-kicker dark\">Contact us<\/div>\n      <h2 class=\"ch-contact-h2\">The best start is a short email.<\/h2>\n\n      <div class=\"ch-contact-card-grid\">\n        <div class=\"ch-contact-main-card\">\n          <div>\n            <h2>Do you have an idea, project or question?<\/h2>\n            <p>For co-creating content, delivering trainings, Erasmus+ projects, workshops, social media reviews or website development, write to us at the email below.<\/p>\n          <\/div>\n\n          <a class=\"ch-contact-big-mail\" href=\"mailto:info@creation-hub.eu\">info@creation-hub.eu<\/a>\n        <\/div>\n\n        <div class=\"ch-contact-side-grid\">\n          <div class=\"ch-contact-side-card\">\n            <span class=\"small\">01<\/span>\n            <h3>We work remotely<\/h3>\n            <p>We work online, on location or in a hybrid format, depending on the activity and the organization\u2019s needs.<\/p>\n          <\/div>\n\n          <div class=\"ch-contact-side-card\">\n            <span class=\"small\">02<\/span>\n            <h3>Coffee + conversation<\/h3>\n            <p>The first conversation can be short: what you need, who you work with and what result you want to achieve.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- =========================\n  WHAT TO WRITE\n  ========================== -->\n  <section class=\"ch-contact-section\" id=\"what-to-write\">\n    <div class=\"ch-contact-wrap\">\n      <div class=\"ch-contact-kicker dark\">What to write?<\/div>\n      <h2 class=\"ch-contact-h2\">So we can understand faster what you need.<\/h2>\n\n      <div class=\"ch-contact-outline-grid\">\n        <div class=\"ch-contact-outline-card\">\n          <span>01<\/span>\n          <h3>What are you preparing?<\/h3>\n          <p>A workshop, training, exchange, campaign, website or something else.<\/p>\n        <\/div>\n\n        <div class=\"ch-contact-outline-card\">\n          <span>02<\/span>\n          <h3>Who is it for?<\/h3>\n          <p>Age group, participants, organization, number of people or target audience.<\/p>\n        <\/div>\n\n        <div class=\"ch-contact-outline-card\">\n          <span>03<\/span>\n          <h3>When and where?<\/h3>\n          <p>Date, location, online\/hybrid\/in-person format and basic logistics.<\/p>\n        <\/div>\n\n        <div class=\"ch-contact-outline-card\">\n          <span>04<\/span>\n          <h3>What is the goal?<\/h3>\n          <p>What you want to achieve and how you will know the collaboration was successful.<\/p>\n        <\/div>\n      <\/div>\n\n      \n    <\/div>\n  <\/section>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Contact The right projects start with a good conversation. For workshops, trainings, Erasmus+ projects, digital solutions, websites or communication support, write to us directly by email. info@creation-hub.eu Send an email What to write? Write to us \u00d7 trainings \u00d7 digital solutions \u00d7 Erasmus+ projects \u00d7 Write to us \u00d7 trainings \u00d7 digital solutions \u00d7 Erasmus+ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_gspb_post_css":"","_locale":"en_GB","_original_post":"https:\/\/www.creation-hub.eu\/?page_id=1052","footnotes":""},"class_list":["post-1061","page","type-page","status-publish","hentry","en-GB"],"blocksy_meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/www.creation-hub.eu\/wp-json\/wp\/v2\/pages\/1061","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.creation-hub.eu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.creation-hub.eu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.creation-hub.eu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.creation-hub.eu\/wp-json\/wp\/v2\/comments?post=1061"}],"version-history":[{"count":6,"href":"https:\/\/www.creation-hub.eu\/wp-json\/wp\/v2\/pages\/1061\/revisions"}],"predecessor-version":[{"id":1189,"href":"https:\/\/www.creation-hub.eu\/wp-json\/wp\/v2\/pages\/1061\/revisions\/1189"}],"wp:attachment":[{"href":"https:\/\/www.creation-hub.eu\/wp-json\/wp\/v2\/media?parent=1061"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}