<?php /*Template Name: Home Page*/ ?>


<?php
if ( is_front_page() ) :
    get_header( 'header' );
else:
    get_header();
endif;
?>

<main id="main-content">
<section id="summer-banner"> 
<?php echo do_shortcode("[wp1s id='10615']"); ?>
</section>

<!-- <section id="summer-banner" class="mountain-hero">
<div class="mountain-hero--content">		
<h1 class="mountain-hero--title">
<span class="mountain-hero--title--first">Summer</span>
<span class="mountain-hero--title--second">Take a Fresh Look</span>

</h1>


<h2 class="mountain-hero--subtitle">Your guide to enjoying<br> the mountains of France</h2>

<div class="mountain-hero--arrow"><img src="http://mountainpassions.com/summer/wp-content/uploads/2016/01/dn-arrow-bl.svg">
<p>See more</p>
</div>
</div>
</section> -->

							

	<section id="category-box" class="home-content-info-group">
					<div class="category-content-inner-wrapper">
			
		<div class="category-content">
		

		<span class="summer-resorts-icon"></span>
			<h2>Summer Resorts</h2>
			<h3>Find your perfect summer getaway</h3>
		
		
		
			<p><?php echo category_description(3); ?></p>

		
		</div>
		</div>
								
						
			<div id="link-panel" class="content-container">
							
			<h3 class="link-panel-hdr">Discover our in-depth Alpine resort guides</h3>
						 
			<?php get_template_part('loop-summer-resorts-home'); ?>

			
			<div align="center">
				<a class="linkbox-centre" href="/summer/index.php?cat=3">See all summer resort guides >>></a>
			</div>				
			
		
			</div>							 
			</div>
			</div>							
		</section>

<section id="category-box" class="home-content-info-group">
		<div class="category-content-inner-wrapper">
			
		<div class="category-content">
		<span class="summer-activities-icon"></span>
			<h2>Summer Activities</h2>
			<h3>Walking, mountain-biking and more</h3>
		
				<p><?php echo category_description(2); ?> </p>
		
		</div>
		

			<div id="link-panel" class="content-container">

			<h3 class="link-panel-hdr">Discover summer activities for everyone</h3>

			<?php get_template_part('loop-summer-activities-home'); ?>	
				


		<div align="center">
		<a class="linkbox-centre" href="/summer/index.php?cat=2">See all summer activity features >>></a>
		</div>
					
			
			</div>

			</div>						
</section>

<section id="category-box" class="home-content-info-group">
		<div class="category-content-inner-wrapper">
			
		<div class="category-content">
		<span class="scenic-touring-icon"></span>
			<h2>Scenic Grand Touring</h2>
			<h3>Classic mountain drives</h3>
		
				<p><?php echo category_description(4); ?> </p>
		
		</div>
		

			 <div id="link-panel" class="content-container">

			<h3 class="link-panel-hdr">Find out more about touring the Alps</h3>
			<?php get_template_part('loop-scenic-touring-home'); ?>


		<div align="center">
		<a class="linkbox-centre" href="/summer/index.php?cat=4">Discover more scenic mountain routes >>></a>
		</div>
		
			</div>
			</div>						
</section>

<section id="category-box" class="home-content-info-group">
		<div class="category-content-inner-wrapper">
			
		<div class="category-content">
		<span class="summer-mtn-living-icon"></span>
			<h2>Mountain Living</h2>
		<h3>Traditions, life & style</h3>		
		

			<p><?php echo category_description(5); ?> </p>
		
		</div>
		
						 <div id="link-panel" class="content-container">

			<h3 class="link-panel-hdr">Discover more about mountain lifestyle </h3>
						<?php get_template_part('loop-mountain-living-home'); ?>

			<div align="center">
				<a class="linkbox-centre" href="/summer/index.php?cat=5">See all mountain lifestyle features >>></a>
			</div>
					</div>
						
</section>

		





</section>
<section id="winter-banner" class="mountain-hero--winter">
<div class="mountain-hero--content">		
<h2 class="mountain-hero--title">
<span class="mountain-hero--title--first">Winter</span>
<span class="mountain-hero--title--second">Skiing & much more</span>

</h2>


<h2 class="mountain-hero--subtitle">Your guide to enjoying<br> the mountains of France</h2>

<div class="mountain-hero--arrow-winter">
<a href="https://www.mountainpassions.com/winter/" target="blank"><img src="https://mountainpassions.com/summer/wp-content/uploads/2016/05/right-arrow.svg"></a>
<p>Go to winter</p>
</div>
</div>
</section>			




</main><!-- ends frontpage-container -->

<?php get_footer (); ?>