-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader-home.php
47 lines (43 loc) · 1.61 KB
/
header-home.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?php
/**
* The header for our home page
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Shramee
* @since 1.0
* @version 1.0
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js no-svg">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
wp_head();
?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="site" itemscope itemprop="Person" itemtype="http://schema.org/Person">
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyseventeen' ); ?></a>
<img id="top-logo" src="<?php evg_url( 'assets/logo.png' ); ?>" alt="Evergreen icon">
<header id="masthead" class="site-header tac" role="banner">
<div class="custom-header">
<div class="two-col">
<div class="col mascot">
<img data-top-bottom="left:50px" data-bottom="left:-50px"
srcset="<?php evg_url( 'assets/mascot-1k.png' ); ?> 871w" sizes="(min-height: 800px) 871px,"
src="<?php evg_url( 'assets/mascot-500.png' ); ?>" alt="Evergreen mascot">
</div>
<div class="col">
<h1 class="blue">Brush, Floss, and Post Daily</h1>
<h3 class="green">Take the evergreen challenge</h3>
<h4 class="mb">Schedule a year of posts in 3 minutes <br> (most do it even faster)</h4>
</div>
</div>
</div>
</header><!-- #masthead -->
<div class="site-content-contain">
<div id="content" class="site-content" itemprop="description">