<?php
/**
* Template Name: intership
*
*/
get_header();
?>
<section class="welcome-section-brandet welcome-section-karriera">
<?php
if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
the_post_thumbnail( 'full', array( 'class' => 'banner-photo' ) ); // show featured image
}
?>
</section>
<section class="karriera-div">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php
if (have_posts()):
while (have_posts()) : the_post();
the_content();
endwhile;
else:
echo '<p>Sorry, no posts matched your criteria.</p>';
endif;
?>
</div>
</div>
</div>
</section>
<section class="karriera-posts aplikimi-posts">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="contact-form apply-form">
<p>Apliko tani për pozicionin tënd duke plotësuar të dhënat më poshtë.</p>
<?php echo do_shortcode('[contact-form-7 id="84" title="Forma"]'); ?>
</div>
</div>
</div>
</div>
</section>
<section class="karriera-posts">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="press-div">
<div class="press-box">
<div class="press-image">
<a href="<?php echo esc_url( get_page_link( 64 ) ); ?>">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/pse-eurolab.png">
</a>
</div>
<h4><a href="<?php echo esc_url( get_page_link( 64 ) ); ?>">Pse Eurolab?</a></h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="press-div">
<div class="press-box">
<div class="press-image">
<a href="<?php echo esc_url( get_page_link( 112 ) ); ?>">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/burime-njerzore.png">
</a>
</div>
<h4><a href="<?php echo esc_url( get_page_link( 112 ) ); ?>">Zhvillimi i Punonjësve</a></h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="press-div">
<div class="press-box">
<div class="press-image">
<a href="<?php echo esc_url( get_page_link( 115 ) ); ?>">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/mundesipunsimi.png">
</a>
</div>
<h4><a href="<?php echo esc_url( get_page_link( 115 ) ); ?>">Mundësi Punësimi</a></h4>
</div>
</div>
</div>
</div>
</div>
</section>
<?php get_footer(); ?>