templates/templates/pages/profile-foreign.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: 'Internacional'
  9.     } %}
  10. {% endblock %}
  11. {% block pageContent %}
  12.     <div class="org-modules-container has-banners">
  13.         {% include 'molecules/banners/l.html.twig' with { modifiers: 'is-admission', hasImage: true, title:'All you need is… USC step to step', text:'Guía paso a paso para estudar na USC e facer vida universitaria nos campus de Santiago de Compostela e Lugo' } %}
  14.         {% include 'molecules/banners/l.html.twig' with { modifiers: 'is-studies', hasImage: false, title:'Guía 44·62·54', text:' Vén a USC, a nosa oferta académica inclúe 44 graos. 62 másteres. 54 estudos de doutoramento.' } %}
  15.     </div>
  16.           <section class="org-tier">
  17.             <div class="tier-header">
  18.                 <h2 class="tier-title">USC Vida</h2>
  19.             </div>
  20.             <div class="tier-content">
  21.                 <div class="org-modules-container">
  22.                   {% include 'molecules/news/l.html.twig' with {
  23.                     hasImage: true,
  24.                     modifiers: 'is-journal',
  25.                     title: 'Na túa Residencia ou no meu Colexio?',
  26.                     text: 'O Sistema Universitario de Residencias da USC ofrece 1.065 prazas. Moito máis que un cuarto e un flexo. Outro xeito de vivir en Compostela ou Lugo. E pagar pouco por algo que non ten prezo…',
  27.                     tags: ['Vida', 'Reportaxe']} %}
  28.                   {% include 'molecules/news/m.html.twig' with {
  29.                     hasImage: true,
  30.                     modifiers: 'is-journal',
  31.                     title: '«USC, no top de calidade con prezos Low Cost»',
  32.                     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. A Oficina Universitaria de Calidade de Vida estima o gasto medio mensual en Lugo é de 438 euros e en Compostela 495.',
  33.                     tags: ['Vida', 'Reportaxe']} %}
  34.                     {% include 'molecules/news/m.html.twig' with {
  35.                       hasImage: true,
  36.                       modifiers: 'is-journal',
  37.                       title: 'Outra nova de interese para estudantes foráneos',
  38.                       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. ',
  39.                       tags: ['Vida', 'Reportaxe']} %}
  40.                 </div>
  41.             </div>
  42.           </section>
  43.           <section class="org-tier">
  44.             <div class="tier-header">
  45.                 <h2 class="tier-title">Coñécenos mellor</h2>
  46.             </div>
  47.             <div class="tier-content">
  48.                   <div class="org-modules-container has-banners">
  49.                       {% include 'molecules/banners/m.html.twig' with { modifiers: '', hasImage: false, title:'Unha universidade centenaria', text:'Timeline da historia da USC', tags: ['USC', 'Vídeo'] } %}
  50.                       {% include 'molecules/banners/m.html.twig' with { modifiers: '', hasImage: false, title:'A USC en cifras', text:'Cuarta universidade na Clasificación Taiwan de excelencia universitaria' } %}
  51.                       {% include 'molecules/banners/m.html.twig' with { modifiers: 'admission', hasImage: false, title:'Outcoming USC 2019-2020', text:'' } %}
  52.                       {% include 'molecules/banners/m.html.twig' with { modifiers: '', hasImage: false, title:'Oficina de Relacións Exteriores', text:'' } %}
  53.                   </div>
  54.           </section>
  55. {% endblock %}
  56. {% block siteFooter %}
  57.     {% include 'organisms/site-footer.html.twig' %}
  58. {% endblock %}