<section>
<div id="career-contactbar-fixed" class="career-contactbar position-fixed" role="navigation" aria-label="Contact informations and social media links">
<div class="contactbar-toggle position-fixed">
<button class="contactbar-trigger d-flex align-items-center px-3 text-decoration-none btn btn-dark radius-0" aria-controls="career-contactbar-fixed" aria-expanded="false" aria-label="Toggle visibility of contacts and social media links">
<i class="icon icon-solid-times text-white"></i>
</button>
</div>
<a title="Telefonkontakt zu unserem Team" class="c1 text-white position-fixed" href="tel:+4921188264019"><span class="d-inline-block pt-1 nowrap">
<i class="mr-2 icon-solid-phone"></i>+49 211 88 26 40 19
</span>
</a>
<a title="E-Mail-Kontakt zu unserem Team" class="c2 text-white position-fixed" href="mailto:jobs@timocom.com"><span class="d-inline-block pt-1 nowrap">
<i class="mr-2 icon-solid-envelope"></i>jobs@timocom.com
</span>
</a>
<a title="Unsere TIMOCOM Karriere-Facebookseite" class="c3 text-white position-fixed" href="https://www.facebook.com/TIMOCOMCareer/"><span class="d-inline-block pt-1 nowrap">
<i class="mr-2 icon-brands-facebook-square"></i>TIMOCOM Career
</span>
</a>
<a title="Instagram TIMOCOM Lounge" class="c4 text-white position-fixed" href="https://www.instagram.com/timocomcareer/"><span class="d-inline-block pt-1 nowrap">
<i class="mr-2 icon-brands-instagram"></i>TIMOCOM auf Instagram
</span>
</a>
<a title="Unsere TIMOCOM Karriere-Linkedinseite" class="c5 text-white position-fixed" href="https://www.linkedin.com/company/timocom-gmbh/"><span class="d-inline-block pt-1 nowrap">
<i class="mr-2 icon-brands-linkedin"></i>TIMOCOM Career
</span>
</a>
<a title="Unsere TIMOCOM Karriere-Xingseite" class="c6 text-white position-fixed" href="https://www.xing.com/company/timocom"><span class="d-inline-block pt-1 nowrap">
<i class="mr-2 icon-brands-xing-square"></i>TIMOCOM auf Xing
</span>
</a>
</div>
</section>
<section>
<div
id="{{id}}"
class="career-contactbar position-fixed"
role="navigation"
aria-label="{{ariaLabel}}"
>
<div class="contactbar-toggle position-fixed">
{{#with button}}
<button
class="contactbar-trigger d-flex align-items-center px-3 text-decoration-none btn btn-dark radius-0"
aria-controls="{{../id}}"
aria-expanded="false"
aria-label="{{ariaLabel}}"
>
{{render "@icon" icon}}
</button>
{{/with}}
</div>
{{#each item}}
<a
title="{{title}}"
class="{{class}}"
href="{{href}}"
><span class="d-inline-block pt-1 nowrap">
{{render "@icon" icon}}{{{text}}}
</span>
</a>
{{/each}}
</div>
</section>
{
"id": "career-contactbar-fixed",
"ariaLabel": "Contact informations and social media links",
"button": {
"ariaLabel": "Toggle visibility of contacts and social media links",
"icon": {
"class": "icon icon-solid-times text-white"
}
},
"item": [
{
"href": "tel:+4921188264019",
"title": "Telefonkontakt zu unserem Team",
"text": "+49 211 88 26 40 19",
"class": "c1 text-white position-fixed",
"icon": {
"class": "mr-2 icon-solid-phone"
}
},
{
"href": "mailto:jobs@timocom.com",
"title": "E-Mail-Kontakt zu unserem Team",
"text": "jobs@timocom.com",
"class": "c2 text-white position-fixed",
"icon": {
"class": "mr-2 icon-solid-envelope"
}
},
{
"href": "https://www.facebook.com/TIMOCOMCareer/",
"title": "Unsere TIMOCOM Karriere-Facebookseite",
"text": "TIMOCOM Career",
"class": "c3 text-white position-fixed",
"icon": {
"class": "mr-2 icon-brands-facebook-square"
}
},
{
"href": "https://www.instagram.com/timocomcareer/",
"title": "Instagram TIMOCOM Lounge",
"text": "TIMOCOM auf Instagram",
"class": "c4 text-white position-fixed",
"icon": {
"class": "mr-2 icon-brands-instagram"
}
},
{
"href": "https://www.linkedin.com/company/timocom-gmbh/",
"title": "Unsere TIMOCOM Karriere-Linkedinseite",
"text": "TIMOCOM Career",
"class": "c5 text-white position-fixed",
"icon": {
"class": "mr-2 icon-brands-linkedin"
}
},
{
"href": "https://www.xing.com/company/timocom",
"title": "Unsere TIMOCOM Karriere-Xingseite",
"text": "TIMOCOM auf Xing",
"class": "c6 text-white position-fixed",
"icon": {
"class": "mr-2 icon-brands-xing-square"
}
}
]
}
No notes defined.