Making WordPress.org


Ignore:
Timestamp:
05/15/2024 10:35:12 PM (11 months ago)
Author:
coffee2code
Message:

Make home theme: Add callout banner for contributor wizard above grid of teams.

Props courane01, dd32, coffee2code.
Fixes #7221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php

    r11985 r13708  
    88    <div class="wrapper">
    99        <h2 class="section-title"><?php _e( 'There are many different ways for you to get involved with WordPress:', 'make-wporg' ); ?></h2>
     10
     11        <div class="wizard-callout">
     12        <?php printf(
     13            __( 'Not sure which contributor teams match your interests and abilities? Check out our <a href="%s">contributor wizard</a>.', 'make-wporg' ),
     14            esc_url( 'https://make.wordpress.org/contribute/' )
     15        ); ?>
     16        </div>
     17
    1018        <div class="make-sites">
    1119        <?php
Note: See TracChangeset for help on using the changeset viewer.