{% extends "@StartPlatzStyleBundle/Bootstrap4/base.homepage.with-sections.html.twig" %}
{% set currentPath = app.request.get('_route') %}
{% set lang = attribute(menuLinksAndPhrases, 'lang') %}
{% block metaData %}{% include "@StartPlatzStyleBundle/_metaData.html.twig" with {'seoDescription':'Finde die besten Startup Jobs'} %}{% endblock %}
{% block additionalHead %}
{% include "@StartPlatzStyle/CSS/_homepage.version-2021-winter.html.twig" %}
{% endblock %}
{% block navigation %}
{% include "@StartPlatzStyleBundle/Navigation/_nav.homepage.bootstrap4.html.twig" %}
{% endblock %}
{% block title %}Jobportal{% endblock %}
{% block content %}
<section class="" style="background-color: rgba(82,84,89,0.2)">
<div class="container">
<div class="row px-md-3 text-center" >
<div class="col-12" style="background: url('https://res.cloudinary.com/startplatz/image/upload/v1641227363/Wordpress/JobsBanner.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: top;
padding-top: 30px;
padding-bottom: 80px;">
<h1 class="pt-md-5 mt-lg-5 banner-title">{% if lang == "DE" %}Jobportal{% else %}Job Portal{% endif %}</h1>
</div>
</div>
</div>
</section>
<section class="" style="background-color: rgba(82,84,89,0.2)">
<div class="overlay"></div>
<div class="container">
<div class="row px-md-3">
<div class="col-12 p-3" style="background:#ffffff;">
<div class="row">
<div class="col text-center px-3">
<div class="alert alert-info">
<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>
{% 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 %}
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="" style="background-color: rgba(82,84,89,0.2)">
<div class="overlay"></div>
<div class="container">
<div class="row px-md-3">
<div class="col-12 p-3" style="background:#ffffff;">
<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>
<div class="row">
<div class="col-12">
{% include '@StartPlatzAlphaBundle/Job/_table.set.filter.html.twig' %}
{% if (selectedJobType or selectedLocation or selectedCompanyType) %}
<a class="btn btn-primary" role="button" href="{{ path (currentPath) }}">Reset Filter</a>
<br>
{% endif %}
</div>
<div class="row" >
<div class="col-12">
{% include '@StartPlatzAlphaBundle/Job/_templateVars.filter.html.twig' %}
</div>
</div>
</div>
<div class="row mt-3" >
<div class="col-12">
<div id="posts">
{% include '@StartPlatzAlphaBundle/Job/_table.jobs.html.twig' %}
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{% endblock %}
{% block footer %}
{% include '@StartPlatzWebsiteBundle/Default/footerBootstrap40.html.twig' %}
{% endblock %}