<?php
get_header();
?>
<section class="welcome-section-brandet welcome-section-karriera">
<!-- <img src="<?php echo get_template_directory_uri(); ?>/assets/images/karriera.jpg"> -->
</section>
<section class="karriera-div" style="margin-top: 40px;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="form-content">
<h3 class="form-tittle"><?php the_title(); ?></h3>
<?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 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>
<?php get_footer(); ?>