<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
{% block title %}
Productive
{% endblock %}
</title>
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="{{ asset('favicon/favicon-16x16.png') }}">
<link rel="apple-touch-icon" sizes="57x57" href="{{ asset('favicon/apple-icon-57x57.png') }}">
<link rel="apple-touch-icon" sizes="60x60" href="{{ asset('favicon/apple-icon-60x60.png') }}">
<link rel="apple-touch-icon" sizes="72x72" href="{{ asset('favicon/apple-icon-72x72.png') }}">
<link rel="apple-touch-icon" sizes="76x76" href="{{ asset('favicon/apple-icon-76x76.png') }}">
<link rel="apple-touch-icon" sizes="114x114" href=" {{ asset('favicon/apple-icon-114x114.png') }}">
<link rel="apple-touch-icon" sizes="120x120" href="{{ asset('favicon/apple-icon-120x120.png') }}">
<link rel="apple-touch-icon" sizes="144x144" href=" {{ asset('favicon/apple-icon-144x144.png') }}">
<link rel="apple-touch-icon" sizes="152x152" href=" {{ asset('favicon/apple-icon-152x152.png') }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('favicon/apple-icon-180x180.png') }}">
<link rel="icon" type="image/png" sizes="192x192" href="{{ asset('favicon/android-icon-192x192.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('favicon/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="96x96" href="{{ asset('favicon/favicon-96x96.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('favicon/favicon-16x16.png') }}">
<link rel="manifest" href="{{ asset('favicon/manifest.json') }}">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="{{ asset('favicon/ms-icon-144x144.png') }}">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Productive"/>
<meta property="og:description" content="productive.es"/>
<meta property="og:image" content="{{ asset('favicon/ms-icon-144x144.png') }}"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3R5678LBZ8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-3R5678LBZ8');
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3R5678LBZ8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-3R5678LBZ8');
</script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="{{ asset('assets/lity/lity.css') }}">
<link rel="stylesheet" href="{{ asset('assets/theme/vendor/jsgrid/jsgrid.min.css') }}">
<script src="https://kit.fontawesome.com/7bcbd8c971.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="{{ asset('assets/css/index.css') }}"> {% block stylesheets %}{% endblock %}
<link rel="stylesheet" href="{{ asset('assets/css/general.css') }}">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CTBQND58R9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CTBQND58R9');
</script>
<style>
a:hover {
color: #000;
text-decoration: none;
}
.btn-outline-primary:focus {
box-shadow: 0 0 0 0.2rem #59bf9e80;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
border-color: #59bf9e;
background-color: #59bf9e;
}
.hover-green-productive:hover {
color: #59BE9D;
}
.mb-150 {
margin-bottom: 100px;
}
</style>
</head>
<body>
{% set route = app.request.attributes.get('_route') %}
{% set route_params = app.request.attributes.get('_route_params') %}
{% set params = route_params|merge(app.request.query.all) %}
<div class="menu__toggler {% if route != 'homepage' %} toggle-dark {% endif %}">
<span></span>
</div>
<div class="menu" id="menu">
<div class="menu-items">
<div class="menu-item">
<div class="menu-item-children">
<span class="menu-item-clickable" data-submenu="#talents">Artists</span>
</div>
<div class="submenu pl-lg-4 pr-lg-0" id="talents">
{% for talentRole in talentRoles %}
{% if talentRole['role'].deleted == false and talentRole['role'].visible == true %}
{% if talentRole['role'].roleType.idRoleType == 1 %}
<a href="{{ path('app_frontend_talent_talentlistsshow',{'type':talentRole['role'].talentSlug}) }}"
class="submenu-item">{{ talentRole['role'].name }}</a>
{% endif %}
{% if talentRole['role'].roleType.idRoleType == 9 %}
<a href="{{ path('app_frontend_member_custompage',{'slug':talentRole['role'].talentSlug}) }}"
class="submenu-item">{{ talentRole['role'].name }}</a>
{% endif %}
{% else %}
{% if talentRole['role'].name|lower == "emerging talent" %}
{% endif %}
{% endif %}
{% endfor %}
{# <a href="{{ path('app_frontend_talent_emergingtalent') }}" class="submenu-item">Emerging Talent</a> #}
</div>
</div>
{#
<div class="menu-item">
<div class="menu-item-children">
<span class="menu-item-clickable" data-submenu="#network">Network</span>
</div>
<div class=" pr-0" id="network">
<a href="{{path('submit')}}" class="submenu-item">Submit</a>
{% if not app.request.session.get('mobile') %}
<a href="{{path('app_frontend_talent_networklist')}}" class="submenu-item">Work</a>
{% else %}
<a href="{{path('app_frontend_talent_networklist')}}" class="submenu-item">Work</a>
{% endif %}
</div>
</div>
#}
<div class="menu-item">
<div class="menu-item-children">
<span class="menu-item-clickable" data-submenu="#consultancypages">Network</span>
</div>
<div class="submenu pl-lg-4 pr-lg-0 pb-0" id="consultancypages">
{% for talentRole in talentRoles %}
{% if talentRole['role'].deleted == false and talentRole['role'].visible == true %}
{% if talentRole['role'].roleType.idRoleType in [ '2' , '3' ] %}
<a href="{{ path('app_frontend_member_custompage',{'slug':talentRole['role'].talentSlug}) }}"
class="submenu-item">{{ talentRole['role'].name }}</a>
{% endif %}
{% endif %}
{% endfor %}
</div>
</div>
</div>
<div class="menu-items">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 mb-3 text-center text-lg-left menu-footer">
<a href="{{ path('about') }}" class="d-block text-black menu-item-footer">About / Contact Us</a>
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 mb-4 text-center text-lg-left">
<div class="row">
<div class="col-12 col-lg-3 align-self-lg-center text-center text-lg-left">
<i class="fa fa-instagram " style="font-size:3rem" aria-hidden="true"></i>
</div>
<div class="col-12 col-lg-9 align-self-lg-center mt-2 mt-lg-0 px-lg-0 menu-footer">
<a target="_blank" href="https://www.instagram.com/productivespain/"
class="d-block text-black menu-item-footer">Productive Artists</a>
</div>
</div>
{# <a target="_blank" href="https://www.facebook.com/productivespain/" class="d-block text-black">Facebook</a> #}
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 text-center copyright-text">
<span class="d-block" style="font-size: 0.60rem;">Copyright<i class="far fa-copyright"></i> {{ "now"|date("Y") }} Productive <a href="{{ path('legaladvice') }}" target="_blank" class="text-black menu-item-footer">Legal Advice</a></span>
</div>
</div>
</div>
</div>
{% block body %}{% endblock %}
<div class="d-lg-none">
<div class="topbar pl-5 pl-md-5 row {% if route == 'homepage' %}bg-transparent{% endif %}">
<div class="col-xl-10 col-lg-10 col-md-12 col-sm-12 col-12 offset-lg-2 text-center">
{% if route == 'homepage' %}
<a href="{{ path('homepage') }}">
{% if not app.request.session.get('mobile') %}
<img class="logo-desktop pt-4 pt-md-4" src="{{ asset('assets/images/logo-white.png') }}">
{% else %}
<img class="logo-mobile pt-4 pt-md-4" src="{{ asset('assets/images/logo-mobile-white.png') }}">
{% endif %}
</a>
{% else %}
<a href="{{ path('homepage') }}">
{% if not app.request.session.get('mobile') %}
<img class="logo-desktop pt-4 pt-md-4" src="{{ asset('assets/images/logo.png') }}">
{% else %}
<img class="logo-mobile pt-4 pt-md-4" src="{{ asset('assets/images/logo-mobile.png') }}">
{% endif %}
</a>
{% endif %}
</div>
</div>
</div>
<div class="d-none d-lg-block">
<div class="topbar row justify-content-center {% if route == 'homepage' %}bg-transparent{% endif %}">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-4 col-4 text-center">
{% if route == 'homepage' %}
<a href="{{ path('homepage') }}">
<img class="logo-desktop pt-2 pt-md-3 pt-lg-3" src="{{ asset('assets/images/logo-white.png') }}">
</a>
{% else %}
{% block logo %}
<a href="{{ path('homepage') }}">
<img class="logo-desktop pt-2 pt-md-3 pt-lg-3" src="{{ asset('assets/images/logo.png') }}">
</a>
{% endblock %}
{% endif %}
</div>
</div>
</div>
<div id="eu-cookie-bar" class="d-none">
<span class="ctcc-left-side">We use our own and third-party cookies to perform usage analysis and measurement of our website to improve our services. If you continue browsing, we consider that you accept its use. More information on our
<a href="{{ path('legaladvice') }}" target="_blank" class="text-primary" rel="nofollow">Cookies Policy page</a>.</span>
<button id="euCookieAcceptWP" class="btn-primary btn py-0" onclick="ponerCookie();">OK</button>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="{{ asset('assets/js/script.js') }}"></script>
<script src="{{ asset('assets/lity/lity.js') }}"></script>
<script src="{{ asset('assets/theme/vendor/jsgrid/jsgrid.min.js') }}"></script>
{% block javascripts %}{% endblock %}
</body>
</html>