<?php /*Template Name: Home Page*/ ?>


<?php
if ( is_front_page() ) :
    get_header( 'header' );
else:
    get_header();
endif;
?>

<main id="main-content" class="newswrapper-container">
<div class="home-content-inner-wrapper">
<div class="img-block">
<img src="http://www.mountainpassions.com/winter/wp-content/uploads/2016/01/skier-La-Plagne-after-fresh-snow-26430.jpg">
</div>
</div>

				<div class="news-container">

			<div class="content-block">	
			<h1>Here Comes Summer!</h1>
			<h3>Take a fresh look at summer holidays </h3>
				<p>If you fell in love with them during the ski season then you won’t believe the mountains of France in summer.</p>
				<p>We show you how it looks and feels when the snows retreat, pastures are ablaze with wildflowers and when signed footpaths and mountain bike trails reveal scenery to take your breath away. 
				Many resorts run their lifts in summer and offer packed programmes of events and activities.</p> 
			</div>					



<div class="content-container">
<h2>Latest Features</h2>
			<?php get_template_part('loop-latest'); ?>
			</div>

<div class="content-container">
<h2>Summer Resorts</h2>
			<?php get_template_part('loop-summer-resorts'); ?>
			</div>		

			
</div>
<!-- sidebar -->
<div id="sidebar-summerhomepage-2" class="sidebar">

<div class="sidebar-top-div"></div>
<div class="sidebar-content">
    <?php dynamic_sidebar( 'summerhomepage-2' ); ?>
</div>
	
	<div class="sidebar-bottom-div"></div>
	</div>
<!-- /sidebar -->

</main>

<?php get_footer (); ?>