Current Path : /home/church/www/launch100ar.com/wp-content/themes/editor-blocks/ |
Current File : /home/church/www/launch100ar.com/wp-content/themes/editor-blocks/header.php |
<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div class="site-content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package editor-blocks * @copyright Copyright (c) 2018, Danny Cooper * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div class="site-wrapper"> <header class="site-header"> <div class="wrapper"> <?php if(is_home() || is_front_page()){?> <style> .site-title a { color: white !important; } body { background:#fff; } </style> <?php }else{?> <style> body{ background-image: url(http://launch100ar.com/wp-content/uploads/2020/05/world-map-background_launch_100_ar_high_exposure.png); background-color: rgba(255, 255, 255, 0.9); } </style> <?php } ?> <?php get_template_part( 'template-parts/branding' ); ?> <?php get_template_part( 'template-parts/menu-1' ); ?> </div><!-- .wrapper --> </header><!-- .site-header --> <?php if(is_home() || is_front_page()){?> <div style="margin-top:-40px;"> <?php add_revslider('slider-2','homepage'); ?> </div> <div style=" background: rgba(255, 255, 255, 0.2); display: block; height: 90px; margin: auto; margin-top: -90px; margin-bottom: 30px; width: 1px;"> </div> <?php } else { ?> <div style="margin-top:-40px;"> <?php add_revslider('launch-100-ar-main-slider-1'); ?> </div> <?php } ?> <div class="site-content"> <div class="wrapper">