|
@@ -1,37 +1,45 @@
|
|
|
<?php get_header(); ?>
|
|
<?php get_header(); ?>
|
|
|
|
|
|
|
|
<!-- About Section Start -->
|
|
<!-- About Section Start -->
|
|
|
- <div id="about" class="section-padding">
|
|
|
|
|
|
|
+ <div id="about" class="section-padding rt-services">
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
|
|
+
|
|
|
|
|
+ <?php
|
|
|
|
|
+
|
|
|
|
|
+ $args = array(
|
|
|
|
|
+ 'post_type' => 'geschaeftfelder',
|
|
|
|
|
+ 'post_status' => 'publish',
|
|
|
|
|
+ 'posts_per_page' => -1
|
|
|
|
|
+ );
|
|
|
|
|
+ $posts = new WP_Query($args);
|
|
|
|
|
+ $counter = 1;
|
|
|
|
|
+
|
|
|
|
|
+ while ($posts -> have_posts()) {
|
|
|
|
|
+ $posts->the_post(); ?>
|
|
|
|
|
+
|
|
|
<div class="col-lg-3 col-md-6 col-xs-12">
|
|
<div class="col-lg-3 col-md-6 col-xs-12">
|
|
|
<div class="about block text-center">
|
|
<div class="about block text-center">
|
|
|
- <img src="<?php echo get_template_directory_uri(); ?>/img/about/img1.png" alt="">
|
|
|
|
|
- <h5><a href="#">About Title</a></h5>
|
|
|
|
|
- <p>Quisque sit amet libero purus. Nulla a dignissim quam. In hac habitasse platea dictumst.</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="col-lg-3 col-md-6 col-xs-12">
|
|
|
|
|
- <div class="about block text-center">
|
|
|
|
|
- <img src="<?php echo get_template_directory_uri(); ?>/img/about/img2.png" alt="">
|
|
|
|
|
- <h5><a href="#">About Title</a></h5>
|
|
|
|
|
- <p>Quisque sit amet libero purus. Nulla a dignissim quam. In hac habitasse platea dictumst.</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="col-lg-3 col-md-6 col-xs-12">
|
|
|
|
|
- <div class="about block text-center">
|
|
|
|
|
- <img src="<?php echo get_template_directory_uri(); ?>/img/about/img3.png" alt="">
|
|
|
|
|
- <h5><a href="#">About Title</a></h5>
|
|
|
|
|
- <p>Quisque sit amet libero purus. Nulla a dignissim quam. In hac habitasse platea dictumst.</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="col-lg-3 col-md-6 col-xs-12">
|
|
|
|
|
- <div class="about block text-center">
|
|
|
|
|
- <img src="<?php echo get_template_directory_uri(); ?>/img/about/img4.png" alt="">
|
|
|
|
|
- <h5><a href="#">About Title</a></h5>
|
|
|
|
|
- <p>Quisque sit amet libero purus. Nulla a dignissim quam. In hac habitasse platea dictumst.</p>
|
|
|
|
|
|
|
+ <div class="felder-img">
|
|
|
|
|
+ <div class="rl-center">
|
|
|
|
|
+
|
|
|
|
|
+ <img src="<?php echo get_the_post_thumbnail_url($posts->post->ID, 'medium'); ?>" alt="<?php the_title(); ?>">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <h5><?php the_title(); ?></h5>
|
|
|
|
|
+ <p><?php echo get_post_meta($posts->post->ID, 'geschaeftfeld_text', true); ?></p>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <?php
|
|
|
|
|
+ } // while ( $posts -> have_posts() )
|
|
|
|
|
+ wp_reset_postdata();
|
|
|
|
|
+ // wp_reset_query();
|
|
|
|
|
+ ?>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -40,7 +48,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Portfolio Section -->
|
|
<!-- Portfolio Section -->
|
|
|
- <section id="portfolio" class="section-padding">
|
|
|
|
|
|
|
+ <section id="portfolio" class="section-padding rt-color-projekte">
|
|
|
<!-- Container Starts -->
|
|
<!-- Container Starts -->
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
@@ -65,10 +73,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- project -->
|
|
<!-- project -->
|
|
|
- <li class="col-md-3 col-sm-6 project">
|
|
|
|
|
|
|
+ <li class="col-md-4 col-sm-6 project">
|
|
|
<figure>
|
|
<figure>
|
|
|
- <div class="hovereffect">
|
|
|
|
|
- <img src="<?php echo get_the_post_thumbnail_url($posts->post->ID, 'projekt_thumb'); ?>" alt="<?php the_title(); ?>">
|
|
|
|
|
|
|
+ <div class="hovereffect rl-projects-figure rl-border-round">
|
|
|
|
|
+ <div class="rl-center-helper">
|
|
|
|
|
+ <div class="rl-center-frame">
|
|
|
|
|
+ <img class="rl-center-img" src="<?php echo get_the_post_thumbnail_url($posts->post->ID, 'medium'); ?>" alt="<?php the_title(); ?>">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
<div class="overlay">
|
|
<div class="overlay">
|
|
|
<div class="icons-link">
|
|
<div class="icons-link">
|
|
|
<a class="left-link" href="<?php echo get_post_meta($posts->post->ID, 'projekt_link', true); ?>"><i class="fa fa-link"></i></a>
|
|
<a class="left-link" href="<?php echo get_post_meta($posts->post->ID, 'projekt_link', true); ?>"><i class="fa fa-link"></i></a>
|
|
@@ -105,8 +117,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Team Section Start -->
|
|
<!-- Team Section Start -->
|
|
|
- <section id="team-section" class="section-padding">
|
|
|
|
|
- <div id="team" class="team-members-tow section-padding background-gray">
|
|
|
|
|
|
|
+ <section id="team-section" class="section-padding rt-team">
|
|
|
|
|
+ <div id="team" class="team-members-tow section-padding ">
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
<div class="col-md-12">
|
|
@@ -130,15 +142,21 @@
|
|
|
|
|
|
|
|
<!-- Team Item Starts -->
|
|
<!-- Team Item Starts -->
|
|
|
<div class="col-lg-3 col-md-6 col-xs-12">
|
|
<div class="col-lg-3 col-md-6 col-xs-12">
|
|
|
|
|
+ <!--
|
|
|
|
|
+ <?php echo get_the_post_thumbnail_url($posts->post->ID, 'general_thumb' ); ?>
|
|
|
|
|
+ -->
|
|
|
<div class="team-item">
|
|
<div class="team-item">
|
|
|
- <figure class="team-profile">
|
|
|
|
|
|
|
+ <figure class="team-profile rl-team-round">
|
|
|
<img src="<?php echo get_the_post_thumbnail_url($posts->post->ID, 'general_thumb' ); ?>" alt="<?php the_title(); ?>">
|
|
<img src="<?php echo get_the_post_thumbnail_url($posts->post->ID, 'general_thumb' ); ?>" alt="<?php the_title(); ?>">
|
|
|
<figcaption class="our-team">
|
|
<figcaption class="our-team">
|
|
|
<div class="details">
|
|
<div class="details">
|
|
|
<p class="content-white"><?php echo get_post_meta($posts->post->ID, 'mitarbeiter_beschreibung', true); ?></p>
|
|
<p class="content-white"><?php echo get_post_meta($posts->post->ID, 'mitarbeiter_beschreibung', true); ?></p>
|
|
|
<hr class="small-divider border-white">
|
|
<hr class="small-divider border-white">
|
|
|
<div class="social">
|
|
<div class="social">
|
|
|
- <a href="mailto:<?php echo get_post_meta($posts->post->ID, 'mitarbeiter_email', true); ?>"><i class="fa fa-envelope" aria-hidden="true"></i></a><br/>
|
|
|
|
|
|
|
+ <?php
|
|
|
|
|
+ $content = get_post_meta($posts->post->ID, 'mitarbeiter_email', true);
|
|
|
|
|
+ echo encode_email_shortcode( [], $content );
|
|
|
|
|
+ ?><br/>
|
|
|
<a href="tel:<?php echo get_post_meta($posts->post->ID, 'mitarbeiter_tel', true); ?>"><?php echo get_post_meta($posts->post->ID, 'mitarbeiter_tel', true); ?></a><br/>
|
|
<a href="tel:<?php echo get_post_meta($posts->post->ID, 'mitarbeiter_tel', true); ?>"><?php echo get_post_meta($posts->post->ID, 'mitarbeiter_tel', true); ?></a><br/>
|
|
|
<a href="<?php echo get_post_type_archive_link( 'mitarbeiter' ); echo '#post-'; echo get_the_ID(); ?>"><i class="fa fa-link" aria-hidden="true"></i></a>
|
|
<a href="<?php echo get_post_type_archive_link( 'mitarbeiter' ); echo '#post-'; echo get_the_ID(); ?>"><i class="fa fa-link" aria-hidden="true"></i></a>
|
|
|
|
|
|
|
@@ -196,87 +214,85 @@
|
|
|
<!-- Services Section Start -->
|
|
<!-- Services Section Start -->
|
|
|
|
|
|
|
|
|
|
|
|
|
- <section id="baugruppen">
|
|
|
|
|
- <div class="container">
|
|
|
|
|
-
|
|
|
|
|
- <div class="row">
|
|
|
|
|
- <div class="col-md-12">
|
|
|
|
|
- <h2 class="section-title wow fadeInDown animated" data-wow-delay="0.3s">Unsere Baugrupen</h2>
|
|
|
|
|
- </div>
|
|
|
|
|
- <!-- <div class="sub-title">
|
|
|
|
|
- <span>Unsere Baugrupen</span>
|
|
|
|
|
- </div> -->
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <ul class="row portfolio list-unstyled justify-content-center" id="grid">
|
|
|
|
|
|
|
+<?php /* ?>
|
|
|
|
|
|
|
|
-<!-- ********************************************** -->
|
|
|
|
|
-
|
|
|
|
|
-<?php
|
|
|
|
|
|
|
+ <section id="baugruppen">
|
|
|
|
|
+ <div class="container">
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-md-12">
|
|
|
|
|
+ <h2 class="section-title wow fadeInDown animated" data-wow-delay="0.3s">Unsere Baugrupen</h2>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <!--
|
|
|
|
|
+ <div class="sub-title">
|
|
|
|
|
+ <span>Unsere Baugrupen</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ -->
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
- $args = array(
|
|
|
|
|
- 'post_type' => 'baugruppen',
|
|
|
|
|
- 'post_status' => 'publish',
|
|
|
|
|
- 'posts_per_page' => -1
|
|
|
|
|
- );
|
|
|
|
|
- $posts = new WP_Query($args);
|
|
|
|
|
- $counter = 2;
|
|
|
|
|
|
|
+ <ul class="row portfolio list-unstyled justify-content-center" id="grid">
|
|
|
|
|
|
|
|
|
|
|
|
|
- while ($posts -> have_posts()) {
|
|
|
|
|
- $posts->the_post();
|
|
|
|
|
|
|
+ <?php
|
|
|
|
|
|
|
|
- if ( $counter % 2 == 0 ){
|
|
|
|
|
- $divmargin = "margin-top: 30px;";
|
|
|
|
|
- } else {
|
|
|
|
|
- $divmargin = "margin-bottom: 30px;";
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ $args = array(
|
|
|
|
|
+ 'post_type' => 'baugruppen',
|
|
|
|
|
+ 'post_status' => 'publish',
|
|
|
|
|
+ 'posts_per_page' => -1
|
|
|
|
|
+ );
|
|
|
|
|
+ $posts = new WP_Query($args);
|
|
|
|
|
+ $counter = 2;
|
|
|
|
|
|
|
|
- ?>
|
|
|
|
|
|
|
|
|
|
- <li class="col-md-3 col-sm-6 project">
|
|
|
|
|
- <figure>
|
|
|
|
|
- <div class="hovereffect round-pic" style="<?php echo $divmargin ?>">
|
|
|
|
|
- <img src="<?php echo get_the_post_thumbnail_url($posts->post->ID, 'general_thumb' ); ?>" alt="<?php the_title(); ?>">
|
|
|
|
|
- <div class="overlay">
|
|
|
|
|
- <div class="iocns">
|
|
|
|
|
- <a class="left-link" href="<?php echo get_post_meta($posts->post->ID, 'baugruppe_link', true); ?>"><i class="fa fa-link"></i></a>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </figure>
|
|
|
|
|
- </li>
|
|
|
|
|
|
|
+ while ($posts -> have_posts()) {
|
|
|
|
|
+ $posts->the_post();
|
|
|
|
|
|
|
|
|
|
+ if ( $counter % 2 == 0 ){
|
|
|
|
|
+ $divmargin = "margin-top: 30px;";
|
|
|
|
|
+ } else {
|
|
|
|
|
+ $divmargin = "margin-bottom: 30px;";
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
- <?php if ($counter && $counter % 4 == 0): ?>
|
|
|
|
|
|
|
+ ?>
|
|
|
|
|
|
|
|
- </ul>
|
|
|
|
|
- <ul class="row portfolio list-unstyled justify-content-center" id="grid">
|
|
|
|
|
|
|
+ <li class="col-md-3 col-sm-6 project">
|
|
|
|
|
+ <figure>
|
|
|
|
|
+ <div class="hovereffect round-pic" style="<?php echo $divmargin ?>">
|
|
|
|
|
+ <img src="<?php echo get_the_post_thumbnail_url($posts->post->ID, 'general_thumb' ); ?>" alt="<?php the_title(); ?>">
|
|
|
|
|
+ <div class="overlay">
|
|
|
|
|
+ <div class="iocns">
|
|
|
|
|
+ <a class="left-link" href="<?php echo get_post_meta($posts->post->ID, 'baugruppe_link', true); ?>"><i class="fa fa-link"></i></a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </figure>
|
|
|
|
|
+ </li>
|
|
|
|
|
|
|
|
- <?php endif;
|
|
|
|
|
|
|
|
|
|
- if ( $counter % 8 == 0 ){
|
|
|
|
|
- $counter++;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ <?php if ($counter && $counter % 4 == 0): ?>
|
|
|
|
|
|
|
|
- $counter++;
|
|
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <ul class="row portfolio list-unstyled justify-content-center" id="grid">
|
|
|
|
|
|
|
|
- } // while ( $posts -> have_posts() )
|
|
|
|
|
- wp_reset_postdata();
|
|
|
|
|
|
|
+ <?php endif;
|
|
|
|
|
|
|
|
|
|
+ if ( $counter % 8 == 0 ){
|
|
|
|
|
+ $counter++;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
- ?>
|
|
|
|
|
|
|
+ $counter++;
|
|
|
|
|
|
|
|
|
|
+ } // while ( $posts -> have_posts() )
|
|
|
|
|
+ wp_reset_postdata();
|
|
|
|
|
|
|
|
- <!-- ****************************************************** -->
|
|
|
|
|
|
|
|
|
|
- </ul>
|
|
|
|
|
- </div>
|
|
|
|
|
- </section>
|
|
|
|
|
|
|
+ ?>
|
|
|
|
|
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+<?php */ ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -286,7 +302,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Clients Section Start -->
|
|
<!-- Clients Section Start -->
|
|
|
- <div id="clients" class="section-padding background-gray">
|
|
|
|
|
|
|
+ <div id="clients" class="section-padding rl-clients">
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
<div class="col-md-12">
|
|
@@ -314,20 +330,27 @@
|
|
|
|
|
|
|
|
?>
|
|
?>
|
|
|
|
|
|
|
|
- <li class="col-md-2 col-sm-6 project">
|
|
|
|
|
|
|
+ <li class="col-md-3 col-sm-6 project">
|
|
|
|
|
+
|
|
|
<figure>
|
|
<figure>
|
|
|
- <div class="hovereffect round-pic">
|
|
|
|
|
- <img src="<?php echo get_the_post_thumbnail_url($posts->post->ID, 'general_thumb' ); ?>" alt="<?php the_title(); ?>">
|
|
|
|
|
|
|
+ <div class="hovereffect">
|
|
|
|
|
+
|
|
|
|
|
+ <div class="rl-clients-fix">
|
|
|
|
|
+ <div class="rl-center">
|
|
|
|
|
+
|
|
|
|
|
+ <img src="<?php echo get_the_post_thumbnail_url($posts->post->ID, 'medium'); ?>" alt="<?php the_title(); ?>">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
<div class="overlay">
|
|
<div class="overlay">
|
|
|
<div class="iocns">
|
|
<div class="iocns">
|
|
|
<a class="left-link" href="<?php echo get_post_meta($posts->post->ID, 'client_link', true); ?>"><i class="fa fa-link"></i></a>
|
|
<a class="left-link" href="<?php echo get_post_meta($posts->post->ID, 'client_link', true); ?>"><i class="fa fa-link"></i></a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
</figure>
|
|
</figure>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
- <?php if ($counter && $counter % 6 == 0): ?>
|
|
|
|
|
|
|
+ <?php if ($counter && $counter % 4 == 0): ?>
|
|
|
|
|
|
|
|
</ul>
|
|
</ul>
|
|
|
<ul class="row portfolio list-unstyled justify-content-center" id="grid-clients">
|
|
<ul class="row portfolio list-unstyled justify-content-center" id="grid-clients">
|
|
@@ -387,7 +410,13 @@
|
|
|
<!-- facts Section End -->
|
|
<!-- facts Section End -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ***************************************************************************** -->
|
|
|
|
|
+
|
|
|
<!-- Single testimonial Start -->
|
|
<!-- Single testimonial Start -->
|
|
|
|
|
+
|
|
|
|
|
+ <?php /* ?>
|
|
|
<div id="testimonials" class="single-testimonial-area">
|
|
<div id="testimonials" class="single-testimonial-area">
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
|
|
|
|
@@ -416,7 +445,6 @@
|
|
|
?>
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <!-- Single testimonial Item -->
|
|
|
|
|
<div class="item">
|
|
<div class="item">
|
|
|
<div class="row justify-content-md-center">
|
|
<div class="row justify-content-md-center">
|
|
|
<div class="col-lg-8 col-md-12 col-xs-12 col-md-auto">
|
|
<div class="col-lg-8 col-md-12 col-xs-12 col-md-auto">
|
|
@@ -448,8 +476,13 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <?php */ ?>
|
|
|
<!-- end -->
|
|
<!-- end -->
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <!-- ***************************************************************************** -->
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<!-- Contact Form Section Start -->
|
|
<!-- Contact Form Section Start -->
|
|
|
<!-- <section id="contact" class="contact-form section-padding">
|
|
<!-- <section id="contact" class="contact-form section-padding">
|
|
|
<div class="container">
|
|
<div class="container">
|