Changeset 13708
- Timestamp:
- 05/15/2024 10:35:12 PM (8 months ago)
- 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 8 8 <div class="wrapper"> 9 9 <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 10 18 <div class="make-sites"> 11 19 <?php -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css
r13679 r13708 289 289 } 290 290 291 .wizard-callout { 292 background-color: #fdffd6; 293 font-size: 1.6em; 294 margin: 6px 10px 12px; 295 padding: 12px; 296 } 297 291 298 div.team-meeting { 292 299 display: block;
Note: See TracChangeset
for help on using the changeset viewer.