Making WordPress.org


Ignore:
Timestamp:
11/07/2017 12:01:58 AM (8 years ago)
Author:
coreymckrill
Message:

WordCamp Central: Add regional WordCamp promo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/header.php

    r4038 r6079  
    6060
    6161<body <?php body_class(); ?>>
     62
     63<?php if ( date_create( 'now' ) <= date_create( '2017-12-04' ) ) : ?>
     64    <section class="regional-camps-promo">
     65        <a href="https://2017.us.wordcamp.org/tickets/">
     66            <img
     67                src="https://s.w.org/images/home/wcus-banner-2017.png"
     68                srcset="
     69                    https://s.w.org/images/home/wcus-banner-2017_small.png 800w,
     70                    https://s.w.org/images/home/wcus-banner-2017.png 900w,
     71                    https://s.w.org/images/home/wcus-banner-2017x2.png 1800w"
     72                alt="WordCamp US 2017 in Nashville banner" />
     73        </a>
     74    </section>
     75<?php endif; ?>
     76
    6277<div id="header" class="group">
    6378    <div id="masthead" class="group">
Note: See TracChangeset for help on using the changeset viewer.