src/StartPlatz/Bundle/AlphaBundle/Resources/views/Job/index.extern.html.twig line 1

Open in your IDE?
  1. {% extends "@StartPlatzStyleBundle/Bootstrap4/base.homepage.with-sections.html.twig" %}
  2. {% set currentPath = app.request.get('_route') %}
  3. {% set lang = attribute(menuLinksAndPhrases, 'lang')  %}
  4. {% block metaData %}{% include "@StartPlatzStyleBundle/_metaData.html.twig" with {'seoDescription':'Finde die besten Startup Jobs'} %}{% endblock %}
  5. {% block additionalHead %}
  6.     {% include "@StartPlatzStyle/CSS/_homepage.version-2021-winter.html.twig" %}
  7. {% endblock %}
  8. {% block navigation %}
  9.     {% include "@StartPlatzStyleBundle/Navigation/_nav.homepage.bootstrap4.html.twig" %}
  10. {% endblock %}
  11. {% block title %}Jobportal{% endblock %}
  12. {% block content %}
  13.     <section class="" style="background-color: rgba(82,84,89,0.2)">
  14.         <div class="container">
  15.             <div class="row px-md-3 text-center" >
  16.                 <div class="col-12" style="background: url('https://res.cloudinary.com/startplatz/image/upload/v1641227363/Wordpress/JobsBanner.jpg');
  17.         background-repeat: no-repeat;
  18.         background-size: cover;
  19.         background-position: top;
  20.         padding-top: 30px;
  21.         padding-bottom: 80px;">
  22.                     <h1 class="pt-md-5 mt-lg-5 banner-title">{% if lang == "DE" %}Jobportal{% else %}Job Portal{% endif %}</h1>
  23.                 </div>
  24.             </div>
  25.         </div>
  26.     </section>
  27.     <section class="" style="background-color: rgba(82,84,89,0.2)">
  28.         <div class="overlay"></div>
  29.         <div class="container">
  30.             <div class="row px-md-3">
  31.                 <div class="col-12 p-3" style="background:#ffffff;">
  32.                     <div class="row">
  33.                         <div class="col text-center px-3">
  34.                             <div class="alert alert-info">
  35.                                 <h3>{% if lang == "DE" %}Für Arbeitgeber: {% else %}For employers: {% endif %} <a target="_blank" href="https://startplatz.de/recruiting" class="alert-link">{% if lang == "DE" %}Jetzt Stellenanzeige schalten!{% else %}Advertise your job opening now!{% endif %}</a></h3>
  36.                                 {% if lang == "DE" %}Ihr seid auf der Suche nach Mitarbeitern für euer Unternehmen? {% else %}Are you looking for employees for your company? {% endif %}<a target="_blank" href="https://startplatz.de/recruiting" class="alert-link">{% if lang == "DE" %}Schaltet eure Anzeigen{% else %}Place your ads{% endif %}</a> {% if lang == "DE" %}und profitiert von unserer Reichweite in der Startup-Szene!{% else %}and benefit from our reach in the startup scene!{% endif %}
  37.                             </div>
  38.                         </div>
  39.                     </div>
  40.                 </div>
  41.             </div>
  42.         </div>
  43.     </section>
  44.     <section class="" style="background-color: rgba(82,84,89,0.2)">
  45.         <div class="overlay"></div>
  46.         <div class="container">
  47.             <div class="row px-md-3">
  48.                 <div class="col-12 p-3" style="background:#ffffff;">
  49.                     <h2>{% if lang == "DE" %}Diese Startup Jobs und Digitalstellen sind aktuell zu besetzen: {% else %} These startup jobs and digital positions are currently available: {% endif %} </h2>
  50.                     <div class="row">
  51.                         <div class="col-12">
  52.                             {% include '@StartPlatzAlphaBundle/Job/_table.set.filter.html.twig' %}
  53.                             {% if (selectedJobType or selectedLocation or selectedCompanyType) %}
  54.                                 <a class="btn btn-primary" role="button" href="{{ path (currentPath) }}">Reset Filter</a>
  55.                                 <br>
  56.                             {% endif %}
  57.                         </div>
  58.                         <div class="row" >
  59.                             <div class="col-12">
  60.                                 {% include '@StartPlatzAlphaBundle/Job/_templateVars.filter.html.twig' %}
  61.                             </div>
  62.                         </div>
  63.                     </div>
  64.                     <div class="row mt-3" >
  65.                         <div class="col-12">
  66.                             <div id="posts">
  67.                                 {% include '@StartPlatzAlphaBundle/Job/_table.jobs.html.twig' %}
  68.                             </div>
  69.                         </div>
  70.                     </div>
  71.                 </div>
  72.             </div>
  73.         </div>
  74.     </section>
  75. {% endblock %}
  76. {% block footer %}
  77.     {% include '@StartPlatzWebsiteBundle/Default/footerBootstrap40.html.twig' %}
  78. {% endblock %}