templates/index/workshop.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Zatoka Kodu{% endblock %}
  3. {% block css %}
  4.     {{ parent() }}
  5.     <link id="style-switch" rel="stylesheet" type="text/css" href="{{ asset('./assets/css/my_style.css')  }}">
  6.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="sha512-..." crossorigin="anonymous" referrerpolicy="no-referrer" />
  7.     <style>
  8.         .list-title {
  9.             display: flex;
  10.             align-items: center;
  11.             background: linear-gradient(135deg, #ffe59e, #ffc107);
  12.             padding: 16px;
  13.             border-radius: 12px;
  14.             font-size: 1.3rem;
  15.             font-weight: 700;
  16.             color: #24292d;
  17.             box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  18.         }
  19.         .list-title i {
  20.             margin-right: 12px;
  21.             color: #24292d;
  22.             font-size: 1.5rem;
  23.         }
  24.         .custom-list {
  25.             list-style: none;
  26.             padding-left: 0;
  27.             margin-top: 20px;
  28.         }
  29.         .custom-list li {
  30.             display: flex;
  31.             align-items: flex-start;
  32.             gap: 10px;
  33.             margin-bottom: 12px;
  34.             font-size: 1.1rem;
  35.             color: #374151;
  36.             line-height: 1.5;
  37.         }
  38.         .custom-list li::before {
  39.             content: "\f058"; /* check-circle icon */
  40.             font-family: "Font Awesome 6 Free";
  41.             font-weight: 900;
  42.             color: #10b981;
  43.             font-size: 1.1rem;
  44.             margin-top: 3px;
  45.         }
  46.         @media (max-width: 768px) {
  47.             .list-title {
  48.                 font-size: 1.1rem;
  49.             }
  50.         }
  51.     </style>
  52. {% endblock %}
  53. {% block body %}
  54.     <!-- **************** MAIN CONTENT START **************** -->
  55.     <main>
  56.         <!-- =======================
  57.         Main Banner START -->
  58.         <section class="position-relative overflow-hidden pt-5 pt-lg-3">
  59.             <!-- SVG START -->
  60.             <figure class="position-absolute top-50 start-0 translate-middle-y ms-n7 d-none d-xxl-block">
  61.                 <svg class="rotate-74 fill-danger opacity-1">
  62.                     <circle cx="180.4" cy="15.5" r="7.7" />
  63.                     <path d="m159.9 22.4c-3.8 0-6.9-3.1-6.9-6.9s3.1-6.9 6.9-6.9 6.9 3.1 6.9 6.9-3.1 6.9-6.9 6.9z" />
  64.                     <ellipse transform="matrix(.3862 -.9224 .9224 .3862 71.25 138.08)" cx="139.4" cy="15.5" rx="6.1" ry="6.1" />
  65.                     <circle cx="118.9" cy="15.5" r="5.4" />
  66.                     <path d="m98.4 20.1c-2.5 0-4.6-2.1-4.6-4.6s2.1-4.6 4.6-4.6 4.6 2.1 4.6 4.6-2.1 4.6-4.6 4.6z" />
  67.                     <path d="m77.9 19.3c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8z" />
  68.                     <path d="m57.3 18.6c-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1 3.1 1.4 3.1 3.1-1.4 3.1-3.1 3.1z" />
  69.                     <path d="m36.8 17.8c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z" />
  70.                     <circle cx="16.3" cy="15.5" r="1.6" />
  71.                     <circle cx="180.4" cy="38.5" r="7.7" />
  72.                     <path d="m159.9 45.3c-3.8 0-6.9-3.1-6.9-6.9s3.1-6.9 6.9-6.9 6.9 3.1 6.9 6.9-3.1 6.9-6.9 6.9z" />
  73.                     <ellipse transform="matrix(.8486 -.5291 .5291 .8486 .7599 79.566)" cx="139.4" cy="38.5" rx="6.1" ry="6.1" />
  74.                     <circle cx="118.9" cy="38.5" r="5.4" />
  75.                     <path d="m98.4 43.1c-2.5 0-4.6-2.1-4.6-4.6s2.1-4.6 4.6-4.6 4.6 2.1 4.6 4.6-2.1 4.6-4.6 4.6z" />
  76.                     <circle cx="77.9" cy="38.5" r="3.8" />
  77.                     <path d="m57.3 41.5c-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1 3.1 1.4 3.1 3.1c0 1.8-1.4 3.1-3.1 3.1z" />
  78.                     <path d="m36.8 40.8c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z" />
  79.                     <circle cx="16.3" cy="38.5" r="1.6" />
  80.                     <circle cx="180.4" cy="61.4" r="7.7" />
  81.                     <path d="m159.9 68.3c-3.8 0-6.9-3.1-6.9-6.9s3.1-6.9 6.9-6.9 6.9 3.1 6.9 6.9-3.1 6.9-6.9 6.9z" />
  82.                     <ellipse transform="matrix(.3862 -.9224 .9224 .3862 28.902 166.26)" cx="139.4" cy="61.4" rx="6.1" ry="6.1" />
  83.                     <circle cx="118.9" cy="61.4" r="5.4" />
  84.                     <path d="m98.4 66c-2.5 0-4.6-2.1-4.6-4.6s2.1-4.6 4.6-4.6 4.6 2.1 4.6 4.6c0 2.6-2.1 4.6-4.6 4.6z" />
  85.                     <path d="m77.9 65.2c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8z" />
  86.                     <path d="m57.3 64.5c-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1 3.1 1.4 3.1 3.1-1.4 3.1-3.1 3.1z" />
  87.                     <path d="m36.8 63.7c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z" />
  88.                     <circle cx="16.3" cy="61.4" r="1.6" />
  89.                     <circle cx="180.4" cy="84.4" r="7.7" />
  90.                     <path d="m159.9 91.3c-3.8 0-6.9-3.1-6.9-6.9s3.1-6.9 6.9-6.9 6.9 3.1 6.9 6.9-3.1 6.9-6.9 6.9z" />
  91.                     <path    d="m139.4 90.5c-3.4 0-6.1-2.7-6.1-6.1s2.7-6.1 6.1-6.1 6.1 2.7 6.1 6.1c0 3.3-2.7 6.1-6.1 6.1z" />
  92.                     <circle cx="118.9" cy="84.4" r="5.4" />
  93.                     <path d="m98.4 89c-2.5 0-4.6-2.1-4.6-4.6s2.1-4.6 4.6-4.6 4.6 2.1 4.6 4.6-2.1 4.6-4.6 4.6z" />
  94.                     <path d="m77.9 88.2c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8z" />
  95.                     <path d="m57.3 87.4c-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1 3.1 1.4 3.1 3.1c0 1.8-1.4 3.1-3.1 3.1z" />
  96.                     <path d="m36.8 86.7c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z" />
  97.                     <circle cx="16.3" cy="84.4" r="1.6" />
  98.                     <circle cx="180.4" cy="107.3" r="7.7" />
  99.                     <path d="m159.9 114.2c-3.8 0-6.9-3.1-6.9-6.9s3.1-6.9 6.9-6.9 6.9 3.1 6.9 6.9-3.1 6.9-6.9 6.9z" />
  100.                     <path d="m139.4 113.4c-3.4 0-6.1-2.7-6.1-6.1s2.7-6.1 6.1-6.1 6.1 2.7 6.1 6.1-2.7 6.1-6.1 6.1z" />
  101.                     <circle cx="118.9" cy="107.3" r="5.4" />
  102.                     <path d="m98.4 111.9c-2.5 0-4.6-2.1-4.6-4.6s2.1-4.6 4.6-4.6 4.6 2.1 4.6 4.6c0 2.6-2.1 4.6-4.6 4.6z" />
  103.                     <path d="m77.9 111.2c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8z" />
  104.                     <path d="m57.3 110.4c-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1 3.1 1.4 3.1 3.1-1.4 3.1-3.1 3.1z" />
  105.                     <path d="m36.8 109.6c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3c0.1 1.3-1 2.3-2.3 2.3z" />
  106.                     <circle cx="16.3" cy="107.3" r="1.6" />
  107.                     <circle cx="180.4" cy="130.3" r="7.7" />
  108.                     <path d="m159.9 137.2c-3.8 0-6.9-3.1-6.9-6.9s3.1-6.9 6.9-6.9 6.9 3.1 6.9 6.9-3.1 6.9-6.9 6.9z" />
  109.                     <ellipse transform="matrix(.3862 -.9224 .9224 .3862 -34.62 208.52)" cx="139.4" cy="130.3" rx="6.1" ry="6.1" />
  110.                     <circle cx="118.9" cy="130.3" r="5.4" />
  111.                     <path d="m98.4 134.9c-2.5 0-4.6-2.1-4.6-4.6s2.1-4.6 4.6-4.6 4.6 2.1 4.6 4.6-2.1 4.6-4.6 4.6z" />
  112.                     <path d="m77.9 134.1c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8z" />
  113.                     <path d="m57.3 133.4c-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1 3.1 1.4 3.1 3.1-1.4 3.1-3.1 3.1z" />
  114.                     <path d="m36.8 132.6c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z" />
  115.                     <circle cx="16.3" cy="130.3" r="1.6" />
  116.                     <circle cx="180.4" cy="153.2" r="7.7" />
  117.                     <path d="m159.9 160.1c-3.8 0-6.9-3.1-6.9-6.9s3.1-6.9 6.9-6.9 6.9 3.1 6.9 6.9-3.1 6.9-6.9 6.9z" />
  118.                     <ellipse transform="matrix(.3862 -.9224 .9224 .3862 -55.794 222.61)" cx="139.4" cy="153.2" rx="6.1" ry="6.1" />
  119.                     <circle cx="118.9" cy="153.2" r="5.4" />
  120.                     <path d="m98.4 157.8c-2.5 0-4.6-2.1-4.6-4.6s2.1-4.6 4.6-4.6 4.6 2.1 4.6 4.6c0 2.6-2.1 4.6-4.6 4.6z" />
  121.                     <circle cx="77.9" cy="153.2" r="3.8" />
  122.                     <path d="m57.3 156.3c-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1 3.1 1.4 3.1 3.1-1.4 3.1-3.1 3.1z" />
  123.                     <path d="m36.8 155.5c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z" />
  124.                     <circle cx="16.3" cy="153.2" r="1.6" />
  125.                     <circle cx="180.4" cy="176.2" r="7.7" />
  126.                     <path d="m159.9 183.1c-3.8 0-6.9-3.1-6.9-6.9s3.1-6.9 6.9-6.9 6.9 3.1 6.9 6.9-3.1 6.9-6.9 6.9z" />
  127.                     <ellipse transform="matrix(.3862 -.9224 .9224 .3862 -76.968 236.7)" cx="139.4" cy="176.2" rx="6.1" ry="6.1" />
  128.                     <circle cx="118.9" cy="176.2" r="5.4" />
  129.                     <path d="m98.4 180.8c-2.5 0-4.6-2.1-4.6-4.6s2.1-4.6 4.6-4.6 4.6 2.1 4.6 4.6-2.1 4.6-4.6 4.6z" />
  130.                     <path d="m77.9 180c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8z" />
  131.                     <path d="m57.3 179.3c-1.7 0-3.1-1.4-3.1-3.1s1.4-3.1 3.1-3.1 3.1 1.4 3.1 3.1-1.4 3.1-3.1 3.1z" />
  132.                     <path d="m36.8 178.5c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z" />
  133.                     <circle cx="16.3" cy="176.2" r="1.6" />
  134.                 </svg>
  135.             </figure>
  136.             <!-- SVG END -->
  137.             <!-- SVG START -->
  138.             <span class="position-absolute top-50 end-0 translate-middle-y mt-5 me-n5 d-none d-xxl-inline-flex">
  139.         <svg class="fill-warning rotate-186 opacity-8">
  140.             <path d="m35.4 54.2c0 0.6 0 1.1-0.1 1.7-0.9 9.3-9.2 16.1-18.5 15.1-4.5-0.4-8.5-2.6-11.4-6.1-2.8-3.5-4.2-7.9-3.7-12.4 0.9-9.3 9.2-16.1 18.5-15.1 4.5 0.4 8.5 2.6 11.4 6.1 2.4 3 3.8 6.8 3.8 10.7zm-33.4 0c0 3.8 1.3 7.5 3.8 10.4 2.8 3.4 6.8 5.5 11.2 6 9.1 0.9 17.2-5.8 18.1-14.8 0.4-4.4-0.9-8.7-3.7-12.1s-6.8-5.5-11.2-6c-9.2-0.8-17.3 5.8-18.2 14.9v1.6z" />
  141.             <path d="m39 54.1c0 1.1-0.1 2.2-0.3 3.3-1.8 9.8-11.2 16.2-21 14.4-4.7-0.8-8.8-3.5-11.5-7.4-2.7-4-3.7-8.7-2.8-13.5 1.8-9.8 11.2-16.2 21-14.4 4.7 0.9 8.8 3.6 11.5 7.5 2.1 3 3.1 6.6 3.1 10.1zm-35.6 0.1c0 3.5 1.1 7 3.1 9.9 2.7 3.9 6.7 6.5 11.3 7.4 9.6 1.8 18.8-4.5 20.6-14.1 0.9-4.6-0.1-9.3-2.8-13.2s-6.7-6.5-11.3-7.4c-9.6-1.8-18.8 4.5-20.6 14.1-0.2 1.1-0.3 2.2-0.3 3.3z" />
  142.             <path d="m42.8 54.2c0 1.7-0.2 3.3-0.7 5-2.7 10.2-13.3 16.3-23.5 13.6-5-1.3-9.1-4.5-11.7-8.9-2.5-4.5-3.2-9.7-1.9-14.7 2.7-10.2 13.3-16.3 23.5-13.6 5 1.3 9.1 4.5 11.7 8.9 1.7 3 2.6 6.3 2.6 9.7zm-38.1 0c0 3.3 0.9 6.5 2.5 9.4 2.5 4.4 6.6 7.5 11.5 8.8 10 2.7 20.4-3.3 23.1-13.4 1.3-4.9 0.6-9.9-1.9-14.3s-6.6-7.5-11.5-8.8c-10-2.6-20.4 3.4-23 13.4-0.5 1.6-0.7 3.3-0.7 4.9z" />
  143.             <path d="m46.7 54.2c0 2.2-0.4 4.5-1.1 6.6-3.6 10.7-15.3 16.5-26.1 12.8-5.2-1.8-9.4-5.4-11.8-10.4-2.4-4.9-2.8-10.5-1-15.7 3.6-10.6 15.3-16.4 26-12.8l-0.1 0.2 0.1-0.2c5.2 1.8 9.4 5.4 11.8 10.4 1.5 2.9 2.2 6 2.2 9.1zm-40.8 0c0 3.1 0.7 6.1 2.1 8.9 2.4 4.8 6.5 8.4 11.6 10.2 10.5 3.6 22-2.1 25.6-12.6 1.7-5.1 1.4-10.6-1-15.4s-6.5-8.4-11.6-10.2c-10.5-3.6-22 2.1-25.6 12.6-0.7 2.1-1.1 4.3-1.1 6.5z" />
  144.             <path d="m50.7 54.2c0 2.8-0.5 5.6-1.6 8.2-4.5 11.2-17.4 16.6-28.6 12.1-5.4-2.2-9.7-6.4-12-11.8s-2.3-11.4-0.1-16.8c4.5-11.2 17.4-16.6 28.6-12.1 5.4 2.2 9.7 6.4 12 11.8 1.1 2.8 1.7 5.7 1.7 8.6zm-43.6 0c0 2.8 0.6 5.7 1.7 8.4 2.2 5.3 6.4 9.4 11.8 11.6 11 4.5 23.6-0.9 28.1-11.9 2.2-5.3 2.1-11.2-0.1-16.5s-6.4-9.4-11.8-11.6c-11-4.5-23.6 0.9-28.1 11.9-1.1 2.6-1.6 5.3-1.6 8.1z" />
  145.             <path d="m54.7 54.2c0 3.4-0.7 6.7-2.2 9.9-5.5 11.7-19.5 16.7-31.2 11.3-5.7-2.6-10-7.3-12.1-13.2s-1.8-12.2 0.8-17.9c5.5-11.7 19.4-16.8 31.1-11.3 5.7 2.6 10 7.3 12.1 13.2 1 2.6 1.5 5.3 1.5 8zm-46.5 0c0 2.7 0.5 5.3 1.4 7.9 2.1 5.8 6.3 10.4 11.9 13 11.5 5.4 25.3 0.4 30.6-11.1 2.6-5.6 2.9-11.8 0.8-17.6s-6.3-10.4-11.9-13l0.1-0.2-0.1 0.1c-11.5-5.4-25.3-0.4-30.6 11.1-1.5 3.1-2.2 6.5-2.2 9.8z" />
  146.             <path d="m58.7 54.2c0 4-1 7.9-2.8 11.5-6.4 12.2-21.5 16.9-33.6 10.6-6-3.1-10.3-8.3-12.3-14.6s-1.4-13.1 1.7-19c6.3-12.2 21.4-17 33.6-10.6 5.9 3.1 10.3 8.3 12.3 14.6 0.8 2.5 1.1 5 1.1 7.5zm-49.5 0c0 2.5 0.4 5 1.1 7.4 2 6.3 6.3 11.4 12.1 14.4 12 6.3 26.9 1.6 33.1-10.4 3-5.8 3.6-12.5 1.7-18.7-2-6.3-6.3-11.4-12.1-14.4-12-6.3-26.9-1.6-33.1 10.4-1.9 3.5-2.8 7.4-2.8 11.3z" />
  147.             <path d="m62.9 54.2c0 4.6-1.2 9.1-3.5 13.1-7.3 12.7-23.6 17.1-36.2 9.9-6.1-3.5-10.5-9.2-12.4-16s-0.9-14 2.6-20.1c7.3-12.7 23.5-17.1 36.2-9.8l-0.1 0.2 0.1-0.2c6.1 3.5 10.5 9.2 12.4 16 0.5 2.3 0.9 4.6 0.9 6.9zm-52.7-0.1c0 2.3 0.3 4.6 0.9 6.9 1.8 6.7 6.2 12.3 12.2 15.8 12.5 7.2 28.5 2.9 35.7-9.6 3.5-6.1 4.4-13.1 2.5-19.8-1.8-6.7-6.2-12.3-12.2-15.8-12.5-7.2-28.5-2.8-35.7 9.7-2.2 3.9-3.4 8.3-3.4 12.8z" />
  148.             <path d="m67 54.2c0 5.2-1.4 10.3-4.2 14.8-8.2 13.2-25.5 17.2-38.7 9-6.4-4-10.8-10.2-12.5-17.5s-0.5-14.8 3.5-21.2c8.2-13.2 25.5-17.2 38.7-9 6.4 4 10.8 10.2 12.5 17.5 0.5 2.1 0.7 4.3 0.7 6.4zm-55.9-0.1c0 2.1 0.2 4.3 0.7 6.4 1.7 7.2 6.1 13.3 12.4 17.2 13 8.1 30.1 4.1 38.2-8.9 3.9-6.3 5.1-13.7 3.4-20.9s-6.1-13.3-12.4-17.2c-13-8.1-30.1-4.1-38.2 8.9-2.6 4.4-4.1 9.4-4.1 14.5z" />
  149.             <path d="m71.2 54.2c0 5.8-1.7 11.5-5 16.4-9.1 13.7-27.6 17.4-41.2 8.3-6.6-4.4-11.1-11.1-12.7-18.9s0-15.7 4.4-22.3c9.1-13.6 27.6-17.4 41.2-8.3 6.6 4.4 11.1 11.1 12.7 18.9 0.4 2 0.6 4 0.6 5.9zm-59.1-0.1c0 1.9 0.2 3.9 0.6 5.9 1.5 7.7 6 14.3 12.5 18.6 13.5 9 31.7 5.3 40.7-8.2 4.3-6.5 5.9-14.4 4.3-22-1.5-7.7-6-14.3-12.5-18.6-13.5-9-31.7-5.3-40.7 8.2-3.3 4.8-4.9 10.4-4.9 16.1z" />
  150.             <path d="m75.4 54.3c0 6.4-2 12.7-5.8 18-10 14.1-29.6 17.5-43.7 7.5-6.9-4.8-11.4-12-12.8-20.3s0.5-16.6 5.3-23.4c9.9-14.1 29.6-17.5 43.7-7.5 6.8 4.8 11.4 12 12.8 20.3 0.3 1.8 0.5 3.6 0.5 5.4zm-62.4-0.2c0 1.8 0.2 3.6 0.5 5.3 1.4 8.2 5.9 15.3 12.7 20.1 14 9.9 33.4 6.5 43.2-7.4 4.8-6.8 6.6-15 5.2-23.1-1.4-8.2-5.9-15.3-12.7-20.1-14-9.9-33.4-6.5-43.2 7.4-3.8 5.3-5.7 11.5-5.7 17.8z" />
  151.             <path d="m79.6 54.3c0 7.1-2.3 13.9-6.5 19.7-10.9 14.6-31.6 17.7-46.3 6.8-7.1-5.3-11.7-13-13-21.7s0.9-17.4 6.2-24.5c10.9-14.6 31.6-17.7 46.3-6.8 7.1 5.3 11.7 13 13 21.7 0.2 1.5 0.3 3.1 0.3 4.8zm-65.8-0.2c0 1.6 0.1 3.2 0.4 4.8 1.3 8.7 5.8 16.3 12.8 21.5 14.5 10.8 35 7.7 45.7-6.7 5.2-7 7.4-15.6 6.1-24.2s-5.8-16.3-12.8-21.5l0.1-0.1v0.1c-14.5-10.8-35-7.7-45.7 6.7-4.3 5.7-6.6 12.4-6.6 19.4z" />
  152.             <path d="m83.9 54.3c0 7.7-2.5 15.1-7.4 21.3-11.8 15.1-33.7 17.8-48.8 6-7.3-5.7-12-13.9-13.1-23.1s1.4-18.3 7.1-25.6c11.8-15.1 33.7-17.8 48.8-6 7.3 5.7 12 13.9 13.1 23.1 0.2 1.4 0.3 2.8 0.3 4.3zm-69.2-0.2c0 1.4 0.1 2.9 0.3 4.3 1.1 9.1 5.7 17.2 13 22.9 15 11.7 36.6 9 48.3-6 5.7-7.2 8.1-16.2 7-25.4-1.1-9.1-5.7-17.2-13-22.9-15-11.7-36.6-9-48.3 6-4.8 6.1-7.3 13.5-7.3 21.1z" />
  153.             <path d="m88.1 54.3c0 8.3-2.8 16.4-8.2 22.9-12.7 15.6-35.7 18-51.3 5.3-7.6-6.1-12.3-14.9-13.3-24.5-1-9.7 1.8-19.2 8-26.7 12.7-15.6 35.7-18 51.3-5.3 7.6 6.1 12.3 14.9 13.3 24.5 0.2 1.2 0.2 2.5 0.2 3.8zm-72.6-0.2c0 1.2 0.1 2.5 0.2 3.8 1 9.6 5.6 18.2 13.1 24.3 15.5 12.5 38.3 10.2 50.9-5.2 6.1-7.5 8.9-16.9 7.9-26.5s-5.6-18.2-13.1-24.3c-15.5-12.6-38.3-10.2-50.9 5.2-5.2 6.5-8.1 14.5-8.1 22.7z" />
  154.             <path d="m92.4 54.2c0 9-3.1 17.6-9 24.6-13.6 16.1-37.7 18.1-53.8 4.5-7.8-6.6-12.6-15.8-13.4-26-0.9-10.2 2.3-20 8.9-27.8 13.5-16 37.7-18.1 53.8-4.5 7.8 6.6 12.6 15.8 13.4 26 0.1 1.1 0.1 2.2 0.1 3.2zm-76-0.1c0 1.1 0 2.1 0.1 3.2 0.8 10.1 5.6 19.2 13.3 25.7 15.9 13.5 39.8 11.4 53.3-4.5 6.5-7.7 9.7-17.5 8.8-27.6-0.8-9.9-5.6-19.1-13.3-25.6-15.9-13.5-39.8-11.4-53.3 4.5-5.8 6.9-8.9 15.4-8.9 24.3z" />
  155.             <path d="m96.7 54.2c0 9.7-3.5 18.9-9.9 26.2-14.5 16.6-39.8 18.3-56.3 3.8-8-7-12.8-16.7-13.6-27.4-0.7-10.6 2.8-20.9 9.8-28.9 14.5-16.6 39.8-18.2 56.3-3.8l-0.1 0.1 0.1-0.1c8 7 12.8 16.7 13.6 27.4 0.1 0.9 0.1 1.8 0.1 2.7zm-79.5-0.1c0 0.9 0 1.8 0.1 2.7 0.7 10.6 5.4 20.2 13.4 27.1 16.4 14.4 41.5 12.7 55.8-3.7 7-7.9 10.4-18.1 9.7-28.7-0.7-10.5-5.4-20.1-13.4-27.1-16.4-14.3-41.5-12.7-55.8 3.8-6.4 7.2-9.8 16.4-9.8 25.9z" />
  156.             <path d="m101 54.2c0 10.3-3.8 20.1-10.7 27.9-15.4 17.1-41.8 18.4-58.9 3-8.3-7.5-13.1-17.7-13.7-28.8s3.2-21.8 10.7-30c15.4-17.1 41.8-18.4 58.9-3 8.3 7.5 13.1 17.7 13.7 28.8v2.1zm-83-0.1c0 0.7 0 1.4 0.1 2.2 0.6 11 5.4 21.1 13.6 28.5 16.9 15.3 43.1 13.9 58.4-3 7.4-8.2 11.2-18.8 10.6-29.8s-5.4-21.1-13.6-28.5c-16.9-15.3-43.1-13.9-58.4 3-7 7.7-10.7 17.4-10.7 27.6z" />
  157.             <path d="m105.3 54.2c0 11-4.1 21.4-11.6 29.5-16.3 17.5-43.9 18.6-61.4 2.3-8.5-7.9-13.4-18.6-13.8-30.2-0.5-11.6 3.6-22.7 11.5-31.2 16.3-17.5 43.9-18.5 61.4-2.2 8.5 7.9 13.4 18.6 13.8 30.2 0.1 0.5 0.1 1.1 0.1 1.6zm-86.5-0.1v1.6c0.4 11.5 5.3 22.1 13.7 30 17.4 16.2 44.7 15.2 60.9-2.2 7.8-8.4 11.9-19.4 11.5-30.9s-5.3-22.1-13.7-30l0.1-0.1-0.1 0.1c-17.4-16.1-44.7-15.1-60.9 2.3-7.5 8-11.5 18.3-11.5 29.2z" />
  158.             <path d="m109.6 54.2c0 11.7-4.4 22.7-12.5 31.2-17.2 18-45.9 18.7-63.9 1.5-8.7-8.3-13.7-19.6-14-31.6-0.3-12.1 4.2-23.6 12.5-32.3 17.2-18 45.9-18.7 63.9-1.5 8.7 8.3 13.7 19.6 14 31.6v1.1zm-90 0v1.1c0.3 12 5.2 23.1 13.9 31.4 17.9 17.1 46.3 16.4 63.4-1.5 8.3-8.7 12.7-20 12.4-32s-5.3-23.2-13.9-31.4c-17.9-17.1-46.4-16.4-63.4 1.5-8.1 8.4-12.4 19.3-12.4 30.9z" />
  159.             <path d="m113.9 54.2c0 12.3-4.7 24-13.4 32.8-18.1 18.5-47.9 18.9-66.4 0.8-9-8.8-14-20.5-14.1-33-0.2-12.5 4.6-24.4 13.4-33.4 18.1-18.6 47.9-18.9 66.4-0.8l-0.1 0.1 0.1-0.1c9 8.8 14 20.5 14.1 33v0.6zm-93.6 0v0.5c0.1 12.4 5.1 24.1 14 32.8 18.4 18 48 17.6 65.9-0.7 8.7-8.9 13.4-20.7 13.3-33.1s-5.1-24.1-14-32.8c-18.4-18-48-17.6-65.9 0.7-8.6 8.8-13.3 20.3-13.3 32.6z" />
  160.             <path d="m118.3 54.2c0 13-5.1 25.3-14.3 34.5-19 19-50 19-69 0-9.2-9.2-14.3-21.4-14.3-34.5 0-13 5.1-25.3 14.3-34.5 19-19 50-19 69 0l-0.1 0.1 0.1-0.1c9.2 9.2 14.3 21.5 14.3 34.5zm-97.2 0c0 12.9 5 25.1 14.2 34.2 18.9 18.9 49.6 18.9 68.4 0 9.1-9.1 14.2-21.3 14.2-34.2s-5-25.1-14.2-34.2c-18.8-18.9-49.5-18.9-68.4 0-9.2 9.1-14.2 21.3-14.2 34.2z" />
  161.         </svg>
  162.     </span>
  163.             <!-- SVG END -->
  164.             <!-- SVG START -->
  165.             <figure class="position-absolute top-0 start-0 ms-5">
  166.                 <svg class="fill-orange opacity-4" width="29px" height="29px">
  167.                     <path d="M29.004,14.502 C29.004,22.512 22.511,29.004 14.502,29.004 C6.492,29.004 -0.001,22.512 -0.001,14.502 C-0.001,6.492 6.492,-0.001 14.502,-0.001 C22.511,-0.001 29.004,6.492 29.004,14.502 Z"></path>
  168.                 </svg>
  169.             </figure>
  170.             <!-- SVG END -->
  171.             <!-- Content START -->
  172.             <div class="container">
  173.                 <!-- Title -->
  174.                 <div class="row align-items-center g-5">
  175.                     <!-- Left content START -->
  176.                     <div class="col-lg-12 col-xl-12 position-relative z-index-1 text-center text-lg-start mb-5 mb-sm-0">
  177.                         <!-- SVG -->
  178.                         <figure class="fill-warning position-absolute bottom-0 end-0 me-5 d-none d-xl-block">
  179.                             <svg width="42px" height="42px">
  180.                                 <path d="M21.000,-0.001 L28.424,13.575 L41.999,20.999 L28.424,28.424 L21.000,41.998 L13.575,28.424 L-0.000,20.999 L13.575,13.575 L21.000,-0.001 Z" />
  181.                             </svg>
  182.                         </figure>
  183.                         <!-- SVG -->
  184.                         <figure class="fill-success position-absolute top-0 start-50 translate-middle-x mt-n5 ms-5">
  185.                             <svg width="22px" height="21px">
  186.                                 <path d="M10.717,4.757 L14.440,-0.001 L14.215,6.023 L20.142,4.757 L16.076,9.228 L21.435,12.046 L15.430,12.873 L17.713,18.457 L12.579,15.252 L10.717,20.988 L8.856,15.252 L3.722,18.457 L6.005,12.873 L-0.000,12.046 L5.359,9.228 L1.292,4.757 L7.220,6.023 L6.995,-0.001 L10.717,4.757 Z" />
  187.                             </svg>
  188.                         </figure>
  189.                         <!-- Title -->
  190.                         <h1 class="mb-0 display-6 text-center mt-5">Warsztaty dla szkół</h1>
  191.                         <h2 class="mb-0 display-8 text-center">
  192.                             <span class="position-relative text-center">Przygoda ze Scratchem
  193.                                         <!-- SVG START -->
  194.                                 <span class="position-absolute top-50 start-50 translate-middle ms-3 z-index-n1">
  195.                                     <svg width="300px" height="62.1px" enable-background="new 0 0 366 62.1" viewBox="0 0 366 62.1" xmlns="http://www.w3.org/2000/svg">
  196.                                         <path class="fill-warning" d="m322.5 25.3c0 1.4 2.9 0.8 3.1 1.6 0.8 1.1-1.1 1.3-0.6 2.4 13.3 0.9 26.9 1.7 40.2 4-2.5 0.7-4.9 1.6-7.3 1.1-4-0.9-8.2-1-12.2-1.2-8.5-0.5-16.9-1.9-25.5-1.7h-3.1c2.6 0.6 4.8 0.4 5.7 2.2-7.3 0.4-14.1-0.8-21.2-1.1-0.2 0.6-0.5 1.2-0.8 1.8 21.3 0.7 42.5 1.6 64.3 4.6-4.2 1.6-7.7 1-10.8 0.8-6.8-0.5-13.5-1.3-20.3-1.9-0.9-0.1-2.3-0.1-2.9 0.2-2.2 1.6-4.3 0.6-7 0.4 1.4-1 2.5 0.5 3.9-0.8-5.6-1-10.7 0.6-15.9 0s-10.5-0.6-16.6-0.8c2 1.6 4.6 1.3 6.2 1.4 4.9 0 9.9 0.8 14.8 0.7 5.3-0.1 10.4 0.5 15.5 0.9 3.2 0.3 6.7-0.1 9.9-0.4 1.1-0.1 0.5 0.3 0.6 0.6 0.5 0.9 2.2 0.8 3.6 0.8 5.1-0.1 10.1 0.6 14.8 1.5 0.8 0.1 1.5 0 1.7 0.7 0 0.7-0.8 0.6-1.5 0.8-3.9 1.2-7.4-0.2-11.1-0.2-2 0-4.3-1.5-6 0.5-0.3 0.4-1.4 0.1-2.2-0.1-4.5-0.8-9.1-0.5-13.8-1.5-2.3-0.5-5.6 0.1-8.4 0.5-4 0.5-8-0.7-12.1-0.9-3.4-0.2-7.1-0.5-10.5-0.7-7.1-0.3-14.2-1.2-22.3-0.4 4.9 1.1 9.4 1.2 13.8 1.2 9.7 0 19.2 2.3 28.9 1.6 7.3 3.2 15.9 1.5 23.8 2.9 4.9 0.8 10.1 0.8 15.2 1.2 0.5 0 0.8 0.3 1.1 0.9-20-2.1-40.2-1.4-60.8-3 4.9 2.1 10.8-0.3 15.3 2.7-8 1.9-15.8-0.9-23.5-0.1 2.8 1.4 7.1 1.1 9.3 3.3 0.5 0.5 0.2 1.1-1.2 1.3 2.3 1 3.4-2.1 5.7-0.4 0.2-0.6 0.2-1 0.3-1.5 0.8-0.3 2 0.8 1.5 1.5-0.2 0.1 0 0.3 0 0.5 18.7 0.4 37.3 1.7 56.2 3.6-1.7 1.1-2.8 1.2-4.2 1.1-7.1-0.5-14.1-0.9-21.2-1.4-3.1-0.2-6.3-0.4-9.4-0.4-7.6-0.2-15-0.7-22.4-1-9-0.4-17.9-0.1-26.9-0.1-1.2 0-2.9-0.4-3.9 1 14.8 0.3 29.7 0.6 44.4 1.1 14.8 0.6 29.9 1.3 44.2 4.2-4.3 1-8.8 0.9-13 0.5-5.3-0.5-10.5-1.1-15.8-1.2-11.4-0.3-22.9-0.9-34.3-1.2-17.6-0.4-35.4-0.3-53.1-0.4-10.8-0.1-21.7-0.2-32.5 0-17.8 0.4-35.7 0.2-53.5 0.5-13.1 0.3-26.3 0.1-39.4 0.5-11.1 0.3-22.4 0.6-33.6 1-13.1 0.6-26.1 0.2-39.3 0.4-3.9 0.1-7.6 0.2-11.8-0.2 0.9-1.2 2.3-1.3 3.9-1.3 8.4 0.2 16.6-0.4 24.9-0.9 3.9-0.2 7.9-0.4 11.9 0.2 2.5 0.4 5.3-0.3 8-0.4 7.3-0.4 14.7-0.7 22-0.9 11.9-0.5 23.7-1.2 35.6-0.8 7.7 0.2 15.3-0.6 22.9-0.1 2.3 0.2 4.3-0.5 6.5-1h-17.6c-9.6 0-19-0.1-28.6 0-8 0.1-16.1 0.3-24 0.8-2.6 0.2-5.4 0.1-8.2 0.1-10.1 0.3-20.1 0.6-30.2 0.5-5.4 0-10.7-0.1-15.9 0.6-2.3 0.3-4-1.3-6.5-0.6 0.2 0.4 0.5 0.9 0.6 1.5-1.9 0-4 0.4-4.9-0.1-4.2-2.2-9.4-1.5-14.1-2.3-1.7-0.3-3.7-0.1-4.3-1.5-0.5-1.3 1.9-1.5 2.6-2.6-4.2-1.4-4.6-5-8.5-7.2-1.5 0.2-0.9 2.8-4.2 1.3 0.3 2.4 4.5 3.9 2.8 6.4-2.3 0.3-3.2-0.8-4.2-1.7-2.5-4-5.1-8.4-5.1-12.7 0.2-6.8 0.2-13.8 3.6-20.4 0.3-0.5 0.3-1 0.8-1.4 0.9-0.9 1.2-2.4 3.6-2.1 2.2 0.2 2.5 1.5 2.6 2.6 0.2 1.4 1.5 1.8 3.2 2.5 0.9-1.4 0.5-2.9 2.6-3.7 0.2-0.1 0.3-0.4 0.3-0.4-3.1-2.2 1.2-2.2 2.3-3.3-3.1-1.8-4-4.3-3.7-7-1.5-0.3-3.1-0.4-4.5 0-1.7 0.6-2.2-0.5-2.9-1 0.6-0.5 0.8-1.1 2.2-1.3 7.6-0.9 15.2-1.7 22.9-2 20-0.7 39.9-0.9 59.9-1 11.9-0.1 23.8 0.4 35.6 1.1 3.6 0.2 7.1-0.9 10.7-0.5 7.9 0.9 15.8 0.3 23.8 0.5 7.3 0.1 14.4-0.6 21.7-0.1 12.2 0.9 24.4 0.3 36.7 0.6 9.4 0.3 18.9 0.4 28.2 1 11.9 0.7 23.8 1.3 35.6 2 11.1 0.6 22.4 0.5 33.3 2 7.1 1 14.4 1.1 21.3 2.4 4 0.7 8.2 1.6 12.4 1.9 2.2 0.2 0.9 1 1.5 1.5-4-0.8-8-0.8-12.1-1.4-4.3-0.7-8.5-1-12.8 0.4-2.9 1-6.3 0.2-9.3-0.1-10.2-1.1-20.6-1.6-30.8-2.4-12.1-0.9-24.3-1.4-36.4-2.1-9.9-0.6-20-0.5-29.9-1-11.4-0.6-22.7 0-34.2-0.5-6.3-0.3-12.3-0.3-18.5-0.4-4.2-0.1-8.4 1.3-12.8 0.3 0.6 0.2 1.2 0.7 1.9 0.7 10.5 0 20.9 1.9 31.6 1.7 6.5-0.1 13.1 0.2 19.8 0.8 3.2 0.3 6.3-0.4 9.7-0.1 7.6 0.7 15.5 0.5 23 0.8 12.4 0.5 24.7 0.4 37.1 1.1 13.3 0.7 26.8 2.1 39.9 4.1 6.2 0.9 12.7 1.5 19.2 1.7 0.6 0 1.1 0.1 1.5 0.5-4.6 0.1-9.3 0-13.9-0.5-0.6 1.1 1.4 0.9 1.5 1.9-9.7 1.6-19.6-1.4-29.4-0.1 2.2 1.4 5.1 1 7.4 1 7.3 0.1 14.1 1.3 21.2 1.9 2.8 0.3 5.9 0 8.5 0.8 1.5 0.5 4.6-1.1 4.9 1.3 4-0.7 7.3 1.5 11.1 1.2 4-0.3 7.7 0.6 11.6 1.1 0.8 0.1 2.2 0.3 2.3 1.1 0.2 1-1.1 1.2-2 1.5-3.4 1-6.7-0.4-10.1-0.4-0.9 0-2-0.2-2.9-0.2-9.4 0.1-18.8-1.3-28.3-1.8-6-0.4-12.1-0.9-18.1-1.3 0 0.2 0 0.4-0.2 0.6 6.1 0.5 12.1 1.4 18.3 0.7z"/>
  197.                                     </svg>
  198.                                 </span>
  199.                                         <!-- SVG END -->
  200.                             </span>
  201.                         </h2>
  202.                         <!-- Content -->
  203.                         <p class="my-4 lead"></p>
  204.                     </div>
  205.                 </div>
  206.             </div>
  207.             <!-- Content END -->
  208.         </section>
  209.         <!-- =======================
  210.         Main Banner END -->
  211.         <section class="pt-0 pt-lg-5">
  212.             <div class="container position-relative">
  213.                 <!-- SVG decoration START -->
  214.                 <figure class="position-absolute top-50 start-50 translate-middle ms-2">
  215.                     <svg>
  216.                         <path class="fill-white opacity-4" d="m496 22.999c0 10.493-8.506 18.999-18.999 18.999s-19-8.506-19-18.999 8.507-18.999 19-18.999 18.999 8.506 18.999 18.999z"></path>
  217.                         <path class="fill-white opacity-4" d="m775 102.5c0 5.799-4.701 10.5-10.5 10.5-5.798 0-10.499-4.701-10.499-10.5 0-5.798 4.701-10.499 10.499-10.499 5.799 0 10.5 4.701 10.5 10.499z"></path>
  218.                         <path class="fill-white opacity-4" d="m192 102c0 6.626-5.373 11.999-12 11.999s-11.999-5.373-11.999-11.999c0-6.628 5.372-12 11.999-12s12 5.372 12 12z"></path>
  219.                         <path class="fill-white opacity-4" d="m20.499 10.25c0 5.66-4.589 10.249-10.25 10.249-5.66 0-10.249-4.589-10.249-10.249-0-5.661 4.589-10.25 10.249-10.25 5.661-0 10.25 4.589 10.25 10.25z"></path>
  220.                     </svg>
  221.                 </figure>
  222.                 <!-- SVG decoration END -->
  223.                 <div class="row">
  224.                     <div class="col-12">
  225.                         <div class="p-4 p-sm-5 rounded-3" style="background-color: #95dcfb;">
  226.                             <div class="row position-relative">
  227.                                 <!-- Svg decoration -->
  228.                                 <figure class="fill-white opacity-1 position-absolute top-50 start-0 translate-middle-y">
  229.                                     <svg width="141px" height="141px">
  230.                                         <path d="M140.520,70.258 C140.520,109.064 109.062,140.519 70.258,140.519 C31.454,140.519 -0.004,109.064 -0.004,70.258 C-0.004,31.455 31.454,-0.003 70.258,-0.003 C109.062,-0.003 140.520,31.455 140.520,70.258 Z"></path>
  231.                                     </svg>
  232.                                 </figure>
  233.                                 <!-- Action box -->
  234.                                 <div class="col-11 mx-auto position-relative">
  235.                                     <div class="d-none d-lg-block position-absolute" style="top:-231px;">
  236.                                         <img src="assets/images/element/ship.png" alt="">
  237.                                     </div>
  238.                                     <div class="row g-4 text-center">
  239.                                         <!-- Category item -->
  240.                                         <div class="col-sm-6 col-lg-12 col-xl-2 pt-3">
  241.                                             <h2>Dla kogo</h2>
  242.                                             <h5>Klasy 1-4</h5>
  243.                                         </div>
  244.                                         <div class="col-sm-6 col-lg-12 col-xl-3 pt-3">
  245.                                             <h2>Częstotliwość</h2>
  246.                                             <h5>Raz w miesiącu</h5>
  247.                                         </div>
  248.                                         <div class="col-sm-6 col-lg-12 col-xl-2 pt-3">
  249.                                             <h2>Cena</h2>
  250.                                             <h5>17 zł od dziecka</h5>
  251.                                         </div>
  252.                                         <div class="col-sm-6 col-lg-12 col-xl-3 pt-3">
  253.                                             <h2>Miejsce</h2>
  254.                                             <h5>Wasza szkoła</h5>
  255.                                         </div>
  256.                                         <div class="col-sm-6 col-lg-12 col-xl-2">
  257.                                         <img style="width:200px;" src="{{ asset('./assets/images/element/scratch_text.png')  }}" alt="">
  258.                                         </div>
  259.                                     </div>
  260.                                 </div>
  261.                             </div> <!-- Row END -->
  262.                         </div>
  263.                     </div>
  264.                 </div> <!-- Row END -->
  265.             </div>
  266.         </section>
  267.         <section class="position-relative overflow-hidden pt-4 py-sm-5">
  268.             <div class="position-absolute d-none d-md-block" style="bottom:0px; left:125px; transform: rotate(-27deg) !important;">
  269.                 <img src="{{ asset('./assets/images/element/scratch_fly.png')  }}"  width="100px" alt="">
  270.             </div>
  271.             <div class="container">
  272.                 <div class="row g-4 text-center">
  273.                     <div class="col-lg-4">
  274.                         <!-- Image -->
  275.                         <div class="overflow-hidden">
  276.                             <img src="{{ asset('./assets/images/element/banner-class.jpg')  }}" class="card-img-top" alt="course image">
  277.                         </div>
  278.                     </div>
  279.                     <div class="col-lg-8" style="padding-top: 100px;">
  280.                         <div class="row g-4">
  281.                             <div class="col-sm-6">
  282.                                 <div class="list-title">
  283.                                     <i class="fa-solid fa-brain"></i>
  284.                                     Co wyróżnia nasze zajęcia?
  285.                                 </div>
  286.                                 <ul class="custom-list">
  287.                                     <li>Nauka przez świetną zabawę</li>
  288.                                     <li>Na każdych zajęciach programujemy inną grę</li>
  289.                                     <li>Dzieci bardzo szybko widzą efekt swojej pracy</li>
  290.                                     <li>Przynosimy cały sprzęt</li>
  291.                                     <li>Po zajęciach nauczyciele otrzymują konspekt, który mogą rozwiązać z dziećmi</li>
  292.                                 </ul>
  293.                             </div>
  294.                             <!-- Sekcja 2 -->
  295.                             <div class="col-sm-6">
  296.                                 <div class="list-title">
  297.                                     <i class="fa-solid fa-computer"></i>
  298.                                     Czego nauczymy dzieci?
  299.                                 </div>
  300.                                 <ul class="custom-list">
  301.                                     <li>Jak tworzyć gry i programy od podstaw</li>
  302.                                     <li>Czym są pętle, zmienne i warunki</li>
  303.                                     <li>Jak wykorzystywać czujniki</li>
  304.                                     <li>Do czego służą wyrażenia</li>
  305.                                     <li>Jak programując świetnie się bawić</li>
  306.                                 </ul>
  307.                             </div>
  308.                         </div>
  309.                     </div>
  310.                 </div>
  311.             </div>
  312.         </section>
  313.         <section class="py-5 bg-light">
  314.             <div class="container">
  315.                 <div class="text-center mb-5">
  316.                     <h2 class="fw-bold">Jak wyglądają zajęcia?</h2>
  317.                 </div>
  318.                 <div class="row g-5 align-items-center">
  319.                     <div class="col-md-5">
  320.                         <div class="position-relative rounded-4 overflow-hidden shadow-sm">
  321.                             <img src="assets/images/element/cybercat.png" alt="Cyber Cat" class="img-fluid">
  322.                             <a href="https://scratch.mit.edu/projects/448842486/editor/" class="btn btn-lg btn-primary position-absolute top-50 start-50 translate-middle" target="_blank">
  323.                                 <i class="fas fa-play"></i>
  324.                             </a>
  325.                         </div>
  326.                     </div>
  327.                     <div class="col-md-7">
  328.                         <p class="lead">
  329.                             Na zajęciach dzieci tworzą własne gry, takie jak <strong>Cyber Cat</strong>. W tej grze programują sympatycznego kota, który porusza się za pomocą klawiatury, omija przeszkody i reaguje na zdarzenia w grze. Dzięki temu uczą się podstaw programowania w sposób kreatywny i angażujący.
  330.                         </p>
  331.                         <p class="lead">
  332.                             Podczas pracy nad grą dzieci poznają m.in.:
  333.                         </p>
  334.                         <ul class="fs-5">
  335.                             <li>🔹 Zielona flaga – start programu</li>
  336.                             <li>🔹 Pętla „zawsze” – wykonywanie poleceń w nieskończoność</li>
  337.                             <li>🔹 Warunek „jeżeli to” – reagowanie na określone sytuacje</li>
  338.                         </ul>
  339.                         <p class="lead">
  340.                             Obok znajduje się wersja demonstracyjna gry <strong>Cyber Cat</strong> – zachęcamy do jej przetestowania! Możesz samodzielnie sprawdzić, jak działa gra stworzona przez dzieci podczas zajęć.
  341.                         </p>
  342.                     </div>
  343.                 </div>
  344.             </div>
  345.         </section>
  346.         <section class="position-relative overflow-hidden pt-4 py-sm-5">
  347.             <div class="container">
  348.                 <div class="row g-5">
  349.                     <!-- Sekcja 1: Ćwiczenia -->
  350.                     <div class="col-md-6">
  351.                         <h2 class="text-center golden-square">Ćwiczenia</h2>
  352.                         <div class="exercise-box mt-4">
  353.                             <p>
  354.                                 Po zakończonych zajęciach nauczyciele otrzymują konspekt i link, dzięki któremu mogą rozbudować tworzoną wcześniej grę.
  355.                             </p>
  356.                             <p>
  357.                                 Link wraz z konspektem można rozesłać również rodzicom. Dzięki temu będą mogli zobaczyć, co robiliśmy podczas zajęć, a chętni potraktują konspekt jako zadanie domowe.
  358.                             </p>
  359.                         </div>
  360.                         <div class="text-center mt-4">
  361.                             <img style="width:30%;" src="assets/images/element/code-block.png" alt="Blok kodu Scratch">
  362.                         </div>
  363.                     </div>
  364.                     <!-- Sekcja 2: Czy dzieci nie są zbyt małe? -->
  365.                     <div class="col-md-6">
  366.                         <h2 class="text-center golden-square">Czy dzieci nie są zbyt małe?</h2>
  367.                         <div class="text-center mt-4">
  368.                             <img style="width:40%;" src="assets/images/element/cat_board.png" alt="Scratch i tablica">
  369.                         </div>
  370.                         <div class="exercise-box mt-4">
  371.                             <p>
  372.                                 Nasze zajęcia zostały zaprojektowane tak, aby każde dziecko – niezależnie od wcześniejszego doświadczenia – mogło sobie poradzić i jednocześnie świetnie się bawić.
  373.                             </p>
  374.                             <p>
  375.                                 Zamiast wierzyć nam na słowo, zaproś nas do swojej szkoły i przekonaj się sam. A jeśli zajęcia nie spełnią oczekiwań – skorzystaj z naszej gwarancji satysfakcji.
  376.                             </p>
  377.                         </div>
  378.                     </div>
  379.                 </div>
  380.             </div>
  381.         </section>
  382.         <section class="position-relative overflow-hidden pt-5 py-sm-5 bg-light">
  383.             <div class="container">
  384.                 <div class="row justify-content-center text-center">
  385.                     <div class="col-md-8">
  386.                         <div class="p-4 bg-white shadow rounded-4">
  387.                             <div class="mb-3">
  388.                                 <i class="fa-solid fa-shield-halved fa-2x text-warning"></i>
  389.                             </div>
  390.                             <h2 class="golden-square mb-3">Gwarancja Satysfakcji</h2>
  391.                             <p class="fs-5">
  392.                                 Spróbuj naszych zajęć bez ryzyka! Jeśli nie spełnią Państwa oczekiwań,<br>
  393.                                 <strong>zwrócimy 100% kosztów bez zadawania pytań.</strong>
  394.                             </p>
  395.                         </div>
  396.                     </div>
  397.                 </div>
  398.             </div>
  399.         </section>
  400.         <section class="position-relative overflow-hidden mt-3">
  401.             <div class="container">
  402.                 <div class="row g-4 align-items-center">
  403.                     <div class="col-12">
  404.                         <!-- Title -->
  405.                         <h2 class="text-center golden-square">Kontakt</h2>
  406.                     </div>
  407.                     <div class="row g-1">
  408.                         <div class="col-12 mb-6">
  409.                             <div class="text-center" style="font-size:1.2em;">
  410.                                 Skontaktuj się z nami aby uzyskać więcej informacji, lub umówić termin zajęć
  411.                             </div>
  412.                         </div>
  413.                         <div class="col-4">
  414.                             <div class="text-center" style="font-size:1.2em;">
  415.                                 <p style="height:60px;"><img src="{{ asset('./assets/images/element/phone.png')  }}" style="width:60px;"></p>
  416.                                 <b>884 606 421</b>
  417.                             </div>
  418.                         </div>
  419.                         <div class="col-4">
  420.                             <div class="text-center" style="font-size:1.2em;">
  421.                                 <p style="height:60px;"><img src="{{ asset('./assets/images/element/convert.png')  }}" style="width:60px;"></p>
  422.                                 <b>bok@zatokakodu.pl</b>
  423.                             </div>
  424.                         </div>
  425.                         <div class="col-4">
  426.                             <div class="text-center" style="font-size:1.2em;">
  427.                                 <p style="height:60px;"><img src="{{ asset('./assets/images/element/earth.png')  }}" style="width:60px;"></p>
  428.                                 <b>www.zatokakodu.pl</b>
  429.                             </div>
  430.                         </div>
  431.                     </div>
  432.                 </div>
  433.             </div>
  434.         </section>
  435.         <section class="mb-n9 position-relative z-index-9">
  436.             <div class="container">
  437.                 <div class="row">
  438.                     <div class="col-11 col-md-10 mx-auto">
  439.                         <div class="bg-warning rounded-3 shadow p-3 p-sm-4 position-relative overflow-hidden">
  440.                             <!-- SVG decoration -->
  441.                             <figure class="position-absolute top-100 start-100 translate-middle mt-n6 ms-n5">
  442.                                 <svg width="211px" height="211px">
  443.                                     <path class="fill-white opacity-4" d="M210.030,105.011 C210.030,163.014 163.010,210.029 105.012,210.029 C47.013,210.029 -0.005,163.014 -0.005,105.011 C-0.005,47.015 47.013,-0.004 105.012,-0.004 C163.010,-0.004 210.030,47.015 210.030,105.011 Z"></path>
  444.                                 </svg>
  445.                             </figure>
  446.                             <!-- SVG decoration -->
  447.                             <figure class="position-absolute top-100 start-0 translate-middle mt-n6 ms-5">
  448.                                 <svg width="141px" height="141px">
  449.                                     <path class="fill-white opacity-4" d="M140.520,70.258 C140.520,109.064 109.062,140.519 70.258,140.519 C31.454,140.519 -0.004,109.064 -0.004,70.258 C-0.004,31.455 31.454,-0.003 70.258,-0.003 C109.062,-0.003 140.520,31.455 140.520,70.258 Z"></path>
  450.                                 </svg>
  451.                             </figure>
  452.                             <!-- SVG decoration -->
  453.                             <figure class="position-absolute top-0 start-50 mt-4 ms-n9">
  454.                                 <svg width="41px" height="41px">
  455.                                     <path class="fill-white opacity-4" d="M40.531,20.265 C40.531,31.458 31.457,40.531 20.265,40.531 C9.072,40.531 -0.001,31.458 -0.001,20.265 C-0.001,9.073 9.072,-0.001 20.265,-0.001 C31.457,-0.001 40.531,9.073 40.531,20.265 Z"></path>
  456.                                 </svg>
  457.                             </figure>
  458.                             <!-- Icon logos START -->
  459.                             <div class="p-2 bg-white shadow rounded-3 rotate-74 position-absolute top-0 start-0 ms-3 mt-5 d-none d-sm-block">
  460.                                 <img src="{{ asset('./assets/images/element/01.svg')  }}" class="h-40px" alt="Icon">
  461.                             </div>
  462.                             <div class="p-1 bg-white shadow rounded-3 rotate-74 position-absolute top-0 end-0 mt-5 me-5 d-none d-sm-block">
  463.                                 <img src="{{ asset('./assets/images/element/bulb.svg')  }}" class="h-30px" alt="Icon">
  464.                             </div>
  465.                             <div     class="p-2 bg-white shadow rounded-3 rotate-130 position-absolute bottom-0 start-50 ms-5 mb-2 d-none d-lg-block">
  466.                                 <img src="{{ asset('./assets/images/element/hand.svg')  }}" class="h-20px" alt="Icon">
  467.                             </div>
  468.                             <!-- Icon logos END -->
  469.                             <div class="row">
  470.                                 <div class="col-md-8 mx-auto text-center py-5 position-relative">
  471.                                     <!-- Title -->
  472.                                     <h2 id="newsletter_title" style="padding-bottom: 20px;">Zaproś nas do swojej szkoły</h2>
  473.                                     <form class="row g-3 position-relative" id="contact-form" style="color:#24292d;">
  474.                                         <!-- Name -->
  475.                                         <div class="col-md-6 col-lg-12 col-xl-6">
  476.                                             <label class="form-label"><b>Nazwa i miasto szkoły*</b></label>
  477.                                             <input type="text" placeholder="SP10 Kraków" id="contact-form-name" class="form-control orange-border-input" aria-label="Name" style="padding:12px;" required>
  478.                                         </div>
  479.                                         <!-- Phone number -->
  480.                                         <div class="col-md-6 col-lg-12 col-xl-6">
  481.                                             <label class="form-label"><b>Numer Telefonu *</b></label>
  482.                                             <input type="text" id="contact-form-phone" class="form-control orange-border-input" style="padding:12px;" required>
  483.                                         </div>
  484.                                         <!-- Email -->
  485.                                         <div class="col-md-6 col-lg-12 col-xl-6">
  486.                                             <label class="form-label"><b>Twój email</b></label>
  487.                                             <input type="email" id="contact-form-email" class="form-control orange-border-input" style="padding:12px;">
  488.                                         </div>
  489.                                         <div class="col-md-6 col-lg-12 col-xl-6">
  490.                                             <label class="form-label"><b>Osoba do kontaktu</b></label>
  491.                                             <input type="text" id="contact-form-age" class="form-control orange-border-input" style="padding:12px;">
  492.                                         </div>
  493.                                         <!-- Button -->
  494.                                         <div class="d-sm-flex align-items-center justify-content-center justify-content-lg-start">
  495.                                             <!-- Button -->
  496.                                             <submit class="btn btn-blue mb-0 rounded-pill mx-auto mt-3" id="contactForm">WYŚLIJ FORMULARZ ZGŁOSZENIOWY</submit>
  497.                                         </div>
  498.                                     </form>
  499.                                 </div>
  500.                             </div> <!-- Row END -->
  501.                         </div>
  502.                     </div>
  503.                 </div> <!-- Row END -->
  504.             </div>
  505.         </section>
  506.     </main>
  507. {% endblock %}
  508. {%  block js %}
  509.     <script src="{{ asset('./assets/js/jquery-3.6.4.min.js')  }}"></script>
  510.     <script>
  511.         function sendContactForm() {
  512.             const data = {
  513.                 name: 'Szkoła' + $('#contact-form-name').val(),
  514.                 phone: $('#contact-form-phone').val(),
  515.                 email: $('#contact-form-email').val(),
  516.                 message: 'Warsztaty poranne, Osoba do kontaktu' + $('#contact-form-age').val(),
  517.                 type: 'contact'
  518.             };
  519.             $.ajax({
  520.                 url: '/message',
  521.                 method: 'POST',
  522.                 data: data,
  523.                 success: function(response) {
  524.                     document.getElementById('contact-form').innerHTML = "<div class=\"col-lg-12 mx-auto text-center\">\n" +
  525.                         "                        <h2>Dziękujemy za zgłoszenie</h2>\n" +
  526.                         "                        <h5 class=\"mb-0\">Odezwiemy się o Ciebie w ciągu 2 dni i zaproponujemy termin zajęć. Do usłyszenia!</h5>\n" +
  527.                         "                    </div>";
  528.                 },
  529.                 error: function(jqXHR, textStatus, errorThrown) {
  530.                     console.error('Error sending message:', errorThrown);
  531.                 }
  532.             });
  533.         }
  534.         document.getElementById('contactForm').addEventListener('click', function() {
  535.             sendContactForm();
  536.         });
  537.     </script>
  538.     {{ parent() }}
  539. {%  endblock %}