templates/templates/pages/honoris.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/master.html.twig" %}
  2. {% block bodyClass %}tpl-level-4{% endblock %}
  3. {% block siteHeader %}
  4.     {% include 'organisms/site-header.html.twig' %}
  5. {% endblock %}
  6. {% block pageHeader %}
  7.     {% include 'molecules/page-header.html.twig' with {
  8.         title: 'Honoris Causa'
  9.     } %}
  10. {% endblock %}
  11. {% block pageContent %}
  12.     <div class="level-4-wrapper">
  13.         <article class="level-4-content">
  14.             <div class="at-lead-text">
  15.                 <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec viverra eros quis ex malesuada pellentesque.</p>
  16.             </div>
  17.         </article>
  18.         <section class="org-tier is-minimal">
  19.             <div class="tier-content">
  20.                 <usc-content-filter
  21.                 :options="[
  22.                 {key: null, name: 'Todos', selected: true},
  23.                 {key: 'is-type-1', name: '2010-2019', selected: false},
  24.                 {key: 'is-type-2', name: '2000-2009', selected: false},
  25.                 {key: 'is-type-3', name: '1990-1999', selected: false},
  26.                 {key: 'is-type-4', name: '1980-1900', selected: false},
  27.                 {key: 'is-type-5', name: '1970-1979', selected: false},
  28.                 {key: 'is-type-6', name: '1960-1969', selected: false},
  29.                 {key: 'is-type-7', name: '1950-1959', selected: false},
  30.                 {key: 'is-type-8', name: '1940-1949', selected: false} ]">
  31.                 <template v-slot:filters>
  32.                     <usc-text-filter
  33.                             target-container="#honoris"
  34.                             target-items=".ml-banner"
  35.                     ></usc-text-filter>
  36.                 </template>
  37.                     <div class="org-modules-container has-banners" id="honoris">
  38.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-1', link: path('honoris-profile'), title: 'Bernard L. Feringa', text:'2020' } %}
  39.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-1', link: path('honoris-profile'), title: 'Nicholas A. Peppas', text:'2019' } %}
  40.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-1', link: path('honoris-profile'), title: 'Mikhail Alexandrovich Braun', text:'2014' } %}
  41.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-1', link: path('honoris-profile'), title: 'Tomás Salvador Vives Antón', text:'2012' } %}
  42.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-2', link: path('honoris-profile'), title: 'Carlos Ulises Moulines', text:'2005' } %}
  43.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-2', link: path('honoris-profile'), title: 'Crispian Scully', text:'2004' } %}
  44.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-2', link: path('honoris-profile'), title: 'Giorgio Franceschetti', text:'2000' } %}
  45.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-3', link: path('honoris-profile'), title: 'Jean-Michel Uhaldeborde', text:'1999' } %}
  46.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-3', link: path('honoris-profile'), title: 'Enric Trillas', text:'1995' } %}
  47.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-3', link: path('honoris-profile'), title: 'Amable Liñán Martínez', text:'1990' } %}
  48.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-4', link: path('honoris-profile'), title: 'Juan Manuel Escudero Muñoz', text:'1985' } %}
  49.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-4', link: path('honoris-profile'), title: 'Luis Díez-Picazo y Ponce de León', text:'1983' } %}
  50.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'Antonio Bonet Correa', text:'1979' } %}
  51.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'Gatze Lettinga', text:'1973' } %}
  52.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'James W. Cronin', text:'1978' } %}
  53.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'Alan A. Watson', text:'1973' } %}
  54.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'Cesare Segre', text:'1970' } %}
  55.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-6', link: path('honoris-profile'), title: 'Jaime Gil Aluja', text:'1968' } %}
  56.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-6', link: path('honoris-profile'), title: 'Ramachandran P. K. Nair', text:'1968' } %}
  57.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-7', link: path('honoris-profile'), title: 'Winfried Stute', text:'1950' } %}
  58.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-8', link: path('honoris-profile'), title: 'Juan S. López-Arranz', text:'1947' } %}
  59.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-8', link: path('honoris-profile'), title: 'John Corcoran', text:'1945' } %}
  60.                         {% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-8', link: path('honoris-profile'), title: 'James Patrick Griffin', text:'1940' } %}
  61.                     </div>
  62.                 </usc-content-filter>
  63.             </div>
  64.         </section>
  65.     </div>
  66. {% endblock %}
  67. {% block siteFooter %}
  68.     {% include 'organisms/site-footer.html.twig' %}
  69. {% endblock %}