templates/base.html.twig line 28

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <meta name="viewport" content="width=device-width, initial-scale=1">
  6.         <meta name="description" content="">
  7.         <title>{% block title %}Welcome!{% endblock %}</title>
  8.         <link href="{{ siteURL }}css/bootstrap.css" rel="stylesheet" />
  9.         <link href="{{ siteURL }}css/style.css" rel="stylesheet" />
  10.         <link rel="preconnect" href="https://fonts.googleapis.com">
  11.         <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  12.         <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
  13.         {% block seoHeadAdd %}{% endblock %}
  14.     </head>
  15.     <body>
  16.     <button onclick="topFunction()" id="toTopBtn" title="Go to top">
  17.         <img src="{{ siteURL }}img/arrow-up-circle.svg" alt="go to top"  />
  18.     </button>
  19.     <div class="container-fluid" id="mainBannerSection">
  20.         <div class="marquee-container overflow-hidden">
  21.             <div class="marquee-content d-flex align-items-center">
  22.                 <div class="marquee-item px-4 py-2 mx-2 "><span class="template-bold-font template-text-white">Działamy na Śląsku</span></div>
  23.                 <div class="marquee-item px-4 py-2 mx-2 "><span class="template-bold-font template-text-white">Katowice i okolice zadzwoń teraz</span></div>
  24.                 <div class="marquee-item px-4 py-2 mx-2"><a href="tel:+48793412034" class="template-bold-font p-0 m-0 template-text-white text-decoration-none">793 412 034</a></div>
  25.                 <div class="marquee-item px-4 py-2 mx-2 "><span class="template-bold-font template-text-white">Bezpłatna wycena w 24h.</span></div>
  26.             </div>
  27.         </div>
  28.         {{ render(controller('App\\Controller\\HelperController::getMenu')) }}
  29.         <div id="mainBannerInsideDiv" class="row px-0 py-5 justify-content-end">
  30.             <div class="col col-md-10 col-lg-6 col-xl-4 col-xxl-4 template-text-white ps-5 pt-5 pb-3">
  31.                 <div class="template-main-h1 template-text-kyiv">{{ pageheader.banerTitle|raw }}</div>
  32.                 <div class="mainBannerShortContent">{{ pageheader.banerSC|raw }}</div>
  33.                 <button type="button" class="btn btn-template btn-lg mt-4" href="{{ siteURL }}{{ pageheader.banerButtonLink|raw }}">{{ pageheader.banerButton|raw }}</button>
  34.             </div>
  35.             <div class="col-4 p-0 py-4 text-end d-none d-lg-block d-xl-block d-xxl-block">
  36.                 <img src="{{ siteURL }}{{ pageheader.banerPicture['580x590k'].publicPath|default('img/mainBanerPhoto.png') }}" class="img-fluid" />
  37.             </div>
  38.         </div>
  39.     </div>
  40.         {% block body %}{% endblock %}
  41.     <footer class="container-fluid">
  42.         <div class="row m-0 p-0">
  43.             <div class="col m-0 p-0 text-end"><img src="img/footer_img.png" alt="footer"></div>
  44.         </div>
  45.         <div class="row template-footerEnd-row">
  46.             <div class="col">
  47.                 <div class="container mt-5">
  48.                     <div class="row">
  49.                         <div class="col-3">
  50.                             <img src="img/logo.svg" class="img-fluid" alt="logo" />
  51.                         </div>
  52.                         <div class="col-9">
  53.                             <div class="row">
  54.                                 <div class="col-12">
  55.                                     <ul class="nav justify-content-end">
  56.                                         {% for m in menuBottom %}
  57.                                             <li class="nav-item">
  58.                                                 <a class="nav-link template-text-white" href="#{{ m.getSlug }}">{{ m.getName() }}</a>
  59.                                             </li>
  60.                                         {% endfor %}
  61.                                     </ul>
  62.                                 </div>
  63.                             </div>
  64.                             <div class="row mt-5 justify-content-between template-footerLinks text-end">
  65.                                 <div class="col"><a href="tel:+48793412034" class="template-text-white">793 412 034 </a></div>
  66.                                 <div class="col"><span id="email-user">biuro</span><span id="at-symbol" style="display:none">@</span><span id="email-domain">drzewoekspert.pl</span></div>
  67.                                 <div class="col text-center">
  68.                                     <a href="https://www.facebook.com/share/1AgMZ7REQa/"><svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16"><path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951" style="fill: var(--main-white-font-color);" /></svg></a>&nbsp;&nbsp;
  69.                                     <a href="https://www.instagram.com/drzewoekspert_pl?igsh=MXhtajFndHI3M3NxOQ=="><svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16"><path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334" style="fill: var(--main-white-font-color);"/></svg></a>
  70.                                 </div>
  71.                             </div>
  72.                         </div>
  73.                     </div>
  74.                 </div>
  75.             </div>
  76.         </div>
  77.     </footer>
  78.     {{ render_gdpr_banner() }}
  79.     <script src="{{ siteURL }}js/bootstrap.bundle.js"></script>
  80.     <script src="{{ siteURL }}js/script.js"></script>
  81.     <script src="{{ siteURL }}js/privacy.js"></script>
  82.     </body>
  83. </html>