{% extends "layouts/services.html.twig" %}
{% block bodyClass %}tpl-front-page{% endblock %}
{% block siteHeader %}
{% include 'organisms/services-header.html.twig' with {
logo: asset('/images/logo-neg.svg')
} %}
{% endblock %}
{% block pageContent %}
<div class="org-modules-container has-banners">
{% include 'molecules/forms/services.html.twig' with { modifiers: 'is-module is-l' } %}
<!-- {% include 'molecules/forms/services-drupal.html.twig' %}-->
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-services',
title: 'Bolsas e axudas',
link: path('services-area-frontpage'),
text: '',
} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-services',
hasImage: true,
text: '',
title:'Orientación laboral e saídas profesionais',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-services',
text:'',
title:'Intercambios e mobilidade',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-services',
text:'',
title:'Linguas e normalización lingüística',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/l.html.twig' with {
modifiers: 'is-services',
hasImage: true,
title:'Residencias',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-services',
text:'',
title:'Deportes',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-services',
hasImage: true,
text:'',
title: 'Cultura',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-services',
text:'',
hasImage: true,
title:'Igualdade',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-services',
text:'',
title:'Servizos bibliotecarios',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-services',
text:'',
title: 'Calidade',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-services',
text:'',
title: 'Voluntariado, participación e inclusión universitaria',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-services',
text:'',
title: 'Dereitos e asesoramento xurídico',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-services',
text:'',
title: 'Emprendemento',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-services',
text:'',
hasImage: true,
title: 'Desenvolvemento sostible',
link: path('services-area-frontpage'),
} %}
{% include 'molecules/banners/l.html.twig' with {
modifiers: 'is-services',
hasImage: true,
title:'Investigación',
link: path('services-area-frontpage'),
} %}
</div>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}