Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
winter
/
wp-content
/
themes
/
peakie-2015
π€ Upload
π New File
π New Folder
Close
Editing: front-page.php
<?php /*Template Name: Home Page*/ ?> <?php if ( is_front_page() ) : get_header( 'header' ); else: get_header(); endif; ?> <main id="main-content"> <section id="winter-banner" class="mountain-hero"> <div class="mountain-hero--content"> <h1 class="mountain-hero--title"> <span class="mountain-hero--title--first">Share the Passion</span> <!--<span class="mountain-hero--title--second">Make the most of it in the mountains of France</span>--> </h1> <h2 class="mountain-hero--subtitle">Skiing and enjoying the mountains of France</h2> <div class="mountain-hero--arrow"><img src="https://www.mountainpassions.com/winter/wp-content/uploads/2015/12/dn-arrow-grey.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="ski-reviews-icon"></span> <h2>Ski Resort Reviews</h2> <h3>Find your perfect winter destination </h3> <div class="homepage-right-arrow"><a href="https://www.mountainpassions.com/winter/category/ski-resort-reviews/" target="blank"> <img src="https://www.mountainpassions.com/winter/wp-content/uploads/2017/01/right-arrow-grey.svg"></a></div> <p>Our hands-on independent reviews of almost sixty ski areas in France show you exactly how they look and feel β and more. Weβre here to help you find your perfect ski break. </p> </div> </div> <div id="link-panel" class="content-container"> <h3 class="link-panel-hdr">Discover lesser-known family ski resorts with a warm welcome.</h3> <p>Away from the crowds and the traffic lie a wealth of smaller family-friendly resorts offering great skiing and accommodation choices. Take a look at our selection and ski somewhere different this year.</p> <?php get_template_part('loop-ski-reviews-home-undiscovered-resorts'); ?> <h3 class="link-panel-hdr">Latest Ski Resort Reviews</h3> <p>We've added two less well-known Alpine resorts and have updated one of our favourite destinations in the Three Valleys.</p> <?php get_template_part('loop-recent-reviews-home'); ?> <h3 class="link-panel-hdr">Pretty Alpine resorts to melt your heart</h3> <p>For lovers of all things Alpine: authentic chalets, traditional markets, cosy mountain restaurants, a traditional welcome and much more. Here is a selection of favourite places where you can live the dream. </p> <?php get_template_part('loop-ski-reviews-home-village-charm'); ?> <div align="center"> <a class="linkbox-centre" href="/winter/index.php?cat=317">See all ski resort reviews >>></a> </div> </div> </section> <section id="category-box" class="home-content-info-group"> <div class="category-content-inner-wrapper"> <div class="category-content"> <span class="ski-features-icon"></span> <h2>Ski Features</h2> <h3>Fresh challenges, skier essentials</h3> <div class="homepage-right-arrow"><a href="https://www.mountainpassions.com/winter/category/ski-features/" target="blank"> <img src="https://www.mountainpassions.com/winter/wp-content/uploads/2017/01/right-arrow-grey.svg"></a></div> <p><?php echo category_description(318); ?> </p> </div> </div> <div id="link-panel" class="content-container"> <h3 class="link-panel-hdr">Ski and ski-related features</h3> <?php get_template_part('loop-ski-features-home'); ?> ?> <div align="center"> <a class="linkbox-centre" href="/winter/index.php?cat=318">See all ski features >>></a> </div> </div> </section> <section id="category-box" class="home-content-info-group"> <div class="category-content-inner-wrapper"> <div class="category-content"> <span class="w-activities-icon"></span> <h2>Winter Activities</h2> <h3>More fun in the snow</h3> <div class="homepage-right-arrow"><a href="https://www.mountainpassions.com/winter/category/winter-activities/" target="blank"> <img src="https://www.mountainpassions.com/winter/wp-content/uploads/2017/01/right-arrow-grey.svg"></a></div> <p><?php echo category_description(319); ?> </p> </div> </div> <div id="link-panel" class="content-container"> <h3 class="link-panel-hdr">Discover winter activities for everyone</h3> <?php get_template_part('loop-winter-activities-home'); ?> <div align="center"> <a class="linkbox-centre" href="/winter/index.php?cat=319">See all winter activities features >>></a> </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>Property, lifestyle and tradition</h3> <div class="homepage-right-arrow"><a href="http://www.mountainpassions.com/winter/mountain-living/" target="blank"> <img src="https://www.mountainpassions.com/winter/wp-content/uploads/2017/01/right-arrow-grey.svg"></a></div> <p><?php echo category_description(320); ?> </p> </div> </div> <div id="link-panel" class="content-container"> <h3 class="link-panel-hdr">Live the high-life</h3> <?php get_template_part('loop-winter-mountain-living-home'); ?> <div align="center"> <a class="linkbox-centre" href="/winter/index.php?cat=320">See all mountain living features >>></a> </div> </div> </section> <section id="summer-banner" class="mountain-hero--summer"> <div class="mountain-hero--content"> <h2 class="mountain-hero--title"> <span class="mountain-hero--title--first">Summer</span> <span class="mountain-hero--title--second">Take a Fresh Look</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/summer/" target="blank"><img src="https://mountainpassions.com/summer/wp-content/uploads/2016/05/right-arrow.svg"></a> <p>Go to summer</p> </div> </div> </section> </main> <?php get_footer(); ?>
Save
Cancel