Make WordPress Core


Ignore:
Timestamp:
02/26/2024 11:49:59 PM (8 months ago)
Author:
ryelle
Message:

Help/About: Update the About page for 6.5.

Introducing the new content & design for the 6.5 About page & related pages. This style is simplified, with no header images, and brings back the illustrations from previous versions for Contribute, Freedoms, and Privacy.

This also includes a fix for heading hierarchy on the Get Involved page.

Props laurlittle, dansoschin, benjamin_zekavica, richtabor, joen, annezazu, swissspidy, marybaum, ryelle, huzaifaalmesbah.
See #60303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/contribute.php

    r56950 r57715  
    2626        </div>
    2727
    28         <div class="about__header-text"></div>
     28        <div class="about__header-text">
     29            <?php _e( 'Be the future of WordPress' ); ?>
     30        </div>
    2931    </div>
    3032
     
    3941    <div class="about__section has-2-columns is-wider-right">
    4042        <div class="column">
    41             <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6.4' ) ); ?>" alt="" width="290" height="290" />
     43            <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" />
    4244        </div>
    4345        <div class="column is-vertically-aligned-center">
     
    5557    <div class="about__section has-2-columns is-wider-left">
    5658        <div class="column is-vertically-aligned-center">
    57             <h3><?php _e( 'No-code contribution' ); ?></h3>
     59            <h2 class="is-smaller-heading"><?php _e( 'No-code contribution' ); ?></h2>
    5860            <p><?php _e( 'WordPress may thrive on technical contributions, but you don&#8217;t have to code to contribute. Here are some of the ways you can make an impact without writing a single line of code:' ); ?></p>
    5961            <ul>
     
    7173        </div>
    7274        <div class="column">
    73             <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6.4' ) ); ?>" alt="" width="290" height="290" />
     75            <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" />
    7476        </div>
    7577    </div>
    7678    <div class="about__section has-2-columns is-wider-right">
    7779        <div class="column">
    78             <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6.4' ) ); ?>" alt="" width="290" height="290" />
     80            <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" />
    7981        </div>
    8082        <div class="column is-vertically-aligned-center">
    81             <h3><?php _e( 'Code-based contribution' ); ?></h3>
     83            <h2 class="is-smaller-heading"><?php _e( 'Code-based contribution' ); ?></h2>
    8284            <p><?php _e( 'If you do code, or want to learn how, you can contribute technically in numerous ways:' ); ?></p>
    8385            <ul>
     
    9597    </div>
    9698
    97     <div class="about__section is-feature has-accent-4-background-color">
     99    <div class="about__section is-feature has-subtle-background-color">
    98100        <div class="column">
    99101            <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2>
Note: See TracChangeset for help on using the changeset viewer.