{"id":2396,"date":"2026-02-17T15:11:33","date_gmt":"2026-02-17T14:11:33","guid":{"rendered":"https:\/\/www.petrklichelp.cz\/?p=2396"},"modified":"2026-02-17T19:00:39","modified_gmt":"2026-02-17T18:00:39","slug":"prihlaska-na-vikend","status":"publish","type":"post","link":"https:\/\/www.petrklichelp.cz\/en\/2026\/02\/17\/prihlaska-na-vikend\/","title":{"rendered":"V\u00edkendov\u00e9 setk\u00e1n\u00ed"},"content":{"rendered":"\n<!doctype html>\n<html lang=\"cs\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>V\u00edkendov\u00e9 setk\u00e1n\u00ed \u2013 p\u0159\u00edprava projekt\u016f<\/title>\n  <style>\n    :root{\n      --bg:#ffffff;\n      --text:#111827;\n      --muted:#6b7280;\n      --card:#f9fafb;\n      --line:#e5e7eb;\n      --accent:#f59e0b;      \/* orange *\/\n      --accent-2:#fb923c;    \/* softer orange *\/\n      --badge:#fff7ed;\n      --shadow: 0 10px 25px rgba(17,24,39,.08);\n      --radius: 18px;\n      --maxw: 980px;\n      --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\",\"Segoe UI Emoji\";\n    }\n\n    *{ box-sizing:border-box; }\n    body{\n      margin:0;\n      background:var(--bg);\n      color:var(--text);\n      font-family:var(--font);\n      line-height:1.45;\n    }\n\n    \/* Top *\/\n    .wrap{ max-width:var(--maxw); margin:0 auto; padding:28px 18px 56px; }\n    .topbar{\n      display:flex; align-items:center; gap:12px;\n      color:var(--muted); font-weight:600;\n    }\n    .topbar .dot{\n      width:14px; height:14px; border-radius:999px; background:#d1d5db;\n      display:inline-block;\n    }\n\n    \/* Header CTA area *\/\n    .hero-cta{\n      display:flex; flex-direction:column; align-items:center;\n      gap:10px; margin:22px 0 10px;\n    }\n    .btn{\n      display:inline-flex; align-items:center; gap:10px;\n      background:var(--accent);\n      color:#fff; border:none; cursor:pointer;\n      padding:12px 18px; border-radius:999px;\n      font-weight:800; letter-spacing:.2px;\n      box-shadow: 0 10px 20px rgba(245,158,11,.25);\n      text-decoration:none;\n      transition: transform .08s ease, filter .12s ease;\n    }\n    .btn:active{ transform: translateY(1px); }\n    .btn:hover{ filter:brightness(.98); }\n    .pill{\n      display:inline-flex; align-items:center; gap:10px;\n      padding:10px 14px;\n      border:1px solid var(--line);\n      border-radius:999px;\n      background:#fff;\n      color:var(--text);\n      text-decoration:none;\n      font-weight:700;\n    }\n    .pill span{ color:var(--muted); font-weight:700; }\n\n    \/* Title *\/\n    .title{\n      text-align:center;\n      margin:10px 0 6px;\n      font-size: clamp(28px, 3.8vw, 44px);\n      letter-spacing:-.6px;\n      font-weight:900;\n    }\n    .subtitle{\n      text-align:center;\n      color:var(--text);\n      font-weight:800;\n      margin:0 0 18px;\n    }\n    .meta{\n      text-align:center;\n      color:var(--muted);\n      font-weight:700;\n      margin-top:-8px;\n    }\n\n    \/* Intro banner *\/\n    .banner{\n      margin:18px auto 22px;\n      max-width:860px;\n      background:var(--badge);\n      border:1px solid #fed7aa;\n      border-radius:14px;\n      padding:14px 16px;\n      display:flex;\n      gap:12px;\n      align-items:flex-start;\n    }\n    .banner .bar{\n      width:6px; border-radius:999px;\n      background:linear-gradient(180deg, var(--accent), var(--accent-2));\n      flex:0 0 auto;\n      margin-top:2px;\n      height:100%;\n      min-height:44px;\n    }\n    .banner p{ margin:0; color:#7c2d12; font-weight:700; }\n\n    \/* Grid cards *\/\n    .grid{\n      display:grid;\n      grid-template-columns: 1.05fr .95fr;\n      gap:18px;\n      align-items:start;\n    }\n\n    .card{\n      background:#fff;\n      border:1px solid var(--line);\n      border-radius: var(--radius);\n      padding:18px 18px 14px;\n      box-shadow: var(--shadow);\n    }\n\n    .card h3{\n      margin:0 0 10px;\n      display:flex; align-items:center; gap:10px;\n      font-size:16px;\n      font-weight:900;\n    }\n    .icon{\n      width:26px; height:26px;\n      display:grid; place-items:center;\n      border-radius:8px;\n      background: #f3f4f6;\n      font-size:14px;\n    }\n\n    .list{ margin:0; padding-left:18px; }\n    .list li{ margin:8px 0; }\n    .list li strong{ font-weight:900; }\n    .muted{ color:var(--muted); font-weight:650; }\n\n    .keyinfo{\n      list-style:none;\n      padding:0; margin:0;\n      display:flex; flex-direction:column; gap:10px;\n    }\n    .keyinfo li{\n      display:flex; gap:10px; align-items:flex-start;\n      padding:10px 12px;\n      border:1px solid var(--line);\n      border-radius:14px;\n      background: var(--card);\n    }\n    .keyinfo .k{ min-width:120px; font-weight:900; }\n    .keyinfo .v{ color:var(--text); font-weight:750; }\n    .keyinfo .v small{ display:block; margin-top:2px; color:var(--muted); font-weight:650; }\n\n    \/* Bottom blocks *\/\n    .grid2{\n      display:grid;\n      grid-template-columns: 1fr 1fr;\n      gap:18px;\n      margin-top:18px;\n    }\n\n    .note{\n      margin-top:18px;\n      border:1px dashed #fcd34d;\n      background: #fffbeb;\n      border-radius: var(--radius);\n      padding:16px 18px;\n      font-weight:750;\n      color:#7c2d12;\n    }\n\n    .footer{\n      margin-top:20px;\n      text-align:center;\n      color:var(--muted);\n      font-weight:650;\n      font-size:13px;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 860px){\n      .grid{ grid-template-columns:1fr; }\n      .grid2{ grid-template-columns:1fr; }\n      .keyinfo .k{ min-width:110px; }\n      .banner{ max-width:100%; }\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <div class=\"wrap\">\n    <!-- Optional tiny label like in the screenshot -->\n    <div class=\"topbar\">\n      <span class=\"dot\" aria-hidden=\"true\"><\/span>\n      <span>V\u00edkendov\u00e9 setk\u00e1n\u00ed mlad\u00fdch lid\u00ed \u2013 tvorba projekt\u016f<\/span>\n    <\/div>\n\n    <!-- CTA buttons -->\n    <div class=\"hero-cta\">\n      <a class=\"btn\" href=\"#prihlaska\" aria-label=\"P\u0159ihl\u00e1sit se\">\n        \u2709\ufe0f <span>P\u0159ihl\u00e1sit se<\/span>\n      <\/a>\n      <a class=\"pill\" href=\"#mapa\" aria-label=\"Mapa a m\u00edsto kon\u00e1n\u00ed\">\n        \ud83d\uddfa\ufe0f <strong>Mapa<\/strong> <span>(um\u00edst\u011bn\u00ed TZ \u0158eka)<\/span>\n      <\/a>\n    <\/div>\n\n    <!-- Title -->\n    <h1 class=\"title\">V\u00edkendov\u00e9 setk\u00e1n\u00ed: Od n\u00e1padu k projektu<\/h1>\n    <div class=\"subtitle\">Praktick\u00e9 \u0161kolen\u00ed pro mlad\u00e9 lidi z Moravskoslezsk\u00e9ho kraje<\/div>\n    <div class=\"meta\">7.\u20138. 2. 2026 \u2022 Turistick\u00e1 z\u00e1kladna \u0158eka<\/div>\n\n    <!-- Intro banner -->\n    <div class=\"banner\" role=\"note\" aria-label=\"\u00davodn\u00ed informace\">\n      <div class=\"bar\" aria-hidden=\"true\"><\/div>\n      <p>\n        Setk\u00e1n\u00ed se zam\u011b\u0159\u00ed na zpracov\u00e1n\u00ed n\u00e1pad\u016f do podoby projekt\u016f, kter\u00e9 n\u00e1sledn\u011b pod\u00e1te ke schv\u00e1len\u00ed na financov\u00e1n\u00ed.\n        \u010cekaj\u00ed v\u00e1s konkr\u00e9tn\u00ed kroky, spole\u010dn\u00e1 pr\u00e1ce a dolad\u011bn\u00ed \u017e\u00e1dost\u00ed do fin\u00e1ln\u00ed podoby.\n      <\/p>\n    <\/div>\n\n    <!-- Main two columns -->\n    <section class=\"grid\">\n      <div class=\"card\">\n        <h3><span class=\"icon\">\ud83d\udd0e<\/span> O co jde?<\/h3>\n        <ul class=\"list\">\n          <li><strong>Praktick\u00fd pr\u016fchod<\/strong> p\u0159\u00edpravou projektu a pod\u00e1v\u00e1n\u00edm \u017e\u00e1dosti \u2013 krok za krokem.<\/li>\n          <li><strong>Rozpracov\u00e1n\u00ed n\u00e1pad\u016f<\/strong> do konkr\u00e9tn\u00edch aktivit, v\u00fdstup\u016f a logiky projektu.<\/li>\n          <li><strong>Spole\u010dn\u00e9 dolad\u011bn\u00ed<\/strong> a finalizace grantov\u00fdch \u017e\u00e1dost\u00ed.<\/li>\n        <\/ul>\n\n        <div style=\"height:10px\"><\/div>\n\n        <h3><span class=\"icon\">\ud83c\udfaf<\/span> C\u00edlem setk\u00e1n\u00ed je<\/h3>\n        <ul class=\"list\">\n          <li>proj\u00edt praktick\u00e9 kroky p\u0159i p\u0159\u00edprav\u011b projektu a pod\u00e1v\u00e1n\u00ed \u017e\u00e1dosti<\/li>\n          <li>p\u0159ipravit fin\u00e1ln\u00ed \u017e\u00e1dosti o grant<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"card\">\n        <h3><span class=\"icon\">\ud83d\udccc<\/span> Kl\u00ed\u010dov\u00e9 informace<\/h3>\n        <ul class=\"keyinfo\">\n          <li>\n            <div class=\"k\">Za\u010d\u00e1tek<\/div>\n            <div class=\"v\">Sobota 7. 2. 2026 \u2022 09:00<\/div>\n          <\/li>\n          <li>\n            <div class=\"k\">Konec<\/div>\n            <div class=\"v\">Ned\u011ble 8. 2. 2026 \u2022 13:00<\/div>\n          <\/li>\n          <li>\n            <div class=\"k\">M\u00edsto<\/div>\n            <div class=\"v\">Turistick\u00e1 z\u00e1kladna \u0158eka<\/div>\n          <\/li>\n          <li>\n            <div class=\"k\">Poplatek<\/div>\n            <div class=\"v\">200 K\u010d <small>(\u00fa\u010dastn\u00edk hrad\u00ed tak\u00e9 dopravu na m\u00edsto)<\/small><\/div>\n          <\/li>\n          <li id=\"prihlaska\">\n            <div class=\"k\">P\u0159ihl\u00e1\u0161ka<\/div>\n            <div class=\"v\">Dle instrukc\u00ed organiz\u00e1tora <small>(nap\u0159. e-mail \/ formul\u00e1\u0159 \/ QR)<\/small><\/div>\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/section>\n\n    <!-- Second row (two columns like in flyer) -->\n    <section class=\"grid2\">\n      <div class=\"card\">\n        <h3><span class=\"icon\">\ud83e\udde9<\/span> Co si na setk\u00e1n\u00ed p\u0159ipravit<\/h3>\n        <ul class=\"list\">\n          <li>pod\u00edvat se na formul\u00e1\u0159 pro vypln\u011bn\u00ed \u017e\u00e1dosti a <strong>p\u0159edp\u0159ipravit si ho<\/strong><\/li>\n          <li>p\u0159edp\u0159ipravit <strong>n\u00e1pady na projekt<\/strong> a zodpov\u011bd\u011bt si ot\u00e1zky n\u00ed\u017ee<\/li>\n        <\/ul>\n\n        <div style=\"height:10px\"><\/div>\n\n        <h3><span class=\"icon\">\u2753<\/span> Ot\u00e1zky k promy\u0161len\u00ed<\/h3>\n        <ul class=\"list\">\n          <li>Co \u010dek\u00e1te, \u017ee se ve Va\u0161em projektu \/ Va\u0161ich aktivit\u00e1ch \u00fa\u010dastn\u00edci nau\u010d\u00ed?<\/li>\n          <li>Co byste se r\u00e1di nau\u010dili b\u011bhem projektu Vy?<\/li>\n          <li>Pracuje Va\u0161e organizace s neform\u00e1ln\u00edm vzd\u011bl\u00e1v\u00e1n\u00edm?<\/li>\n          <li>Kter\u00e9 praktick\u00e9 aspekty projektu \u010di \u017e\u00e1dosti pot\u0159ebujete do\u0159e\u0161it p\u0159ed t\u00edm, ne\u017e projekt pod\u00e1te \/ ne\u017e projekt za\u010dne?<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"card\">\n        <h3><span class=\"icon\">\u2705<\/span> Co nezapomenout<\/h3>\n        <ul class=\"list\">\n          <li><strong>Vlastn\u00ed notebook<\/strong> na psan\u00ed \u017e\u00e1dosti<\/li>\n          <li>p\u0159ez\u016fvky a ru\u010dn\u00edk<\/li>\n        <\/ul>\n\n        <div style=\"height:10px\"><\/div>\n\n        <h3><span class=\"icon\">\ud83d\ude86<\/span> Doprava<\/h3>\n        <p class=\"muted\" style=\"margin:0 0 10px;\">\n          Mo\u017en\u00e1 vlakem do \u010cesk\u00e9ho T\u011b\u0161\u00edna, p\u0159estup sm\u011br Fr\u00fddek-M\u00edstek do stanice St\u0159\u00edte\u017e,\n          d\u00e1le autobusem do \u0158eky (zast\u00e1vka Penzion \u201eU Hyb\u0161e\u201c) nebo p\u011b\u0161ky cca 5 km po silnici.\n        <\/p>\n        <p class=\"muted\" style=\"margin:0;\">\n          <strong>Ide\u00e1ln\u00ed je vlastn\u00ed doprava.<\/strong>\n        <\/p>\n\n        <div style=\"height:10px\"><\/div>\n\n<h3 id=\"mapa\"><span class=\"icon\">\ud83d\uddfa\ufe0f<\/span> Mapa \u2013 Turistick\u00e1 z\u00e1kladna \u0158eka<\/h3>\n\n<div style=\"margin-top:10px; border-radius:14px; overflow:hidden; border:1px solid #e5e7eb;\">\n  <iframe\n    src=\"https:\/\/www.google.com\/maps?q=Turistick\u00e1%20z\u00e1kladna%20\u0158eka&#038;output=embed\"\n    width=\"100%\"\n    height=\"300\"\n    style=\"border:0;\"\n    allowfullscreen=\"\"\n    loading=\"lazy\"\n    referrerpolicy=\"no-referrer-when-downgrade\">\n  <\/iframe>\n<\/div>\n\n<p class=\"muted\" style=\"margin-top:8px;\">\n  P\u0159\u00edm\u00fd odkaz:\n  <a href=\"https:\/\/maps.app.goo.gl\/jdHgDKpsjuMM9fCj8\"\n     target=\"_blank\"\n     rel=\"noopener noreferrer\"\n     style=\"color:#b45309; font-weight:800; text-decoration:none;\">\n     Otev\u0159\u00edt v Google Maps \u2192\n  <\/a>\n<\/p>\n    <\/section>\n\n    <!-- Funding note -->\n    <div class=\"note\">\n      \ud83d\udca1 V\u0161echny n\u00e1klady (ubytov\u00e1n\u00ed, stravu, program i materi\u00e1ly) jsou z 50 % hrazeny z dotace M\u0160MT.\n      \u00da\u010dastn\u00edci si hrad\u00ed pouze dopravu na m\u00edsto a p\u0159\u00edsp\u011bvek ve v\u00fd\u0161i 200 K\u010d.\n    <\/div>\n\n    <div class=\"footer\">\n      \u00a9 2026 \u2022 Informace pro \u00fa\u010dastn\u00edky \u2022 Jednostr\u00e1nkov\u00fd let\u00e1k (HTML verze)\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\n\n\n\n\n\n<div style=\"display:flex; justify-content:center; margin:30px 0;\">\n  <figure class=\"ose-google-docs-forms\" \n          data-embed-type=\"Google Forms\" \n          style=\"width:100%; max-width:800px;\">\n    \n    <iframe \n      src=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSdeGmGc59jfd8H6OFRMvVmzrehJLBREFLnoRByGCgovnbiBCQ\/viewform?embedded=true\"\n      frameborder=\"0\"\n      width=\"100%\"\n      height=\"750\"\n      style=\"border-radius:16px; border:1px solid #e5e7eb;\"\n      allowfullscreen>\n    <\/iframe>\n\n  <\/figure>\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"<p>V\u00edkendov\u00e9 setk\u00e1n\u00ed \u2013 p\u0159\u00edprava projekt\u016f V\u00edkendov\u00e9 setk\u00e1n\u00ed mlad\u00fdch lid\u00ed \u2013 tvorba projekt\u016f \u2709\ufe0f P\u0159ihl\u00e1sit se \ud83d\uddfa\ufe0f Mapa (um\u00edst\u011bn\u00ed TZ \u0158eka)&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2396","post","type-post","status-publish","format-standard","hentry","category-nezarazene"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>V\u00edkendov\u00e9 setk\u00e1n\u00ed - Petrkl\u00ed\u010d help<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.petrklichelp.cz\/en\/2026\/02\/17\/prihlaska-na-vikend\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"V\u00edkendov\u00e9 setk\u00e1n\u00ed - Petrkl\u00ed\u010d help\" \/>\n<meta property=\"og:description\" content=\"V\u00edkendov\u00e9 setk\u00e1n\u00ed \u2013 p\u0159\u00edprava projekt\u016f V\u00edkendov\u00e9 setk\u00e1n\u00ed mlad\u00fdch lid\u00ed \u2013 tvorba projekt\u016f \u2709\ufe0f P\u0159ihl\u00e1sit se \ud83d\uddfa\ufe0f Mapa (um\u00edst\u011bn\u00ed TZ \u0158eka)...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.petrklichelp.cz\/en\/2026\/02\/17\/prihlaska-na-vikend\/\" \/>\n<meta property=\"og:site_name\" content=\"Petrkl\u00ed\u010d help\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PetrklicHelp\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-17T14:11:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-17T18:00:39+00:00\" \/>\n<meta name=\"author\" content=\"petrklichelp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/\"},\"author\":{\"name\":\"petrklichelp\",\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/person\/8b6d0808cfe89dd6b012fcedf4dde0ce\"},\"headline\":\"V\u00edkendov\u00e9 setk\u00e1n\u00ed\",\"datePublished\":\"2026-02-17T14:11:33+00:00\",\"dateModified\":\"2026-02-17T18:00:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/\"},\"wordCount\":417,\"publisher\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#organization\"},\"articleSection\":[\"Neza\u0159azen\u00e9\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/\",\"url\":\"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/\",\"name\":\"V\u00edkendov\u00e9 setk\u00e1n\u00ed - Petrkl\u00ed\u010d help\",\"isPartOf\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#website\"},\"datePublished\":\"2026-02-17T14:11:33+00:00\",\"dateModified\":\"2026-02-17T18:00:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.petrklichelp.cz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"V\u00edkendov\u00e9 setk\u00e1n\u00ed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#website\",\"url\":\"https:\/\/www.petrklichelp.cz\/cs\/\",\"name\":\"Petrkl\u00ed\u010d help\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.petrklichelp.cz\/cs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#organization\",\"name\":\"Petrkl\u00ed\u010d help\",\"url\":\"https:\/\/www.petrklichelp.cz\/cs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/petrklichelp.mrkninaweb.cz\/wp-content\/uploads\/2023\/01\/zahrada-petrklichelp.png\",\"contentUrl\":\"https:\/\/petrklichelp.mrkninaweb.cz\/wp-content\/uploads\/2023\/01\/zahrada-petrklichelp.png\",\"width\":117,\"height\":110,\"caption\":\"Petrkl\u00ed\u010d help\"},\"image\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/PetrklicHelp\",\"https:\/\/www.instagram.com\/petrklic_help\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/person\/8b6d0808cfe89dd6b012fcedf4dde0ce\",\"name\":\"petrklichelp\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/595e52ce08925e6eff27e692c433d57e64a56e0229269161ccc1b54eab4fb494?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/595e52ce08925e6eff27e692c433d57e64a56e0229269161ccc1b54eab4fb494?s=96&d=mm&r=g\",\"caption\":\"petrklichelp\"},\"url\":\"https:\/\/www.petrklichelp.cz\/en\/author\/petrklichelp\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"V\u00edkendov\u00e9 setk\u00e1n\u00ed - Petrkl\u00ed\u010d help","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.petrklichelp.cz\/en\/2026\/02\/17\/prihlaska-na-vikend\/","og_locale":"en_GB","og_type":"article","og_title":"V\u00edkendov\u00e9 setk\u00e1n\u00ed - Petrkl\u00ed\u010d help","og_description":"V\u00edkendov\u00e9 setk\u00e1n\u00ed \u2013 p\u0159\u00edprava projekt\u016f V\u00edkendov\u00e9 setk\u00e1n\u00ed mlad\u00fdch lid\u00ed \u2013 tvorba projekt\u016f \u2709\ufe0f P\u0159ihl\u00e1sit se \ud83d\uddfa\ufe0f Mapa (um\u00edst\u011bn\u00ed TZ \u0158eka)...","og_url":"https:\/\/www.petrklichelp.cz\/en\/2026\/02\/17\/prihlaska-na-vikend\/","og_site_name":"Petrkl\u00ed\u010d help","article_publisher":"https:\/\/www.facebook.com\/PetrklicHelp","article_published_time":"2026-02-17T14:11:33+00:00","article_modified_time":"2026-02-17T18:00:39+00:00","author":"petrklichelp","twitter_card":"summary_large_image","twitter_misc":{"Written by":false,"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/#article","isPartOf":{"@id":"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/"},"author":{"name":"petrklichelp","@id":"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/person\/8b6d0808cfe89dd6b012fcedf4dde0ce"},"headline":"V\u00edkendov\u00e9 setk\u00e1n\u00ed","datePublished":"2026-02-17T14:11:33+00:00","dateModified":"2026-02-17T18:00:39+00:00","mainEntityOfPage":{"@id":"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/"},"wordCount":417,"publisher":{"@id":"https:\/\/www.petrklichelp.cz\/cs\/#organization"},"articleSection":["Neza\u0159azen\u00e9"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/","url":"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/","name":"V\u00edkendov\u00e9 setk\u00e1n\u00ed - Petrkl\u00ed\u010d help","isPartOf":{"@id":"https:\/\/www.petrklichelp.cz\/cs\/#website"},"datePublished":"2026-02-17T14:11:33+00:00","dateModified":"2026-02-17T18:00:39+00:00","breadcrumb":{"@id":"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.petrklichelp.cz\/2026\/02\/17\/prihlaska-na-vikend\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.petrklichelp.cz\/"},{"@type":"ListItem","position":2,"name":"V\u00edkendov\u00e9 setk\u00e1n\u00ed"}]},{"@type":"WebSite","@id":"https:\/\/www.petrklichelp.cz\/cs\/#website","url":"https:\/\/www.petrklichelp.cz\/cs\/","name":"Petrkl\u00ed\u010d help","description":"","publisher":{"@id":"https:\/\/www.petrklichelp.cz\/cs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.petrklichelp.cz\/cs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.petrklichelp.cz\/cs\/#organization","name":"Petrkl\u00ed\u010d help","url":"https:\/\/www.petrklichelp.cz\/cs\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/logo\/image\/","url":"https:\/\/petrklichelp.mrkninaweb.cz\/wp-content\/uploads\/2023\/01\/zahrada-petrklichelp.png","contentUrl":"https:\/\/petrklichelp.mrkninaweb.cz\/wp-content\/uploads\/2023\/01\/zahrada-petrklichelp.png","width":117,"height":110,"caption":"Petrkl\u00ed\u010d help"},"image":{"@id":"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PetrklicHelp","https:\/\/www.instagram.com\/petrklic_help\/"]},{"@type":"Person","@id":"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/person\/8b6d0808cfe89dd6b012fcedf4dde0ce","name":"petrklichelp","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/595e52ce08925e6eff27e692c433d57e64a56e0229269161ccc1b54eab4fb494?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/595e52ce08925e6eff27e692c433d57e64a56e0229269161ccc1b54eab4fb494?s=96&d=mm&r=g","caption":"petrklichelp"},"url":"https:\/\/www.petrklichelp.cz\/en\/author\/petrklichelp\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/posts\/2396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/comments?post=2396"}],"version-history":[{"count":6,"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/posts\/2396\/revisions"}],"predecessor-version":[{"id":2403,"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/posts\/2396\/revisions\/2403"}],"wp:attachment":[{"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/media?parent=2396"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/categories?post=2396"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/en\/wp-json\/wp\/v2\/tags?post=2396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}