|
Server IP : 62.171.151.215 / Your IP : 216.73.217.19 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0775) : /var/www/workoutfacile.com/wp-content/themes/wp-theme-guidelondres/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="scroll-smooth">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-adsense-account" content="ca-pub-6395809416476409">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6395809416476409"
crossorigin="anonymous"></script>
<?php wp_head(); ?>
</head>
<body <?php body_class( is_front_page() ? 'wf-front-page-body font-sans bg-offwhite text-navy antialiased selection:bg-gold/30 selection:text-navy' : 'font-sans bg-offwhite text-navy antialiased selection:bg-gold/30 selection:text-navy' ); ?>>
<?php wp_body_open(); ?>
<div id="page" class="min-h-screen flex flex-col">
<?php
$blog_url = get_permalink( get_option( 'page_for_posts' ) ) ?: home_url( '/blog' );
?>
<header id="masthead" class="wf-site-header<?php echo is_front_page() ? ' wf-site-header--home' : ''; ?>">
<div class="wf-shell wf-site-header__inner">
<div class="site-branding">
<?php if ( has_custom_logo() ) : ?>
<a class="wf-site-brand wf-site-brand--logo" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php the_custom_logo(); ?></a>
<?php else : ?>
<a class="wf-site-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
<?php endif; ?>
</div>
<nav class="wf-site-nav" aria-label="<?php esc_attr_e( 'Menu principal', 'wf-theme' ); ?>">
<?php
wp_nav_menu(
array(
'theme_location' => 'primary',
'container' => false,
'menu_class' => 'wf-site-menu',
'fallback_cb' => 'wf_theme_primary_menu_fallback',
'depth' => 2,
)
);
?>
</nav>
<div class="wf-site-header__actions">
<a class="wf-site-header__icon" href="<?php echo esc_url( $blog_url ); ?>" aria-label="<?php esc_attr_e( 'Rechercher dans le blog', 'wf-theme' ); ?>">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="7"></circle><path d="m20 20-3.5-3.5"></path></svg>
</a>
<a class="wf-site-header__cta" href="<?php echo esc_url( $blog_url ); ?>">Get Started</a>
<button id="mobile-menu-toggle" class="wf-site-mobile-toggle" aria-expanded="false" aria-controls="mobile-menu" aria-label="<?php esc_attr_e( 'Ouvrir le menu', 'wf-theme' ); ?>">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
</button>
</div>
</div>
<nav id="mobile-menu" class="wf-site-mobile-nav hidden" aria-label="<?php esc_attr_e( 'Menu mobile', 'wf-theme' ); ?>">
<div class="wf-shell">
<?php
wp_nav_menu(
array(
'theme_location' => 'primary',
'container' => false,
'menu_class' => 'wf-site-mobile-menu',
'fallback_cb' => 'wf_theme_primary_menu_fallback',
'depth' => 2,
)
);
?>
<a class="wf-site-mobile-nav__cta" href="<?php echo esc_url( $blog_url ); ?>">Get Started</a>
</div>
</nav>
</header>