templates/templates/pages/profile-family.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/master.html.twig" %}
  2. {% block bodyClass %}tpl-profile-front-page{% 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: 'Pais e nais'
  9.     } %}
  10. {% endblock %}
  11. {% block pageContent %}
  12.     <div class="org-modules-container has-banners">
  13.         {% include 'molecules/banners/l.html.twig' with { modifiers: '', hasImage: true, title:'A USC, unha universidade de portas abertas', text:'Toda a información sobre como acceder, prezos dos estudios, servizos para os estudantes, e bolsas de estudos e outras axudas.' } %}
  14.         {% include 'molecules/banners/l.html.twig' with { modifiers: '', title:'Oferta académica 2018-2019', text:'Toda a información sobre as titulacións da USC e as súas saídas profesionais' } %}
  15.     </div>
  16.     <section class="org-tier">
  17.       <div class="tier-header">
  18.           <h2 class="tier-title">A man</h2>
  19.         </div>
  20.         <div class="tier-content">
  21.             <div class="org-modules-container has-banners">
  22.                 {% include 'molecules/banners/m.html.twig' with { modifiers: '', hasImage: false, title:'Prazas e residencias e colexios maiores', text:'' } %}
  23.                 {% include 'molecules/banners/m.html.twig' with { modifiers: '', hasImage: false, title:'Bolsas de estudos USC 2019-2020', text:'' } %}
  24.                 {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-admission', hasImage: false, title:'Acceder á USC paso a paso', text:'' } %}
  25.                 {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-admission', hasImage: false, title:'Algunha dúbida? Mándenos un whatsaap', text:'' } %}
  26.             </div>
  27.         </div>
  28.     </section>
  29.             <section class="org-tier">
  30.                 <div class="tier-header">
  31.                     <h2 class="tier-title">USC Vida</h2>
  32.                 </div>
  33.                 <div class="tier-content">
  34.                     <div class="org-modules-container has-banners">
  35.                         {% include 'molecules/news/xl.html.twig' with {
  36.                             title: 'No top de calidade con prezo Low Cost',
  37.                             text: 'A matrícula dos graos da USC son un 15% máis baratos que a media española. Os prezos de vivendas de alugueiro están un 15% máis baratos que os de Madrid ou Barcelona. O menú medio está en 10 euros e o billete bonificado do bus urbano é de 0,46 euros. A Oficina Universitaria de Calidade de Vida estima o gasto medio mensual en Lugo é de 438 euros e en Compostela 495.',
  38.                             tags: ['USC', 'Reportaxe']
  39.                         } %}
  40.                         {% include 'molecules/banners/s.html.twig' with { title:'Programa ponte' } %}
  41.                         {% include 'molecules/banners/s.html.twig' with { title:'Universidade centenaria' } %}
  42.                         {% include 'molecules/banners/s.html.twig' with { title:'Universidade de calidade' } %}
  43.                         {% include 'molecules/banners/s.html.twig' with { title:'USC en Cifras' } %}
  44.                     </div>
  45.                 </div>
  46.             </section>
  47. {% endblock %}
  48. {% block siteFooter %}
  49.     {% include 'organisms/site-footer.html.twig' %}
  50. {% endblock %}