1715254534a:1:{s:18:"career-details.htm";a:8:{s:8:"fileName";s:18:"career-details.htm";s:7:"content";s:1125:"url = "/career-details"
layout = "default"
title = "Career Details"
==
<!--Start breadcrumb area-->     
<div class="banner-area" style="background-image: url({{ 'gallery-banner.webp' | media }});"></div>
<!--End breadcrumb area-->

<!--Start contact form area-->
<div class="contact-form-area sec-padd">
    <div class="container">
        <div class="section-title">
            <h2>We are Hiring</h2>
			<div class="text">
				<p>Join Our Team and Be a Part of the Future of Electronic Distribution</p>
			</div>
        </div>
        
        <div class="row sec-padd-bottom">
           
            <div class="col-md-8 col-md-offset-2 col-sm-12">

					<div class="single-project-info">

                 {% for item in this.theme.career %}
                 {% if item.career_name == 'Product Manager' %}
						<h4>{{item.career_name}}</h4>
						{{item.job_details | raw}}
                        <a href="{{ url('/career-form/?position=') }}{{item.career_name}}" class="">Apply now</a>
				 {% endif %}
                 {% endfor %} 
                    </div>

            </div>

        </div>

    </div>
</div>";s:5:"mtime";i:1714993552;s:6:"markup";s:1054:"<!--Start breadcrumb area-->     
<div class="banner-area" style="background-image: url({{ 'gallery-banner.webp' | media }});"></div>
<!--End breadcrumb area-->

<!--Start contact form area-->
<div class="contact-form-area sec-padd">
    <div class="container">
        <div class="section-title">
            <h2>We are Hiring</h2>
			<div class="text">
				<p>Join Our Team and Be a Part of the Future of Electronic Distribution</p>
			</div>
        </div>
        
        <div class="row sec-padd-bottom">
           
            <div class="col-md-8 col-md-offset-2 col-sm-12">

					<div class="single-project-info">

                 {% for item in this.theme.career %}
                 {% if item.career_name == 'Product Manager' %}
						<h4>{{item.career_name}}</h4>
						{{item.job_details | raw}}
                        <a href="{{ url('/career-form/?position=') }}{{item.career_name}}" class="">Apply now</a>
				 {% endif %}
                 {% endfor %} 
                    </div>

            </div>

        </div>

    </div>
</div>";s:4:"code";N;s:3:"url";s:15:"/career-details";s:6:"layout";s:7:"default";s:5:"title";s:14:"Career Details";}}