<? get_header(); ?> <!--include header.php-->

<?php 
get_template_part('navigation');
?>

<header class="main-header main-header-contacts animatedParent">
    <div class="header-content">

        <h1 class="animated fadeIn"><?php 
echo get_the_title(925);
?>
</h1>
        <hr>
        <h3 class="animated bounceInUp"><?php 
show_the_content_by_id(925);
?>
</h3>
    </div>
</header>




<div class="yandex-map">
    <!--	Яндекс карта без использования API-->
    <?php 
$id = 75;
// post-yandex map
$post = get_post($id);
$content = $post->post_content;
示例#2
0
 <!--include header.php-->

<?php 
get_template_part('navigation');
?>

<header class="main-header main-header-gallery animatedParent">
	<div class="header-content">

		<h1 class="animated fadeIn"><?php 
echo get_the_title(1025);
?>
</h1>
		<hr>
		<h3 class="animated bounceInUp"><?php 
show_the_content_by_id(1025);
?>
</h3>
	</div>

</header>

<section class="gallery-section animatedParent">
		<div class="container">
			<div class="row">
				<div class="col-md-offset-1 col-md-10">
					<h3>ИНТЕРЬЕР</h3>
					<hr/>
					<div class="animated bounceInUp">
						<?php 
if (have_posts()) {
示例#3
0
 <!--include header.php-->

<?php 
get_template_part('navigation');
?>


<header class="main-header main-header-menu animatedParent" data-sequence='500'>
	<div class="header-content">
		<h1 class="animated fadeIn" data-id="1"><?php 
echo get_the_title(895);
?>
</h1>
		<hr>
		<h3 class="animated fadeIn" data-id="2"><?php 
show_the_content_by_id(895);
?>
</h3>
	</div>
</header>
<div>

</div>
<section class="menu-page animatedParent">
	<div class="container">
		<div class="row">

			<div class="col-md-3">
				<ul class="nav-menu animated fadeInUpShort">
					<?php 
$args = array('child_of' => get_top_ancestor_id(), 'title_li' => '');
						<!--<a href="#about" class="btn btn-primary btn-xl page-scroll">Узнать больше</a>-->
					</div>
				</div>
			</div>
		</div>
	</header>

	<!--about-->

	<section class="color-section">
		<div class="container-fluid">
			<div class="row">
				<div class="section-content-container col-lg-8 col-md-10 col-lg-offset-2 col-md-offset-1 animatedParent">
					<h1 class="animated fadeIn"><?php echo get_the_title( 1 ); ?></h1>
					<hr>
					<p class="animated fadeInUpShort"><?php show_the_content_by_id( 1 ); ?></p>
				</div>
			</div>
		</div>
	</section>

	<section>
		<div class="container-fluid">
			<div class="row">
				<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
					<!-- Indicators -->
					<ol class="carousel-indicators">
						<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
						<li data-target="#carousel-example-generic" data-slide-to="1"></li>
						<li data-target="#carousel-example-generic" data-slide-to="2"></li>
						<li data-target="#carousel-example-generic" data-slide-to="3"></li>
 <!--include header.php-->

<?php 
get_template_part('navigation');
?>

<header class="main-header main-header-vacancies animatedParent">
	<div class="header-content">

		<h1 class="animated fadeIn"><?php 
echo get_the_title(890);
?>
</h1>
		<hr>
		<h3 class="animated bounceInUp"><?php 
show_the_content_by_id(890);
?>
</h3>
	</div>

</header>

<!-----------вакансии------------>

<section class="vacancies animatedParent">
	<div class="container vacancies-block">
		<div class="row">
			<div class="col-md-offset-2 col-md-8 text-center bg-content animated swing">
				<i class="fa fa-4x fa-users wow bounceIn text-primary"></i>

				<?php 
            </div>
        </div>
    </header>

    <!--about-->

    <section class="color-section">
        <div class="row">
            <div class="section-content-container col-lg-8 col-md-10 col-lg-offset-2 col-md-offset-1 animatedParent">
                <h1 class="animated fadeIn"><?php 
echo get_the_title(1);
?>
</h1>
                <hr>
                <p class="animated fadeInUpShort"><?php 
show_the_content_by_id(1);
?>
</p>
            </div>
        </div>
    </section>

    <section>
        <div class="container-fluid">
            <div class="row">
                <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
                    <!-- Indicators -->
                    <ol class="carousel-indicators">
                        <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
                        <li data-target="#carousel-example-generic" data-slide-to="1"></li>
                        <li data-target="#carousel-example-generic" data-slide-to="2"></li>
                <div class="header-content">
                    <div class="header-content-inner">
                        <a class="animated bounceInDown" data-id="1"
                           href="<?php 
echo esc_url(home_url('/'));
?>
"><?php 
get_template_part('images/inline', 'logo.svg');
?>
</a>

                        <!--header img for mobile devices-->
                        <h1 class="header-h1 animated fadeIn" data-id="2"><?php 
echo get_the_title(990);
?>
 </h1>
                        <hr class="animated fadeIn" data-id="3">
                        <p class="animated bounceInUp" data-id="4"><?php 
show_the_content_by_id(990);
?>
</p>

                        <!--<a href="#about" class="btn btn-primary btn-xl page-scroll">Узнать больше</a>-->
                    </div>
                </div>
            </div>
        </div>
    </header>

<?php 
get_footer();