Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
!Backup
/
test-site
/
wp-content
/
themes
/
peakie-2016
📤 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="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 destination</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'); ?> <h3 class="link-panel-hdr">Resort news and our latest features.</h3> <?php get_template_part('loop-resort-news-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="http://www.mountainpassions.com/winter/" target="blank"><img src="http://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 (); ?>
Save
Cancel