templates/templates/pages/services/services-frontpage.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/services.html.twig" %}
  2. {% block bodyClass %}tpl-front-page{% endblock %}
  3. {% block siteHeader %}
  4.     {% include 'organisms/services-header.html.twig' with {
  5.         logo: asset('/images/logo-neg.svg')
  6.     } %}
  7. {% endblock %}
  8. {% block pageContent %}
  9.     <div class="org-modules-container has-banners">
  10.         {% include 'molecules/forms/services.html.twig' with { modifiers: 'is-module is-l' } %}
  11.   <!--      {% include 'molecules/forms/services-drupal.html.twig' %}-->
  12.         {% include 'molecules/banners/m.html.twig' with {
  13.             modifiers: 'is-services',
  14.             title: 'Bolsas e axudas',
  15.             link: path('services-area-frontpage'),
  16.             text: '',
  17.         } %}
  18.         {% include 'molecules/banners/m.html.twig' with {
  19.             modifiers: 'is-services',
  20.             hasImage: true,
  21.             text: '',
  22.             title:'Orientación laboral e saídas profesionais',
  23.             link: path('services-area-frontpage'),
  24.         } %}
  25.         {% include 'molecules/banners/s.html.twig' with {
  26.             modifiers: 'is-services',
  27.             text:'',
  28.             title:'Intercambios e mobilidade',
  29.             link: path('services-area-frontpage'),
  30.         } %}
  31.         {% include 'molecules/banners/s.html.twig' with {
  32.             modifiers: 'is-services',
  33.             text:'',
  34.             title:'Linguas e normalización lingüística',
  35.             link: path('services-area-frontpage'),
  36.         } %}
  37.         {% include 'molecules/banners/l.html.twig' with {
  38.             modifiers: 'is-services',
  39.             hasImage: true,
  40.             title:'Residencias',
  41.             link: path('services-area-frontpage'),
  42.         } %}
  43.         {% include 'molecules/banners/m.html.twig' with {
  44.             modifiers: 'is-services',
  45.             text:'',
  46.             title:'Deportes',
  47.             link: path('services-area-frontpage'),
  48.         } %}
  49.         {% include 'molecules/banners/m.html.twig' with {
  50.             modifiers: 'is-services',
  51.             hasImage: true,
  52.             text:'',
  53.             title: 'Cultura',
  54.             link: path('services-area-frontpage'),
  55.         } %}
  56.         {% include 'molecules/banners/m.html.twig' with {
  57.             modifiers: 'is-services',
  58.             text:'',
  59.             hasImage: true,
  60.             title:'Igualdade',
  61.             link: path('services-area-frontpage'),
  62.         } %}
  63.         {% include 'molecules/banners/m.html.twig' with {
  64.             modifiers: 'is-services',
  65.             text:'',
  66.             title:'Servizos bibliotecarios',
  67.             link: path('services-area-frontpage'),
  68.         } %}
  69.         {% include 'molecules/banners/s.html.twig' with {
  70.             modifiers: 'is-services',
  71.             text:'',
  72.             title: 'Calidade',
  73.             link: path('services-area-frontpage'),
  74.         } %}
  75.         {% include 'molecules/banners/s.html.twig' with {
  76.             modifiers: 'is-services',
  77.             text:'',
  78.             title: 'Voluntariado, participación e inclusión universitaria',
  79.             link: path('services-area-frontpage'),
  80.         } %}
  81.         {% include 'molecules/banners/s.html.twig' with {
  82.             modifiers: 'is-services',
  83.             text:'',
  84.             title: 'Dereitos e asesoramento xurídico',
  85.             link: path('services-area-frontpage'),
  86.         } %}
  87.         {% include 'molecules/banners/s.html.twig' with {
  88.             modifiers: 'is-services',
  89.             text:'',
  90.             title: 'Emprendemento',
  91.             link: path('services-area-frontpage'),
  92.         } %}
  93.         {% include 'molecules/banners/m.html.twig' with {
  94.             modifiers: 'is-services',
  95.             text:'',
  96.             hasImage: true,
  97.             title: 'Desenvolvemento sostible',
  98.             link: path('services-area-frontpage'),
  99.         } %}
  100.         {% include 'molecules/banners/l.html.twig' with {
  101.             modifiers: 'is-services',
  102.             hasImage: true,
  103.             title:'Investigación',
  104.             link: path('services-area-frontpage'),
  105.         } %}
  106.     </div>
  107. {% endblock %}
  108. {% block siteFooter %}
  109.     {% include 'organisms/site-footer.html.twig' %}
  110. {% endblock %}