templates/templates/pages/profile-future.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: 'Futuros estudantes'
  9.     } %}
  10. {% endblock %}
  11. {% block pageContent %}
  12. {% include 'molecules/alerts/alert.html.twig' %}
  13.     <div class="org-modules-container has-banners">
  14.         {% include 'molecules/banners/l.html.twig' with { modifiers: '', hasImage: true, title:'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.' } %}
  15.         {% include 'molecules/banners/l.html.twig' with { modifiers: 'is-studies', title:'Se queres estudar, temos 44 graos pensados para ti.', text:'Dous campus, dúas cidades, 48 centros de ensino e 44 estudos de grao. Toda a información sobre as titulacións da USC e as súas saídas profesionais' } %}
  16.     </div>
  17.     {% include 'molecules/forms/horizontal.html.twig' with { modifiers: 'has-margin-top' } %}
  18.     <section class="org-tier">
  19.             <div class="org-modules-container has-banners">
  20.                 {% include 'molecules/banners/m-no-link.html.twig' with { modifiers: 'is-neutral', hasImage: false, title:'Dúbidas 0', text:'Recursos web, atención telefónica e presencial para saír de dúbidas.' } %}
  21.                 {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-admission', hasImage: false, title:'USC, portas abertas', text:'Toda a información sobre como acceder, prezos dos estudios, servizos para os estudantes e bolsas e axudas.' } %}
  22.                 {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-admission', hasImage: false, title:'Desde o móbil', text:'Unha dúbida. Un whatsapp. Unha solución.' } %}
  23.                 {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-admission', hasImage: false, title:'Oficina de Información Universitaria', text:'Servizo de atención presencial de 8 a 15 h.' } %}
  24.             </div>
  25.     </section>
  26.     <section class="org-tier">
  27.       <div class="tier-header">
  28.           <h2 class="tier-title">Coma ti</h2>
  29.       </div>
  30.       <div class="tier-content">
  31.           <div class="org-modules-container">
  32.               {% include 'molecules/tv-videos/l.html.twig' with {
  33.               modifiers: '',
  34.               title: '«Dicíanme: Estuda inglés. Estudou facendo xornalismo. E inglés no Centro de Linguas Modernas»',
  35.               text: 'Brais López, estudante de 1º de Ciencias da Información.'
  36.               } %}
  37.               {% include 'molecules/tv-videos/m.html.twig' with {
  38.               modifiers: '',
  39.               title: '«Quería unha carreira de «exteriores». En contacto coa natureza. Elixín veterinaria»',
  40.               text: 'Mencia González, 4º de Veterinaria.'
  41.               } %}
  42.               {% include 'molecules/tv-videos/m.html.twig' with {
  43.               modifiers: '',
  44.               title: '«Con 16 años fixen o Camiño de Santiago. Quería estudar historia da Arte. E quería volver a Compostela»',
  45.               text: 'Klara Dulska, estudante polonesa de 2º de Arte',
  46.               tags: ['Etiqueta 1', 'Etiqueta 2']
  47.               } %}
  48.           </div>
  49.       </div>
  50.     </section>
  51.     <section class="org-tier">
  52.       <div class="tier-header">
  53.           <h2 class="tier-title">USC Vida</h2>
  54.       </div>
  55.       <div class="tier-content">
  56.           <div class="org-modules-container">
  57.             {% include 'molecules/news/l.html.twig' with {
  58.               hasImage: true,
  59.               modifiers: 'is-journal',
  60.               title: 'Na túa Residencia ou no meu Colexio?',
  61.               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…',
  62.               tags: ['Vida', 'Reportaxe']} %}
  63.             {% include 'molecules/news/m.html.twig' with {
  64.               hasImage: true,
  65.               modifiers: 'is-journal',
  66.               title: '«Na USC puiden compatibilizar perfectamente os meus estudos de medicina e a competición deportiva. Duro? Non, estaba moi motivada.»',
  67.               text: 'Entrevista con Arancha Mallou Básquet MVP do Arxil e médica pediatra
  68. ',
  69.               tags: ['Deportes', 'Entrevista']} %}
  70.               {% include 'molecules/banners/m.html.twig' with {
  71.                 hasImage: false,
  72.                 modifiers: '',
  73.                 title: 'Unha universidade centenaria',
  74.                 text: 'Consulta o timeline da historia da USC',
  75.                 tags: ['', '']} %}
  76.             {% include 'molecules/banners/s.html.twig' with {
  77.               modifiers: '',
  78.               title: 'Bolsas de estudos USC 2019-2020',
  79.               tags: ['', '']} %}
  80.             {% include 'molecules/banners/s.html.twig' with {
  81.               modifiers: '',
  82.               title: 'Servizo de deportes',
  83.               tags: ['', '']} %}
  84.           </div>
  85.       </div>
  86.     </section>
  87. {% endblock %}
  88. {% block siteFooter %}
  89.     {% include 'organisms/site-footer.html.twig' %}
  90. {% endblock %}