Making WordPress.org

Changeset 13708


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

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

Props courane01, dd32, coffee2code.
Fixes #7221.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome
Files:
2 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
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css

    r13679 r13708  
    289289}
    290290
     291.wizard-callout {
     292    background-color: #fdffd6;
     293    font-size: 1.6em;
     294    margin: 6px 10px 12px;
     295    padding: 12px;
     296}
     297
    291298div.team-meeting {
    292299    display: block;
Note: See TracChangeset for help on using the changeset viewer.