<?php /* ______ _____ _______ _______ _______ _______ ______ _______ | __ \ |_| ___|_ _| | | | __ \ _ | | __/ | ___| | | | | - | < | |___| |_______|_______| |___| |___|___|_______|___|__|___|___| P L E T H O R A T H E M E S . C O M (c) 2016 Description: Handles all Header parts. Is included as part of index.php Header containers attribute handlers for Plethora_Theme::add_container_attr() ) 'header', 'header_topbar', 'header_main' 'content', 'content_top', 'content_main' 'content_main_left' ================================= Header template part handlers for Plethora_Theme::add_container_part() ) 'head_before' 'body_open' 'header_topbar' 'header_main' 'mediapanel' 'content_top' 'content_main_loop_before' */ ?><!doctype html><?php Plethora_Theme::dev_comment( null, 'page_info' ); ?> <html class="no-js" <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"><?php /** * 'plethora_head_before' hook * * @hooked Plethora_Theme::head_meta() - 10 ( Meta settings ) * @hooked Plethora_Theme::favicons() - 20 ( Favicons ) */ do_action('plethora_head_before'); // Call wp_head wp_head(); ?> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="4e67e403-124d-4604-9c9d-1a1786caa5fa" data-blockingmode="auto" type="text/javascript"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-17894387350"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-17894387350'); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-H7ZJHKL519"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-H7ZJHKL519'); gtag('config', 'AW-16551234393'); </script> <!-- CF7 Listener --> <script> jQuery(document).ready(function() { function trackLeadEvent() { // GA4 Event gtag('event', 'generate_lead', { 'page_location': window.location.href }); console.log('generate_lead ga4 sent!'); // GADS Event gtag('event', 'conversion', { 'send_to': 'AW-16551234393/S2l1CJu6kKwZENmWn9Q9' }); console.log('generate_lead gads sent!'); } jQuery(document).on('gform_post_render', function(event, formId) { trackLeadEvent(); }); }); </script> </head> <body <?php body_class(); ?>> <?php /** * 'plethora_body_open' hook * * @hooked Plethora_Theme::wrapper_overflow_open() - 10 ( overflow wrapper opening div ) * */ do_action('plethora_body_open'); /** * Main page wrapper open ( closing tag on footer.php ) */ Plethora_Theme::dev_comment(' START >> ========================= PAGE WRAPPER ========================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'page' ); ?>> <?php if ( has_action( 'plethora_header_topbar' ) || has_action( 'plethora_header_main' ) ) { /** * Header wrapper open */ Plethora_Theme::dev_comment(' START >> ========================= HEADER ========================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'header' ); ?>> <?php /** * 'plethora_header_topbar' hooks */ if ( has_action( 'plethora_header_topbar' ) ) { /** * Header Top Bar wrapper open */ Plethora_Theme::dev_comment(' START >> ========================= HEADER TOP BAR ========================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'header_topbar' ); ?>> <div class="<?php echo Plethora_Theme::get_container_type( 'header' ); ?>"> <?php do_action('plethora_header_topbar'); /** * Header Top Bar wrapper close */ ?> </div> </div> <?php Plethora_Theme::dev_comment(' << FINISH ==================== HEADER TOP BAR ====================', 'layout'); } /** * 'plethora_header_main' hooks */ if ( has_action( 'plethora_header_main' ) ) { /** * Header main section wrapper open */ Plethora_Theme::dev_comment(' START >> ========================= HEADER MAIN ========================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'header_main' ); ?>> <div class="<?php echo Plethora_Theme::get_container_type( 'header' ); ?>"> <?php do_action('plethora_header_main'); /** * Header main section wrapper close */ ?> </div> <?php /** * Off-container position: After Header Main Container Markup */ do_action( 'plethora_header_main_after_container_markup' ); ?> </div> <?php Plethora_Theme::dev_comment(' << FINISH ==================== HEADER MAIN ====================', 'layout'); } /** * Header wrapper close */ ?> </div> <?php Plethora_Theme::dev_comment(' << FINISH ========================= HEADER ========================', 'layout'); } /** * 'plethora_media_panel' hooks */ if ( has_action( 'plethora_mediapanel' ) ) { /** * Media Panel wrapper open ( note that containers are given on media panel template parts ) */ Plethora_Theme::dev_comment(' START >> ========================= MEDIA PANEL ========================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'mediapanel' ); ?>> <?php do_action('plethora_mediapanel'); /** * Media Panel wrapper close */ ?> </div> <?php Plethora_Theme::dev_comment(' << FINISH ==================== MEDIA PANEL ====================', 'layout'); } Plethora_Theme::dev_comment(' >> START ========================= CONTENT ========================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'content' ); ?>> <?php /** * Content titles section */ if ( has_action( 'plethora_content_titles' ) ) { /** * Content titles open */ Plethora_Theme::dev_comment(' START >> ==================== CONTENT TITLES ===================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'content_titles' ); ?>> <div class="<?php echo Plethora_Theme::get_container_type( 'content' ); ?>"> <?php /** * Content titles section hook */ do_action('plethora_content_titles'); /** * Content titles close */ ?> </div> </div> <?php Plethora_Theme::dev_comment(' FINISH >> =================== CONTENT TITLES ==================', 'layout'); } /** * Top content section */ if ( has_action( 'plethora_content_top' ) ) { /** * Top content section open */ Plethora_Theme::dev_comment(' START >> ==================== CONTENT TOP ===================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'content_top' ); ?>> <div class="<?php echo Plethora_Theme::get_container_type( 'content' ); ?>"> <div class="row"> <?php /** * Top content section hook */ do_action('plethora_content_top'); /** * Top content section close */ ?> </div> </div> </div> <?php Plethora_Theme::dev_comment(' FINISH >> =================== CONTENT TOP ==================', 'layout'); } /** * Main Content section open */ Plethora_Theme::dev_comment(' START >> ========================= CONTENT MAIN ========================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'content_main' ); ?>> <div class="<?php echo Plethora_Theme::get_container_type( 'content' ); ?>"> <div class="row"> <?php /** * Main Content LEFT ( Left sidebar ) */ $layout = Plethora_Theme::get_layout(); if ( $layout === 'left_sidebar' ) { get_sidebar(); } /** * Main Content LOOP section open */ Plethora_Theme::dev_comment(' START >> ========================= CONTENT MAIN LOOP ========================', 'layout'); ?> <div<?php echo Plethora_Theme::get_container_attrs( 'content_main_loop' ); ?>> <?php /** * 'plethora_content_main_loop_before' hook */ do_action( 'plethora_content_main_loop_before' );

H2O Design

TUFFATEVI IN UN SOGNO

FORNENDO SERVIZI E PRODOTTI DI QUALITÀ DAL 2006

H20 Design è una giovane Azienda del Triveneto specializzata nella costruzione, manutenzione e restauro delle Piscine sia per privati che a carattere ricettivo, come Hotel e campeggi, che negli ultimi anni ha ampliato il suo campo operativo con la progettazione e realizzazione di Centri benessere e Privat Spa.

Diamo vita a progetti chiavi in mano seguendo l’acquirente durante tutto il progetto, dall’analisi delle esigenze, alla progettazione di una soluzione su misura; dalla ricerca di materiali funzionali ed in linea con il budget, alla gestione e coordinazione dei lavori per poi
garantire un’assistenza completa e continua anche dopo la realizzazione delle opere.

TROVA LA PISCINA ADATTA ALLE TUE ESIGENZE

La nostra clientela spazia dall’hotel al centro benessere, dal privato alla piscina pubbliche.
Siamo in grado di progettare qualsiasi tipologia di piscina, da quelle interrate a skimmer a quelle a sfioro, passando per le più semplici piscine fuoriterra.

Piscine Prefabbricate

UN’ INNOVAZIONE NEL TUO GIARDINO!

La soluzione ideale per chi cerca un’installazione veloce e sicura.
Un connubio perfetto tra design e innovazione che da più di 40 anni è sinonimo di eleganza e qualità.

Partners

Con chi collaboriamo

PROGETTAZIONE E REALIZZAZIONE PARCHI ACQUATICI

H2O inoltre progetta e relizza Acquaparchi e Scivoli.
Nella progettazione di parchi acquatici e acquascivoli H2O offre i migliori Designer, oltre alle migliori soluzioni innovative per garantire qualità, affidabilità, e durata nel tempo.