templates/layouts/layout.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6.         <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
  7.         <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
  8.         <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
  9.         <link rel="manifest" href="/site.webmanifest">
  10.         <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
  11.         <meta name="msapplication-TileColor" content="#da532c">
  12.         <meta name="theme-color" content="#ffffff">
  13.         {% do pimcore_head_link().appendStylesheet(asset('static/css/cessda.min.css')) %}
  14.         {% if document.getTitle() is not empty %}
  15.             {% do pimcore_head_title().set(document.getTitle()) %}
  16.         {% endif %}
  17.         {% if document.getDescription() is not empty %}
  18.             {% do pimcore_head_meta().setDescription(document.getDescription()) %}
  19.         {% endif %}
  20.         {% block head_stylesheets deferred %}
  21.             {{ pimcore_head_link() }}
  22.         {% endblock %}
  23.         {% block layout_head_meta deferred %}
  24.             {{ pimcore_head_title() }}
  25.             {{ pimcore_head_meta() }}
  26.             {% if pimcore_placeholder('canonical').count() %}
  27.                 <link rel="canonical" href="{{ pimcore_placeholder('canonical') }}"/>
  28.             {% endif %}
  29.         {% endblock %}
  30.         {% do pimcore_head_script().appendFile(asset('static/js/bootstrap.bundle.min.js')) %}
  31.         {% do pimcore_head_script().appendFile(asset('static/js/lazysizes.min.js')) %}
  32.         {% block headscripts deferred %}
  33.             {{ pimcore_head_script() }}
  34.         {% endblock %}
  35.         {% set theme_class = document.getProperty('theme_class') %}
  36.         {% if training is defined and training == true %}
  37.             {% set theme_class = 'training' %}
  38.         {% endif %}
  39.         {% set pillar_background = document.getProperty('pillar_background') %}
  40.         {% set training_pillar = document.getProperty('training_pillar') %}
  41.         {% set section_title = document.getProperty('section_title') %}
  42.         {% set showBreadcrumbs = (hideBreadcrumbs is defined) ? not hideBreadcrumbs : true %}
  43.         {% if not document is defined or not document %}
  44.             {% set document = pimcore_document(1) %}
  45.         {% endif %}
  46.         {% if training is defined and training == true %}
  47.             {% set training_background = document.getProperty('training_background') %}
  48.             <style>
  49.                 @media(min-width: 992px) {
  50.                     .section-pillar {
  51.                         background-image: url("{{ training_background.thumbnail('pillar') }}");
  52.                     }
  53.                 }
  54.             </style>
  55.         {% elseif pillar_background %}
  56.             <style>
  57.                 @media(min-width: 992px) {
  58.                     .section-pillar {
  59.                         background-image: url("{{ pillar_background.thumbnail('pillar') }}");
  60.                     }
  61.                 }
  62.             </style>
  63.         {% endif %}
  64.         {% if training_pillar %}
  65.             <style>
  66.                 .training-pillar {
  67.                     background-image: url("{{ training_pillar.thumbnail('pillar') }}");
  68.                 }
  69.             </style>
  70.         {% endif %}
  71.         {% if document is defined and (document.id == 1 or document.id == 50) %}
  72.             <!-- MailerLite Universal -->
  73.             <script>
  74.                 (function (m, a, i, l, e, r) {
  75. m['MailerLiteObject'] = e;
  76. function f() {
  77. var c = {
  78. a: arguments,
  79. q: []
  80. };
  81. var r = this.push(c);
  82. return "number" != typeof r ? r : f.bind(c.q);
  83. }
  84. f.q = f.q || [];
  85. m[e] = m[e] || f.bind(f.q);
  86. m[e].q = m[e].q || f.q;
  87. r = a.createElement(i);
  88. var _ = a.getElementsByTagName(i)[0];
  89. r.async = 1;
  90. r.src = l + '?v' + (~~ (new Date().getTime() / 1000000));
  91. _.parentNode.insertBefore(r, _);
  92. })(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
  93. var ml_account = ml('accounts', '1215904', 't9u1w1z3z1', 'load');
  94.             </script>
  95.             <!-- End MailerLite Universal -->
  96.         {% endif %}
  97.     </head>
  98.     <body {% if theme_class %} class="{{ theme_class }}" {% endif %}>
  99.         {# get root node if there is no document defined (for pages which are routed directly through static route) #}
  100.         {# get the document which should be used to start in navigation | default home #}
  101.         {% set navStartNode = document.getProperty('navigationRoot') %}
  102.             {% if not navStartNode is instanceof('\\Pimcore\\Model\\Document\\Page') %}
  103.         {% set navStartNode = pimcore_document(1) %}
  104.         {% endif %}
  105.         {% set mainNavigation = pimcore_build_nav({
  106.     active: document,
  107.     root: navStartNode
  108. }) %}
  109.     {% if app.request.schemeAndHttpHost != 'https://www.cessda.eu' %}
  110.             <div style="color:black;padding:15px;color:crimson;background:#FFD6E0;text-align:center;font-size:18px;line-height:1;font-weight:600">
  111.                 <span>DEVELOPMENT VERSION</span>
  112.             </div>
  113.         {% endif %}
  114.             <header id="topheader"> <nav id="topnav" class="navbar navbar-expand-lg">
  115.                 <div class="container-xl">
  116.                     <a id="home" class="navbar-brand" href="/">
  117.                         <svg viewbox="0 0 2386 652" class="d-none d-lg-block" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" aria-label="CESSDA Home Page">
  118.                             <path d="M993.333 498.333h-92.5c-52.5 0-95-42.5-95-94.583V249.167c0-52.084 42.5-94.584 95-94.584l92.5-.416c9.584 0 17.5 7.916 17.5 17.5 0 9.583-7.916 17.5-17.5 17.916l-92.5.417c-32.916 0-59.583 26.667-59.583 59.583v154.584c0 32.916 26.667 59.583 59.583 59.583h92.5c9.584 0 17.5 7.917 17.5 17.5.417 9.167-7.5 17.083-17.5 17.083" fill="#3E4C59" fill-rule="nonzero"/>
  119.                             <path d="M1254.17 498.75h-109.584c-52.5 0-95-42.5-95-95V249.583c0-52.5 42.5-95 95-95h44.167c52.5 0 95 42.5 95 95v85.834h-165c-9.583 0-17.5-7.917-17.5-17.5 0-9.584 7.917-17.5 17.5-17.5h130v-50.834c0-32.916-26.667-59.583-59.583-59.583h-44.167c-32.917 0-59.583 26.667-59.583 59.583v154.584c0 32.916 26.666 59.583 59.583 59.583h109.167c9.583 0 17.5 7.917 17.5 17.5s-7.917 17.5-17.5 17.5M2290.83 497.083h-54.583c-26.25 0-50.833-12.916-68.75-36.25-17.083-22.083-26.25-51.25-26.25-82.083 0-62.5 39.167-106.25 95-106.25h77.917c9.583 0 17.5 7.917 17.5 17.5s-7.917 17.5-17.5 17.5h-77.917c-35.833 0-59.583 28.333-59.583 70.833 0 45.834 26.666 82.917 59.583 82.917h54.583c32.917 0 59.584-26.667 59.584-59.583V247.5c0-32.917-26.667-59.583-59.584-59.583h-102.083c-9.583 0-17.5-7.917-17.5-17.5 0-9.584 7.917-17.5 17.5-17.5h102.083c52.5 0 95 42.5 95 95V402.5c0 52.083-42.5 94.583-95 94.583M1997.92 498.75h-55.834c-52.5 0-95-42.5-95-95V249.167c0-52.5 42.5-95 95-95h79.167c9.583 0 17.5 7.916 17.5 17.5 0 9.583-7.917 17.5-17.5 17.5h-79.167c-32.916 0-59.583 26.666-59.583 59.583v154.583c0 32.917 26.667 59.584 59.583 59.584h55.834c32.916 0 59.583-26.667 59.583-59.584V17.5c0-9.583 7.917-17.5 17.5-17.5s17.5 7.917 17.5 17.5v386.25c0 52.5-42.5 95-94.583 95M1457.08 498.75h-101.25c-9.583 0-17.5-7.917-17.5-17.5s7.917-17.5 17.5-17.5h101.25c31.667 0 57.5-25.833 57.5-57.5 0-27.083-19.166-50.833-45.833-56.25l-49.583-10.417c-7.917-1.25-19.167-4.583-22.5-5.833-35.834-13.75-59.584-48.333-59.584-86.667 0-51.25 41.667-92.5 92.5-92.5h76.25c9.584 0 17.5 7.917 17.5 17.5 0 9.584-7.916 17.5-17.5 17.5h-76.25c-31.666 0-57.5 25.834-57.5 57.5 0 23.75 15 45 36.667 53.75 1.667.834 10.833 3.334 16.25 4.167h.417l49.583 10.417c43.75 8.75 75 47.083 75 90.833 0 50.833-41.667 92.5-92.917 92.5M1704.17 498.75h-101.25c-9.584 0-17.5-7.917-17.5-17.5s7.916-17.5 17.5-17.5h101.25c31.666 0 57.5-25.833 57.5-57.5 0-27.083-19.167-50.833-45.834-56.25l-49.583-10.417c-7.917-1.25-19.167-4.583-22.5-5.833-35.833-13.75-59.583-48.333-59.583-86.667 0-51.25 41.666-92.5 92.5-92.5h76.25c9.583 0 17.5 7.917 17.5 17.5 0 9.584-7.917 17.5-17.5 17.5h-76.25c-31.667 0-57.5 25.834-57.5 57.5 0 23.75 15 45 37.083 53.75 1.667.834 10.833 3.334 16.25 4.167h.417l49.583 10.417c42.917 8.75 74.167 47.083 74.167 90.833.416 50.833-41.25 92.5-92.5 92.5" fill="#3E4C59" fill-rule="nonzero"/>
  120.                             <circle cx="325.417" cy="323.333" r="54.167" fill="#3E4C59"/>
  121.                             <path d="M537.5 143.75l-95.417-95C416.25 22.5 383.333 6.25 347.5 1.667 340 .417 332.5 0 325 0c-44.583 0-86.25 17.083-117.5 48.333L48.75 207.5C17.5 238.75 0 280.417 0 325s17.083 86.25 48.75 117.5l95.417 95.833c10 10 23.333 15.417 37.5 15.417 14.166 0 27.5-5.417 37.5-15.417S235 515 235 500.417c0-14.167-5.417-27.917-15.417-37.917l-95-95.833c-11.25-11.25-17.5-25.834-17.5-41.667 0-15.833 5.834-30.417 17.084-41.667l159.166-159.166c11.25-11.25 25.834-17.084 41.667-17.084 15.833 0 30.417 6.25 41.667 17.084l95.416 95c10 10 23.75 15.833 37.917 15.833 14.167 0 27.917-5.417 37.917-15.833 10-10 15.833-23.75 15.833-37.917-.417-13.75-5.833-27.5-16.25-37.5z" fill="#2bb0ed" fill-rule="nonzero"/>
  122.                             <path d="M602.917 209.583L507.5 113.75c-10-10-23.333-15.417-37.5-15.417-14.167 0-27.5 5.417-37.5 15.417s-15.833 23.333-15.833 37.917c0 14.166 5.416 27.916 15.416 37.916l95 95.834c11.25 11.25 17.5 25.833 17.5 41.666 0 15.834-5.833 30.417-17.083 41.667L368.333 527.917C357.083 539.167 342.5 545 326.667 545c-15.834 0-30.417-6.25-41.667-17.083l-95.417-95c-10-10-23.75-15.834-37.916-15.834-14.167 0-27.917 5.417-37.917 15.834-10 10-15.833 23.75-15.833 37.916 0 14.167 5.416 27.917 15.833 37.917l95.417 95c25.833 25.833 58.75 42.083 95 47.083 7.5.834 15 1.667 22.5 1.667 44.583 0 85.833-17.083 117.5-48.333L603.333 445c31.25-31.25 48.334-72.917 48.334-117.5-.417-45-17.5-86.667-48.75-117.917z" fill="#61d0f7" fill-rule="nonzero"/>
  123.                             <path d="M181.667 553.333c-2.5 0-5 0-7.084-.416-11.666-1.667-22.5-6.667-30.833-15l-95.417-95C17.5 411.25 0 369.583 0 325s17.083-86.25 48.333-117.5l75.834-75.833 74.583 77.083-74.583 74.583c-11.25 11.25-17.084 25.834-17.084 41.667 0 15.833 6.25 30.417 17.084 41.667l95.416 95c10 10 15.834 23.75 15.834 37.916 0 14.167-5.417 27.917-15.834 37.917-10 10.417-23.333 15.833-37.916 15.833z" fill="#46aef1" fill-rule="nonzero"/>
  124.                         </svg>
  125.                         <svg id="mobilelogo" class="d-block d-lg-none" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 189 56" aria-label="CESSDA Home Page">
  126.                             <path d="M79.29 41.35h-7.05c-3.99 0-7.24-3.24-7.24-7.23V22.34c0-3.99 3.25-7.23 7.24-7.23l7.05-.03h.01c.74 0 1.34.6 1.35 1.34 0 .74-.6 1.35-1.34 1.35l-7.05.03c-2.51 0-4.55 2.03-4.55 4.53v11.78c0 2.5 2.04 4.54 4.55 4.54h7.05c.74 0 1.35.6 1.35 1.35-.03.74-.63 1.35-1.37 1.35M99.17 41.37H90.8c-3.99 0-7.24-3.25-7.24-7.24V22.34c0-3.99 3.25-7.24 7.24-7.24h3.37c3.99 0 7.24 3.25 7.24 7.24v6.55h-12.6a1.35 1.35 0 0 1 0-2.7h9.9v-3.85c0-2.51-2.04-4.54-4.55-4.54H90.8c-2.51 0-4.54 2.04-4.54 4.54v11.79c0 2.51 2.04 4.54 4.54 4.54h8.37c.74 0 1.35.6 1.35 1.35-.01.75-.61 1.35-1.35 1.35M178.26 41.23h-4.17c-2 0-3.86-.98-5.23-2.76-1.29-1.68-2.01-3.9-2.01-6.26 0-4.78 2.98-8.11 7.24-8.11h5.93a1.35 1.35 0 0 1 0 2.7h-5.93c-2.72 0-4.55 2.18-4.55 5.42 0 3.49 2.04 6.33 4.55 6.33h4.17c2.51 0 4.55-2.04 4.55-4.54V22.2c0-2.5-2.04-4.54-4.55-4.54h-7.77a1.35 1.35 0 0 1 0-2.7h7.77c3.99 0 7.24 3.25 7.24 7.24V34c0 3.99-3.25 7.23-7.24 7.23M155.9 41.37h-4.26c-3.99 0-7.24-3.25-7.24-7.24v-11.8c0-3.99 3.25-7.24 7.24-7.24h6.04a1.35 1.35 0 0 1 0 2.7h-6.04c-2.51 0-4.55 2.04-4.55 4.54v11.8c0 2.51 2.04 4.54 4.55 4.54h4.26c2.51 0 4.55-2.04 4.55-4.54V4.66a1.35 1.35 0 0 1 2.7 0v29.47c-.01 3.99-3.26 7.24-7.25 7.24M114.66 41.37h-7.72a1.35 1.35 0 0 1 0-2.7h7.72c2.41 0 4.38-1.96 4.38-4.37 0-2.07-1.47-3.87-3.5-4.29l-3.77-.78c-.6-.11-1.46-.36-1.72-.46-2.72-1.04-4.55-3.69-4.55-6.6 0-3.9 3.17-7.07 7.07-7.07h5.83a1.35 1.35 0 0 1 0 2.7h-5.83c-2.41 0-4.38 1.96-4.38 4.37 0 1.8 1.13 3.44 2.81 4.09.13.05.81.25 1.25.33l.04.01 3.79.79c3.27.67 5.65 3.58 5.65 6.92 0 3.89-3.17 7.06-7.07 7.06M133.51 41.37h-7.72a1.35 1.35 0 0 1 0-2.7h7.72c2.41 0 4.38-1.96 4.38-4.37 0-2.07-1.47-3.87-3.5-4.29l-3.77-.78c-.6-.11-1.45-.36-1.72-.46-2.72-1.04-4.55-3.69-4.55-6.6 0-3.9 3.17-7.07 7.07-7.07h5.83a1.35 1.35 0 0 1 0 2.7h-5.83c-2.41 0-4.38 1.96-4.38 4.37 0 1.8 1.13 3.44 2.81 4.09.13.05.81.25 1.25.33l.04.01 3.79.79c3.27.67 5.65 3.58 5.65 6.92 0 3.89-3.17 7.06-7.07 7.06M32.49 27.99c0 2.29-1.85 4.14-4.14 4.14-2.29 0-4.14-1.85-4.14-4.14 0-2.29 1.85-4.14 4.14-4.14 2.28 0 4.14 1.85 4.14 4.14"></path>
  127.                             <path d="M35.62 11.38c.91-.9 2.12-1.4 3.41-1.4.61 0 1.2.12 1.75.33L37.26 6.8c-2.02-2.01-4.56-3.28-7.37-3.65-.58-.08-1.16-.11-1.73-.11-3.44 0-6.67 1.34-9.09 3.76L7.14 18.73c-.3.3-.59.62-.86.95-1.89 2.29-2.91 5.15-2.91 8.16 0 3.44 1.34 6.67 3.77 9.1l2.88 2.88.61.61v-.01l3.4 3.4c.45.45.98.77 1.55.99l.04.04c.06.02.13.03.19.05.06.02.11.03.17.05.19.05.39.1.59.13h.05c.18.02.35.05.53.05 1.18 0 2.29-.46 3.12-1.28l.01-.01c.01-.01.02-.01.02-.02.84-.84 1.3-1.95 1.3-3.13s-.46-2.3-1.3-3.13l-3.85-3.85-3.03-3.05a3.995 3.995 0 0 1-1.18-2.84c0-.83.25-1.62.72-2.29.13-.18.27-.36.43-.53l5.88-5.88 6.06-6.07c.75-.75 1.76-1.17 2.83-1.17s2.08.42 2.84 1.17l3.53 3.52c-.22-.56-.34-1.16-.33-1.78-.01-1.28.5-2.49 1.42-3.41"></path>
  128.                             <path d="M49.29 18.87l-6.94-6.99a4.404 4.404 0 0 0-3.11-1.27c-1.18 0-2.29.46-3.12 1.28-.84.83-1.31 1.95-1.31 3.13-.01 1.18.45 2.3 1.29 3.14l6.92 6.97c.76.76 1.18 1.77 1.18 2.84 0 1.07-.41 2.08-1.16 2.83L31.1 42.73c-.75.75-1.76 1.17-2.83 1.17s-2.08-.42-2.84-1.17l-3.49-3.49c.2.54.32 1.12.32 1.71 0 1.29-.5 2.51-1.42 3.43-.91.92-2.13 1.42-3.43 1.42a4.603 4.603 0 0 1-1.82-.36l3.57 3.57c2.02 2.01 4.56 3.28 7.37 3.65.57.08 1.15.11 1.73.11 3.44 0 6.67-1.33 9.09-3.76L49.3 37.06c2.42-2.43 3.76-5.66 3.76-9.1s-1.35-6.67-3.77-9.09"></path>
  129.                         </svg>
  130.                     </a>
  131.                     <div id="htoggle" class="navbar-toggler collapsed" data-bs-toggle="collapse" data-bs-target="#topNavMenu" role="button" aria-controls="topNavMenu" aria-expanded="false" aria-label="Toggle navigation">
  132.                         <div id="hamburger">
  133.                             <span></span>
  134.                             <span></span>
  135.                             <span></span>
  136.                             <span></span>
  137.                         </div>
  138.                     </div>
  139.                     <div class="collapse navbar-collapse justify-content-center" id="topNavMenu">
  140.                         <ul class="navbar-nav mx-auto">
  141.                             {% for page in mainNavigation %}
  142.                                 {% if page.documentType == 'page' and page.visible %}
  143.                                     {% set pagedoc = pimcore_document(page.id) %}
  144.                                     <li class="nav-item dropdown">
  145.                                         <a class="nav-link dropdown-toggle menu-toggle-{{ pagedoc.getProperty('theme_class') }}" href="#" aria-label="Expand submenu" id="Dropdown{{ page.id }}" role="button" data-bs-toggle="dropdown" aria-expanded="false">
  146.                                             {{ page.label }}
  147.                                         </a>
  148.                                         <ul class="dropdown-menu menu-{{ pagedoc.getProperty('theme_class') }}{% if loop.last %} dropdown-menu-end{% endif %}" aria-labelledby="Dropdown{{ page.id }}">
  149.                                             {% for child in page %}
  150.                                                 {% if child.visible %}
  151.                                                     <li>
  152.                                                         <a class="dropdown-item" href="{{ child.uri }}">{{ child.label }}</a>
  153.                                                     </li>
  154.                                                 {% endif %}
  155.                                             {% endfor %}
  156.                                         </ul>
  157.                                     </li>
  158.                                 {% endif %}
  159.                             {% endfor %}
  160.                         </ul>
  161.                         <ul class="navbar-nav">
  162.                             <li class="nav-item nav-icons justify-content-center justify-content-lg-end">
  163.                                 <a href="/News-and-Events/Events" title="Event Calendar">
  164.                                     <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-calendar2-check" viewbox="0 0 16 16">
  165.                                         <path d="M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z"/>
  166.                                         <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/>
  167.                                         <path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>
  168.                                     </svg>
  169.                                 </a>
  170.                                 <a href="/About/Main-Office-and-Governance" title="Contact">
  171.                                     <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-envelope" viewbox="0 0 16 16">
  172.                                         <path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z"/>
  173.                                     </svg>
  174.                                 </a>
  175.                                 <a href="/sitemap" title="Sitemap">
  176.                                     <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor" class="bi bi-diagram-3" viewbox="0 0 16 16">
  177.                                         <path fill-rule="evenodd" d="M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>
  178.                                     </svg>
  179.                                 </a>
  180.                                 <a href="/search" title="Search">
  181.                                     <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-search" viewbox="0 0 16 16">
  182.                                         <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
  183.                                     </svg>
  184.                                 </a>
  185.                             </li>
  186.                         </ul>
  187.                     </div>
  188.                 </div>
  189.             </nav>
  190.         </header>
  191.     
  192.         {{ block('content') }}
  193.         <footer class="py-5 footer-std">
  194.             <div class="container-xl">
  195.                 <div class="row">
  196.                     <div class="col-12 col-lg-6 text-center text-lg-start order-2 order-lg-1 mt-5 mt-lg-0">
  197.                         <p>
  198.                             <strong>CESSDA</strong><br>
  199.                             <span>Consortium of European
  200.                                 <br>Social Science Data Archives</span>
  201.                         </p><hr class="footer-hr">
  202.                         <p>Solheimsgaten 16<br>
  203.                             5058 Bergen, Norway<br>
  204.                             (+47) 40 10 09 64<br>
  205.                             <a href="mailto:cessda@cessda.eu">cessda@cessda.eu</a>
  206.                         </p>
  207.                         <p>
  208.                             <a href="https://twitter.com/CESSDA_Data/" class="socialfooter twitter" target="_blank">
  209.                                 <svg xmlns="http://www.w3.org/2000/svg" width="20" height="18" fill="currentColor" viewbox="0 0 16 16" aria-label="Twitter">
  210.                                     <path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
  211.                                 </svg>
  212.                             </a>
  213.                             <a href="https://www.youtube.com/channel/UCqbZKb1Enh-WcFpg6t86wsA" class="socialfooter youtube" target="_blank">
  214.                                 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewbox="0 0 16 16" aria-label="Youtube">
  215.                                     <path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/>
  216.                                 </svg>
  217.                             </a>
  218.                             <a href="https://www.linkedin.com/company/cessda" class="socialfooter" target="_blank">
  219.                                 <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16" aria-label="LinkedIn">
  220.                                     <path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
  221.                                 </svg>
  222.                             </a>
  223.                         </p>
  224.                         <div class="credit">
  225.                             <a href="https://openconcept.no/en" target="_blank" rel="noopener">Design &amp; solution by Open Concept AS</a>
  226.                         </div>
  227.                     </div>
  228.                     <div class="col-12 col-lg-6 text-center text-lg-start order-1 order-lg-2">
  229.                         <div class="footerlinks">
  230.                             <a href="/News-and-Events/News">News</a><br>
  231.                             <a href="/News-and-Events/Events">Events</a><br>
  232.                             <a href="/About/Main-Office-and-Governance">Main Office</a>
  233.                             <hr class="footer-hr">
  234.                             <a href="/Covid-19">COVID-19</a><br>
  235.                             <a href="/Privacy-Policy">Privacy Policy and Cookies</a><br>
  236.                             <a href="/Acceptable-Use-Policy">Acceptable Use Policy</a>
  237.                         </div>
  238.                     </div>
  239.                 </div>
  240.             </div>
  241.         </footer>
  242.         <div id="btn-back-to-top">
  243.             <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up-circle-fill" viewbox="0 0 16 16">
  244.                 <path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>
  245.             </svg>
  246.         </div>
  247.         <script>
  248.             document.addEventListener("DOMContentLoaded", function (event) {
  249. var navicon = document.getElementById('htoggle');
  250. var navEl = document.getElementById('hamburger');
  251. function toggleMenu() {
  252. navEl.classList.toggle('open');
  253. };
  254. navicon.addEventListener("click", toggleMenu, false);
  255. let topbutton = document.getElementById("btn-back-to-top");
  256. // When the user scrolls down 20px from the top of the document, show the button
  257. window.onscroll = function () {
  258. scrollFunction();
  259. };
  260. function scrollFunction() {
  261. if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) {
  262. topbutton.style.opacity = "1";
  263. } else {
  264. topbutton.style.opacity = "0";
  265. }
  266. }
  267. // When the user clicks on the button, scroll to the top of the document
  268. topbutton.addEventListener("click", backToTop);
  269. function backToTop() {
  270. document.body.scrollTop = 0;
  271. document.documentElement.scrollTop = 0;
  272. }
  273. });
  274.         </script>
  275.         <!-- Matomo -->
  276.         <script>
  277.             var _paq = window._paq = window._paq || [];
  278. /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  279. _paq.push(["setDoNotTrack", true]);
  280. _paq.push(['trackPageView']);
  281. _paq.push(['enableLinkTracking']);
  282. (function () {
  283. var u = "https://cessda.matomo.cloud/";
  284. _paq.push([
  285. 'setTrackerUrl',
  286. u + 'matomo.php'
  287. ]);
  288. _paq.push(['setSiteId', '1']);
  289. var secondaryTrackerUrl = 'https://analytics.cessda.eu/matomo.php';
  290. var secondaryWebsiteId = 1;
  291. _paq.push(['addTracker', secondaryTrackerUrl, secondaryWebsiteId]);
  292. var d = document,
  293. g = d.createElement('script'),
  294. s = d.getElementsByTagName('script')[0];
  295. g.type = 'text/javascript';
  296. g.async = true;
  297. g.src = '//cdn.matomo.cloud/cessda.matomo.cloud/matomo.js';
  298. s.parentNode.insertBefore(g, s);
  299. })();
  300.         </script>
  301.         <!-- End Matomo Code -->
  302.     </body>
  303. </html>