Make WordPress Core

Changeset 55449


Ignore:
Timestamp:
03/01/2023 04:28:52 PM (22 months ago)
Author:
ryelle
Message:

Help/About: Update the About page for 6.2.

This is the start of the WordPress 6.2 about page, introducing new content and a first pass of the new style.

Props laurlittle, jpantani, richtabor, audrasjb.
See #57477.

Location:
trunk/src/wp-admin
Files:
6 edited

Legend:

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

    r55350 r55449  
    2727                        /* translators: %s: Version number. */
    2828                        __( 'WordPress %s' ),
    29                         $display_version
     29                        str_replace( '.', '<span>.</span>', $display_version )
    3030                    );
    3131                    ?>
     
    5454                    ?>
    5555                </h2>
    56                 <p class="is-subheading">
    57                     <?php _e( 'This page highlights some of the most significant changes to the product since the May 2022 release of WordPress 6.0. You will also find resources for developers and anyone seeking a deeper understanding of WordPress.' ); ?>
     56                <p class="is-subheading aligncenter">
     57                    <?php
     58                    printf(
     59                        /* translators: 1: Count of enhancements, 2: Count of bug fixes. */
     60                        __( 'WordPress 6.2 includes more than %1$s enhancements and %2$s bug fixes. This page highlights the latest features since the November 2022 release of WordPress 6.1. From quick highlights to developer resources, there&#8217;s a lot to explore.' ),
     61                        292, // Enhancements.
     62                        394 // Bug fixes.
     63                    );
     64                    ?>
    5865                </p>
    5966            </div>
     
    6269        <div class="about__section has-2-columns">
    6370            <div class="column">
    64                 <div class="about__image" style="background-color:#353535;">
    65                     <img src="https://s.w.org/images/core/6.1/about-61-style-variations.webp" alt="" />
    66                 </div>
    67             </div>
    68             <div class="column is-vertically-aligned-center">
    69                 <h3><?php _e( 'A new default theme powered by 10 distinct style variations' ); ?></h3>
    70                 <p>
    71                     <?php
    72                     printf(
    73                         /* translators: 1: Variation announcement post URL, 2: Accessibility-ready handbook page. */
    74                         __( 'Building on the foundational elements in the 5.9 and 6.0 releases for block themes and style variations, the new default theme, Twenty Twenty-Three, includes <a href="%1$s">10 different styles</a> and is &#147;<a href="%2$s">Accessibility Ready</a>&#148;.' ),
    75                         'https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/',
    76                         'https://make.wordpress.org/themes/handbook/review/accessibility/'
    77                     );
    78                     ?>
    79                 </p>
    80             </div>
    81         </div>
    82 
    83         <div class="about__section has-2-columns">
    84             <div class="column is-vertically-aligned-center">
    85                 <h3><?php _e( 'A better creator experience with refined and additional templates' ); ?></h3>
    86                 <p>
    87                     <?php
    88                     printf(
    89                         /* translators: 1: Link to template options dev note, 2: Link to template creation dev note. */
    90                         __( '<a href="%1$s">New templates</a> include a custom template for posts and pages in the Site Editor. Search-and-replace tools speed up the design of <a href="%2$s">template parts</a>.' ),
    91                         'https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/',
    92                         'https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/'
    93                     );
    94                     ?>
    95                 </p>
    96             </div>
    97             <div class="column">
    98                 <div class="about__image has-subtle-background-color">
    99                     <img src="https://s.w.org/images/core/6.1/about-61-templates.webp" alt="" />
    100                 </div>
    101             </div>
    102         </div>
    103 
    104         <div class="about__section has-2-columns">
    105             <div class="column">
    106                 <div class="about__image has-subtle-background-color">
    107                     <img src="https://s.w.org/images/core/6.1/about-61-design-tools.webp" alt="" />
    108                 </div>
    109             </div>
    110             <div class="column is-vertically-aligned-center">
    111                 <h3><?php _e( 'More consistency and control across design tools' ); ?></h3>
    112                 <p>
    113                     <?php
    114                     printf(
    115                         /* translators: %s: Link to layout support refactor dev note. */
    116                         __( 'Upgrades to the <a href="%s">controls for design elements and blocks</a> make the layout and site-building process more consistent, complete, and intuitive.' ),
    117                         'https://make.wordpress.org/core/2022/10/11/roster-of-design-tools-per-block/'
    118                     );
    119                     ?>
    120                 </p>
    121             </div>
    122         </div>
    123 
    124         <div class="about__section has-2-columns">
    125             <div class="column is-vertically-aligned-center">
    126                 <h3><?php _e( 'Menus just got easier to create and manage' ); ?></h3>
    127                 <p>
    128                     <?php
    129                     printf(
    130                         /* translators: %s: Link to navigation block fallback dev note. */
    131                         __( '<a href="%s">New fallback options</a> in the navigation block mean you can edit the menu that’s open; no searching needed. Plus, the controls for choosing and working on menus have their own place in the block settings. The mobile menu system also gets an upgrade with new features, including different icon options, to make the menu yours.' ),
    132                         'https://make.wordpress.org/core/2022/09/27/navigation-block-fallback-behavior-in-wp-6-1-dev-note/'
    133                     );
    134                     ?>
    135                 </p>
    136             </div>
    137             <div class="column">
    138                 <div class="about__image has-subtle-background-color">
    139                     <img src="https://s.w.org/images/core/6.1/about-61-navigation.webp" alt="" />
    140                 </div>
    141             </div>
    142         </div>
    143 
    144         <div class="about__section has-2-columns">
    145             <div class="column">
    146                 <div class="about__image has-accent-background-color">
    147                     <img src="https://s.w.org/images/core/6.1/about-61-document-settings.webp" alt="" />
    148                 </div>
    149                 <h3><?php _e( 'Improved layout and visualization of document settings' ); ?></h3>
    150                 <p><?php _e( 'A cleaner, better-organized display helps you easily view and manage important post and page settings, especially the template picker and scheduler.' ); ?></p>
    151             </div>
    152             <div class="column">
    153                 <div class="about__image has-accent-background-color">
    154                     <img src="https://s.w.org/images/core/6.1/about-61-lock.webp" alt="" />
    155                 </div>
    156                 <h3><?php _e( 'One-click lock settings for all inner blocks' ); ?></h3>
    157                 <p><?php _e( 'When locking blocks, a new toggle lets you apply your lock settings to all the blocks in a containing block like the group, cover, and column blocks.' ); ?></p>
     71                <div class="about__image">
     72                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     73                </div>
     74            </div>
     75            <div class="column is-vertically-aligned-center">
     76                <h3><?php _e( 'Explore and edit your site from the Site Editor' ); ?></h3>
     77                <p><?php _e( 'An updated interface gives you more control over your site editing experience. Browse through full previews of your templates and template parts, then jump into editing your site from wherever you choose.' ); ?></p>
     78            </div>
     79        </div>
     80
     81        <div class="about__section has-2-columns">
     82            <div class="column is-vertically-aligned-center">
     83                <h3><?php _e( 'Manage your menu in more ways with the Navigation block' ); ?></h3>
     84                <p><?php _e( 'A new sidebar experience makes it easier to edit your site&#8217;s navigation. Add, remove, and reorder menu items faster—no matter how complex your menus are.' ); ?></p>
     85            </div>
     86            <div class="column">
     87                <div class="about__image">
     88                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     89                </div>
     90            </div>
     91        </div>
     92
     93        <div class="about__section has-2-columns">
     94            <div class="column">
     95                <div class="about__image">
     96                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     97                </div>
     98            </div>
     99            <div class="column is-vertically-aligned-center">
     100                <h3><?php _e( 'Discover a smoother experience for the Block Inserter' ); ?></h3>
     101                <p><?php _e( 'A refreshed design gives you more visibility and easier access to the content you need. Use the Media tab to drag and drop content from your existing Media Library quickly. Find patterns faster with a split view that lets you navigate categories and see previews all at once.' ); ?></p>
     102            </div>
     103        </div>
     104
     105        <div class="about__section has-2-columns">
     106            <div class="column is-vertically-aligned-center">
     107                <h3><?php _e( 'Find the controls you want when you need them' ); ?></h3>
     108                <p><?php _e( 'Your block settings sidebar is better organized with tabs for Settings and Styles. So the tools you need are easy to identify and access.' ); ?></p>
     109            </div>
     110            <div class="column">
     111                <div class="about__image">
     112                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     113                </div>
     114            </div>
     115        </div>
     116
     117        <div class="about__section has-2-columns">
     118            <div class="column">
     119                <div class="about__image">
     120                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     121                </div>
     122                <h3><?php _e( 'Build faster with headers and footers for block themes' ); ?></h3>
     123                <p><?php _e( 'Discover a new collection of header and footer patterns to choose from. Use them with any block theme as a quick, high-quality starting point for your site&#8217;s templates.' ); ?></p>
     124            </div>
     125            <div class="column">
     126                <div class="about__image">
     127                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     128                </div>
     129                <h3><?php _e( 'Explore Openverse media right from the Editor' ); ?></h3>
     130                <p><?php _e( 'Openverse&#8217;s library catalogs over 600 million free, openly licensed stock images and audio—and now it&#8217;s directly integrated into the Editor.' ); ?></p>
     131            </div>
     132        </div>
     133
     134        <div class="about__section has-2-columns">
     135            <div class="column">
     136                <div class="about__image">
     137                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     138                </div>
     139                <h3><?php _e( 'Focus on writing with Distraction Free mode' ); ?></h3>
     140                <p><?php _e( 'For those times you want to be alone with your ideas. You can now hide all your panels and controls, leaving you free to bring your content to life.' ); ?></p>
     141            </div>
     142            <div class="column">
     143                <div class="about__image">
     144                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     145                </div>
     146                <h3><?php _e( 'Experience the Site Editor, now out of beta' ); ?></h3>
     147                <p><?php _e( 'Stable and ready for you to dive in and explore: 6.2 is your personal invitation to discover what the next generation of WordPress—and Block themes—can do.' ); ?></p>
    158148            </div>
    159149        </div>
     
    161151        <div class="about__section has-3-columns">
    162152            <div class="column">
    163                 <div class="column about__image is-edge-to-edge has-accent-background-color">
    164                     <img src="https://s.w.org/images/core/6.1/about-61-sub-feature-1.webp" alt="" />
    165                 </div>
    166                 <h3 class="is-smaller-heading"><?php _e( 'Improved block placeholders' ); ?></h3>
    167                 <p><?php _e( 'Various blocks have improved placeholders that reflect customization options to help you design your site and its content. For example, the Image block placeholder displays custom borders and duotone filters even before selecting an image.' ); ?></p>
    168             </div>
    169             <div class="column">
    170                 <div class="column about__image is-edge-to-edge has-accent-background-color">
    171                     <img src="https://s.w.org/images/core/6.1/about-61-sub-feature-2.webp" alt="" />
    172                 </div>
    173                 <h3 class="is-smaller-heading"><?php _e( 'Compose richer lists and quotes with inner blocks' ); ?></h3>
    174                 <p><?php _e( 'The List and Quote blocks now support inner blocks, allowing for more flexible and rich compositions like adding headings inside your Quote blocks.' ); ?></p>
    175             </div>
    176             <div class="column">
    177                 <div class="column about__image is-edge-to-edge has-accent-background-color">
    178                     <img src="https://s.w.org/images/core/6.1/about-61-sub-feature-3.webp" alt="" />
    179                 </div>
    180                 <h3 class="is-smaller-heading"><?php _e( 'More responsive text with fluid typography' ); ?></h3>
    181                 <p>
    182                     <?php
    183                     printf(
    184                         /* translators: %s: Link to fluid typography demo. */
    185                         __( '<a href="%s">Fluid typography</a> lets you define font sizes that adapt for easy reading in any screen size.' ),
    186                         'https://make.wordpress.org/core/2022/10/03/fluid-font-sizes-in-wordpress-6-1/'
    187                     );
    188                     ?>
    189                 </p>
    190             </div>
    191         </div>
    192 
    193         <hr />
    194 
    195         <div class="about__section has-2-columns">
    196             <div class="column">
    197                 <div class="about__image">
    198                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    199                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    200                         <path fill-rule="evenodd" clip-rule="evenodd" d="M29.25 18.75v2.5h1.5v-2.5h2.5v-1.5h-2.5v-2.5h-1.5v2.5h-2.5v1.5h2.5zm-6.5-1.5h-6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6h-1.5v6a.5.5 0 0 1-.5.5h-12a.5.5 0 0 1-.5-.5v-12a.5.5 0 0 1 .5-.5h6v-1.5z" fill="#fff"/>
    201                     </svg>
    202                 </div>
    203                 <h3 class="is-smaller-heading"><?php _e( 'Add starter patterns to any post type' ); ?></h3>
    204                 <p><?php _e( 'In WordPress 6.0, when you created a new page, you would see suggested patterns so you did not have to start with a blank page. In 6.1, you will also see the starter patterns modal when you create a new instance of any post type.' ); ?></p>
    205             </div>
    206             <div class="column">
    207                 <div class="about__image">
    208                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    209                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    210                         <path fill-rule="evenodd" clip-rule="evenodd" d="M29.99 23.16a4.628 4.628 0 1 1-9.257 0 4.628 4.628 0 0 1 9.257 0zm1.5 0a6.128 6.128 0 0 1-10.252 4.535l-3.74 3.273-.988-1.13 3.75-3.28a6.128 6.128 0 1 1 11.23-3.397z" fill="#fff"/>
    211                     </svg>
    212                 </div>
    213                 <h3 class="is-smaller-heading"><?php _e( 'Find block themes faster' ); ?></h3>
    214                 <p>
    215                     <?php
    216                     printf(
    217                         /* translators: %s: Link to Block Themes on WordPress.org. */
    218                         __( 'The Themes Directory has <a href="%s">a filter for block themes</a>, and a pattern preview gives a better sense of what the theme might look like while exploring different themes and patterns.' ),
    219                         esc_url( __( 'https://wordpress.org/themes/tags/full-site-editing/' ) )
    220                     );
    221                     ?>
    222                 </p>
    223             </div>
    224         </div>
    225 
    226         <div class="about__section has-2-columns">
    227             <div class="column">
    228                 <div class="about__image">
    229                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    230                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    231                         <path fill-rule="evenodd" clip-rule="evenodd" d="M22.29 16.836a1 1 0 0 1 .986-.836h1.306a1 1 0 0 1 .986.836l.244 1.466c.788.26 1.503.679 2.108 1.218l1.393-.522a1 1 0 0 1 1.217.437l.653 1.13a1 1 0 0 1-.23 1.273l-1.148.944a6.025 6.025 0 0 1 0 2.435l1.148.946a1 1 0 0 1 .23 1.272l-.652 1.13a1 1 0 0 1-1.217.437l-1.394-.522c-.605.54-1.32.958-2.108 1.218l-.244 1.466a1 1 0 0 1-.986.836h-1.306a1 1 0 0 1-.987-.836l-.244-1.466a5.994 5.994 0 0 1-2.108-1.218l-1.394.522a1 1 0 0 1-1.216-.436l-.653-1.131a1 1 0 0 1 .23-1.272l1.148-.946a6.028 6.028 0 0 1 0-2.435l-1.147-.944a1 1 0 0 1-.23-1.273l.652-1.13a1 1 0 0 1 1.217-.437l1.393.522a5.996 5.996 0 0 1 2.108-1.218l.244-1.466zM26.928 24a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#fff"/>
    232                     </svg>
    233                 </div>
    234                 <h3 class="is-smaller-heading"><?php _e( 'Keep your Site Editor settings for later' ); ?></h3>
    235                 <p>
    236                     <?php
    237                     printf(
    238                         /* translators: %s: Link to block editor preferences dev note. */
    239                         __( 'Site Editor settings are now <a href="%s">persistent for each user</a>. This means your settings will now be consistent across browsers and devices.' ),
    240                         'https://make.wordpress.org/core/2022/10/10/changes-to-block-editor-preferences-in-wordpress-6-1/'
    241                     );
    242                     ?>
    243                 </p>
    244             </div>
    245             <div class="column">
    246                 <div class="about__image">
    247                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    248                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    249                         <path fill-rule="evenodd" clip-rule="evenodd" d="M31 24a7 7 0 0 1-7 7V17a7 7 0 0 1 7 7zm-7-8a8 8 0 1 1 0 16 8 8 0 0 1 0-16z" fill="#fff"/>
    250                     </svg>
    251                 </div>
    252                 <h3 class="is-smaller-heading"><?php _e( 'A streamlined style system' ); ?></h3>
    253                 <p>
    254                     <?php
    255                     printf(
    256                         /* translators: %s: Link style engine dev note. */
    257                         __( 'The CSS rules for margin, padding, typography, colors, and borders within the <a href="%s">styles engine</a> are now all in one place, reducing time spent on layout-specific tasks and helps to generate semantic class names.' ),
    258                         'https://make.wordpress.org/core/2022/10/10/block-styles-generation-style-engine/'
    259                     );
    260                     ?>
    261                 </p>
    262             </div>
    263         </div>
    264 
    265         <div class="about__section has-2-columns">
    266             <div class="column">
    267                 <div class="about__image">
    268                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    269                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    270                         <path d="M24 18.285a1.58 1.58 0 0 1-1.159-.484 1.58 1.58 0 0 1-.484-1.159c0-.45.162-.836.484-1.158A1.58 1.58 0 0 1 24 15c.45 0 .836.161 1.159.484.322.322.483.708.483 1.158 0 .45-.16.837-.483 1.16a1.581 1.581 0 0 1-1.16.483zM21.592 33V21.008a44.174 44.174 0 0 1-2.958-.316 28.99 28.99 0 0 1-2.734-.517l.337-1.35c1.275.3 2.543.514 3.803.641 1.26.128 2.58.191 3.96.191s2.7-.063 3.96-.19a29.603 29.603 0 0 0 3.802-.642l.338 1.35c-.87.21-1.781.383-2.734.517-.952.136-1.939.24-2.959.316V33h-1.35v-5.85h-2.115V33h-1.35z" fill="#fff"/>
    271                     </svg>
    272                 </div>
    273                 <h3 class="is-smaller-heading"><?php _e( 'Improved admin and editor accessibility' ); ?></h3>
    274                 <p>
    275                     <?php
    276                     printf(
    277                         /* translators: %s: Link to accessibility improvements dev note. */
    278                         __( 'More than 40 improvements in accessibility include resolving focus loss problems in the editor, improving form labels and audible messages, making alternative text easier to edit, and fixing the sub-menu overlap in the expanded admin side navigation at smaller screen sizes and higher zoom levels. Learn more about <a href="%s">accessibility in WordPress</a>.' ),
    279                         'https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/'
    280                     );
    281                     ?>
    282                 </p>
    283             </div>
    284             <div class="column">
    285                 <div class="about__image">
    286                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    287                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    288                         <path fill-rule="evenodd" clip-rule="evenodd" d="M23.019 25.517l-4.258 4.385-.718-.697 4.212-4.337-5.752-.025.005-1 5.826.025-3.997-4.116.717-.696 3.952 4.07-.03-5.623 1-.005.03 5.567 3.894-4.01.717.697-4.007 4.126 6.046.026-.005 1-5.942-.025 4.201 4.326-.717.697-4.174-4.298.032 6.048-1 .006-.032-6.14z" fill="#fff"/>
    289                     </svg>
    290                 </div>
    291                 <h3 class="is-smaller-heading"><?php _e( 'Other notes of interest' ); ?></h3>
    292                 <p><?php _e( '6.1 includes a new time-to-read feature showing content authors the approximate time-to-read values for pages, posts, and custom post types.' ); ?></p>
    293                 <p>
    294                     <?php
    295                     printf(
    296                         /* translators: %s: "General Settings" admin page title, linked to the page if the user can edit options. */
    297                         __( 'The site tagline is empty by default in new sites but can be modified in %s.' ),
    298                         current_user_can( 'manage_options' ) ? '<a href="' . esc_url( admin_url( 'options-general.php' ) ) . '">' . __( 'General Settings' ) . '</a>' : __( 'General Settings' )
    299                     );
    300                     ?>
    301                 </p>
    302                 <p><?php _e( 'A new modal design offers a background blur effect, making it easier to focus on the task at hand.' ); ?></p>
    303             </div>
    304         </div>
    305 
    306         <div class="about__section has-2-columns">
    307             <div class="column">
    308                 <div class="about__image">
    309                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    310                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    311                         <rect x="11" y="17" width="26" height="14" rx="7" fill="#fff"/>
    312                         <circle cx="18" cy="24" r="4" fill="#1E1E1E"/>
    313                     </svg>
    314                 </div>
    315                 <h3 class="is-smaller-heading"><?php _e( 'Updated interface options and features' ); ?></h3>
    316                 <p>
    317                     <?php
    318                     printf(
    319                         /* translators: %s: Link to styling elements dev note. */
    320                         __( 'Updates include <a href="%s">styling elements</a> like buttons, citations, and links globally; controlling hover, active, and focus states for links using theme.json (not available to control in the interface yet); and customizing outline support for blocks and elements, among other features.' ),
    321                         'https://make.wordpress.org/core/2022/10/10/styling-elements-in-block-themes/'
    322                     );
    323                     ?>
    324                 </p>
    325             </div>
    326             <div class="column">
    327                 <div class="about__image">
    328                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    329                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    330                         <path fill-rule="evenodd" clip-rule="evenodd" d="M18 16h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H18a2 2 0 0 1-2-2V18a2 2 0 0 1 2-2zm12 1.5H18a.5.5 0 0 0-.5.5v3h13v-3a.5.5 0 0 0-.5-.5zm.5 5H22v8h8a.5.5 0 0 0 .5-.5v-7.5zm-10 0h-3V30a.5.5 0 0 0 .5.5h2.5v-8z" fill="#fff"/>
    331                     </svg>
    332                 </div>
    333                 <h3 class="is-smaller-heading"><?php _e( 'Continued evolution of layout options' ); ?></h3>
    334                 <p>
    335                     <?php
    336                     printf(
    337                         /* translators: %s: Link to layout support refactor dev note. */
    338                         __( 'The default content dimensions provided by themes can now be overridden in the Styles Sidebar, giving site builders better control over full-width content. Developers have <a href="%s">fine-grained control over these controls</a>.' ),
    339                         'https://make.wordpress.org/core/2022/10/10/updated-editor-layout-support-in-6-1-after-refactor/'
    340                     );
    341                     ?>
    342                 </p>
    343             </div>
    344         </div>
    345 
    346         <div class="about__section has-2-columns">
    347             <div class="column">
    348                 <div class="about__image">
    349                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    350                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    351                         <path d="M27.7 17.2l5.6 5.6c.7.6.7 1.8-.1 2.5l-5.6 5.6c-.3.3-.8.5-1.2.5-.4 0-.9-.2-1.2-.5l-5.6-5.6c-.7-.7-.7-1.8 0-2.5l5.6-5.6c.7-.7 1.8-.7 2.5 0z" fill="#fff"/>
    352                         <path d="M22 17.5l-6.3 6.3c-.1.1-.1.3.1.3l6.3 6.3-1.1 1.1-6.3-6.2c-.7-.7-.7-1.8 0-2.5l6.3-6.3 1 1z" fill="#fff"/>
    353                     </svg>
    354                 </div>
    355                 <h3 class="is-smaller-heading"><?php _e( 'Block template parts in classic themes' ); ?></h3>
    356                 <p>
    357                     <?php
    358                     printf(
    359                         /* translators: 1: Link to block-based template parts in classic themes dev note, 2: Folder name. */
    360                         __( '<a href="%1$s">Block template parts can now be defined in classic themes</a> by adding the appropriate HTML files to the %2$s directory at the root of the theme.' ),
    361                         'https://make.wordpress.org/core/2022/10/04/block-based-template-parts-in-traditional-themes/',
    362                         '<code>parts</code>'
    363                     );
    364                     ?>
    365                 </p>
    366             </div>
    367             <div class="column">
    368                 <div class="about__image">
    369                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    370                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    371                         <path fill-rule="evenodd" clip-rule="evenodd" d="M31.349 23.579a3.18 3.18 0 0 1-6.262.796l-.007-.03-.01-.029-.734-2.166-.005.002a4.818 4.818 0 0 0-9.418 1.427 4.816 4.816 0 0 0 6.575 4.485l-.598-1.523a3.18 3.18 0 1 1 1.92-3.758l.012-.003.69 2.034a4.818 4.818 0 0 0 9.472-1.235 4.816 4.816 0 0 0-6.57-4.487l.596 1.524a3.18 3.18 0 0 1 4.34 2.963z" fill="#fff"/>
    372                     </svg>
    373                 </div>
    374                 <h3 class="is-smaller-heading"><?php _e( 'Expanded support for Query Loop blocks' ); ?></h3>
    375                 <p>
    376                     <?php
    377                     printf(
    378                         /* translators: %s: Link to query loop dev note. */
    379                         __( '<a href="%s">New filters</a> let Query Block variations support custom queries for more powerful variations and advanced hierarchical post types filtering options.' ),
    380                         'https://make.wordpress.org/core/2022/10/10/extending-the-query-loop-block/'
    381                     );
    382                     ?>
    383                 </p>
    384             </div>
    385         </div>
    386 
    387         <div class="about__section has-2-columns">
    388             <div class="column">
    389                 <div class="about__image">
    390                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    391                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    392                         <path d="M17.25 30.25L24 17.594l6.75 12.656h-13.5z" stroke="#fff" stroke-width="1.5"/>
    393                         <path d="M24 16v15h-8l8-15z" fill="#fff"/>
    394                     </svg>
    395                 </div>
    396                 <h3 class="is-smaller-heading"><?php _e( 'Filters for all your styles' ); ?></h3>
    397                 <p>
    398                     <?php
    399                     printf(
    400                         /* translators: %s: Link to theme.json filters dev note. */
    401                         __( '<a href="%s">Leverage filters</a> in the Styles sidebar to control settings at all four levels of your site—core, theme, user, or block, from less to more specific.' ),
    402                         'https://make.wordpress.org/core/2022/10/10/filters-for-theme-json-data/'
    403                     );
    404                     ?>
    405                 </p>
    406             </div>
    407             <div class="column">
    408                 <div class="about__image">
    409                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    410                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    411                         <path fill-rule="evenodd" clip-rule="evenodd" d="M19.114 20.5H16V19h3.114a2.501 2.501 0 0 1 4.771 0H32v1.5h-8.114a2.501 2.501 0 0 1-4.771 0zM16 29h8.114a2.501 2.501 0 0 0 4.771 0H32v-1.5h-3.114a2.501 2.501 0 0 0-4.771 0H16V29z" fill="#fff"/>
    412                     </svg>
    413                 </div>
    414                 <h3 class="is-smaller-heading"><?php _e( 'Spacing presets for faster, consistent design' ); ?></h3>
    415                 <p>
    416                     <?php
    417                     printf(
    418                         /* translators: %s: Link to spacing presets dev note. */
    419                         __( 'Save time and help avoid hard-coding a values into a theme with <a href="%s">preset margin and padding values for multiple blocks</a>.' ),
    420                         'https://make.wordpress.org/core/2022/10/07/introduction-of-presets-across-padding-margin-and-block-gap/'
    421                     );
    422                     ?>
    423                 </p>
    424             </div>
    425         </div>
    426 
    427         <div class="about__section has-2-columns">
    428             <div class="column">
    429                 <div class="about__image">
    430                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    431                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    432                         <path fill-rule="evenodd" clip-rule="evenodd" d="M17.517 20.75A7.268 7.268 0 0 1 22 17.03a8.142 8.142 0 0 0-1.19 1.875 10.763 10.763 0 0 0-.657 1.845h-2.636zm-.554 1.5a7.266 7.266 0 0 0 0 3.5h2.9a13.453 13.453 0 0 1 0-3.5h-2.9zm4.415 0c-.084.56-.128 1.145-.128 1.75s.044 1.19.128 1.75h5.244c.084-.56.128-1.145.128-1.75s-.044-1.19-.128-1.75h-5.244zm6.759 0a13.45 13.45 0 0 1 0 3.5h2.9a7.266 7.266 0 0 0 0-3.5h-2.9zm2.346-1.5h-2.636a10.759 10.759 0 0 0-.657-1.845A8.14 8.14 0 0 0 26 17.03a7.269 7.269 0 0 1 4.483 3.721zm-4.194 0h-4.578c.13-.43.283-.836.458-1.211.495-1.063 1.139-1.847 1.831-2.306.692.46 1.335 1.243 1.83 2.306.176.375.33.78.46 1.211zm-8.772 6.5h2.636c.18.693.416 1.344.7 1.938A8.08 8.08 0 0 0 22 30.97a7.268 7.268 0 0 1-4.483-3.721zm8.772 0h-4.578c.138.46.305.892.495 1.29.491 1.024 1.12 1.78 1.794 2.227.692-.46 1.336-1.243 1.83-2.306a9.02 9.02 0 0 0 .46-1.211zm.901 1.845c.266-.57.486-1.188.657-1.845h2.636A7.268 7.268 0 0 1 26 30.97a8.145 8.145 0 0 0 1.19-1.875zM15.25 24a8.75 8.75 0 1 1 17.5 0 8.75 8.75 0 0 1-17.5 0z" fill="#fff"/>
    433                     </svg>
    434                 </div>
    435                 <h3 class="is-smaller-heading"><?php _e( 'Performance highlights' ); ?></h3>
    436                 <p>
    437                     <?php
    438                     printf(
    439                         /* translators: 1: REST API performance dev note, 2: Multisite performance dev note, 3: code-formatted "WP_Query" linked to dev note, 4: Block registration performance dev note, 5: Site health checks dev note; 6: code-formatted "async", 7: Performance field guide. */
    440                         __( 'WordPress 6.1 resolved more than 25 tickets dedicated to enhancing performance. From the  <a href="%1$s">REST API</a> to <a href="%2$s">multisite</a>, %3$s to <a href="%4$s">core block registration</a>, and <a href="%5$s">new Site Health checks</a> to the addition of the %6$s attribute to images, there are performance improvements for every type of site. A full breakdown can be found in the <a href="%7$s">Performance Field Guide</a>.' ),
    441                         'https://make.wordpress.org/core/2022/10/10/performance-improvements-to-the-rest-api/',
    442                         'https://make.wordpress.org/core/2022/10/10/multisite-improvements-in-wordpress-6-1/',
    443                         '<a href="https://make.wordpress.org/core/2022/10/07/improvements-to-wp_query-performance-in-6-1/"><code>WP_Query</code></a>',
    444                         'https://make.wordpress.org/core/2022/10/07/improved-php-performance-for-core-blocks-registration/',
    445                         'https://make.wordpress.org/core/2022/10/06/new-cache-site-health-checks-in-wordpress-6-1/',
    446                         '<code>async</code>',
    447                         'https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/'
    448                     );
    449                     ?>
    450                 </p>
    451                 <p>
    452                     <?php
    453                     printf(
    454                         /* translators: %s: Link to install Performance Lab plugin if permitted, otherwise link to plugin on WordPress.org. */
    455                         __( 'Be among the first to get the latest improvements by adding the <a href="%s">Performance Lab plugin</a> to your WordPress test site or sandbox.' ),
    456                         current_user_can( 'install_plugins' ) ? admin_url( 'plugin-install.php?s=slug%253Aperformance-lab&tab=search&type=term' ) : esc_url( __( 'https://wordpress.org/plugins/performance-lab/' ) )
    457                     );
    458                     ?>
    459                 </p>
    460             </div>
    461             <div class="column">
    462                 <div class="about__image">
    463                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    464                         <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
    465                         <path fill-rule="evenodd" clip-rule="evenodd" d="M32.067 17.085l-3.245-3.14-10.621 10.726-1.303 4.412 4.528-1.252 10.64-10.746zM16 32.75h8v-1.5h-8v1.5z" fill="#fff"/>
    466                     </svg>
    467                 </div>
    468                 <h3 class="is-smaller-heading"><?php _e( 'Content-only editing support for container blocks' ); ?></h3>
    469                 <p>
    470                     <?php
    471                     printf(
    472                         /* translators: %s: Link to content locking dev note. */
    473                         __( 'Thanks to <a href="%s">content-only editing settings</a>, layouts can be locked within container blocks. In a content-only block, its children are invisible to the List View and entirely uneditable. So you control the layout while your writers can focus on the content.' ),
    474                         'https://make.wordpress.org/core/2022/10/11/content-locking-features-and-updates/'
    475                     );
    476                     ?>
    477                 </p>
    478                 <p><?php _e( 'Combine it with block locking options for even more advanced control over your blocks.' ); ?></p>
     153                <div class="about__image">
     154                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     155                </div>
     156                <h3 class="is-smaller-heading"><?php _e( 'Style Book' ); ?></h3>
     157                <p><?php _e( 'Use the new Style Book to get a complete overview of how every block in your site&#8217;s library looks. All in one place, all at a glance.' ); ?></p>
     158            </div>
     159            <div class="column">
     160                <div class="about__image">
     161                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     162                </div>
     163                <h3 class="is-smaller-heading"><?php _e( 'Copy and paste styles' ); ?></h3>
     164                <p><?php _e( 'Perfect the design on one type of block, then copy and paste those styles to other blocks to get just the look you want.' ); ?></p>
     165            </div>
     166            <div class="column">
     167                <div class="about__image">
     168                    <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     169                </div>
     170                <h3 class="is-smaller-heading"><?php _e( 'Custom CSS' ); ?></h3>
     171                <p><?php _e( 'Power up your site any way you wish. Add CSS to your site, or your blocks, for another level of control over your site&#8217;s look and feel.' ); ?></p>
     172            </div>
     173        </div>
     174
     175        <div class="about__section has-3-columns">
     176            <div class="column">
     177                <div class="about__image">
     178                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     179                        <rect width="48" height="48" rx="4" fill="#1D35B4"/>
     180                        <path fill-rule="evenodd" clip-rule="evenodd" d="M19.138 20.765a6.012 6.012 0 0 1 3.614-.62l4.15-5.617 6.57 6.57-5.616 4.15a6.01 6.01 0 0 1-.772 3.886c-.252.427-.561.828-.927 1.195l-3.713-3.713-5.692 5.693h-1.06v-1.061l5.692-5.692-3.713-3.713a6.007 6.007 0 0 1 1.467-1.078Zm7.936-3.944 4.105 4.105-4.933 3.647.124.884c.122.87-.01 1.766-.394 2.57l-6.002-6.003a4.515 4.515 0 0 1 2.57-.394l.883.124 3.647-4.933Z" fill="#fff"/>
     181                    </svg>
     182                </div>
     183                <h3 class="is-smaller-heading"><?php _e( 'Sticky positioning' ); ?></h3>
     184                <p><?php _e( 'Choose to keep certain blocks fixed to the top of a page as visitors scroll.' ); ?></p>
     185            </div>
     186            <div class="column">
     187                <div class="about__image">
     188                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     189                        <rect width="48" height="48" rx="4" fill="#1D35B4"/>
     190                        <path fill-rule="evenodd" clip-rule="evenodd" d="M18 15h2v2h8v-2h2v2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H18a2 2 0 0 1-2-2V19a2 2 0 0 1 2-2v-2Zm12 3.5H18a.5.5 0 0 0-.5.5v1h13v-1a.5.5 0 0 0-.5-.5Zm.5 3h-13V31a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-9.5ZM23 23h2v2h-2v-2Zm-4 0v2h2v-2h-2Zm8 2v-2h2v2h-2Z" fill="#fff"/>
     191                    </svg>
     192                </div>
     193                <h3 class="is-smaller-heading"><?php _e( 'Importing widgets' ); ?></h3>
     194                <p><?php _e( 'Options to import your favorite widgets from Classic themes to Block themes.' ); ?></p>
     195            </div>
     196            <div class="column">
     197                <div class="about__image">
     198                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     199                        <rect width="48" height="48" rx="4" fill="#1D35B4"/>
     200                        <path fill-rule="evenodd" clip-rule="evenodd" d="M17.681 27.075h4.076l.977 2.774h1.72L20.564 19h-1.69L15 29.849h1.705l.976-2.774Zm2.046-5.766 1.503 4.262h-3.006l1.503-4.262Zm6.755 8.064c.332.366.864.549 1.595.549.498 0 .963-.1 1.395-.3.443-.21.825-.586 1.147-1.13.01.377.11.71.299.998.2.288.603.432 1.212.432.366 0 .665-.056.898-.166.243-.111.482-.26.714-.449l-.166-.282c-.11.088-.222.166-.332.232a.697.697 0 0 1-.366.1c-.177 0-.299-.061-.365-.183-.067-.122-.1-.316-.1-.581v-4.586c0-.543-.044-1.002-.133-1.379a1.828 1.828 0 0 0-.548-.963 1.974 1.974 0 0 0-.88-.499c-.344-.11-.754-.166-1.23-.166-.51 0-.975.06-1.396.183-.41.122-.747.271-1.013.448a2.84 2.84 0 0 0-.598.532c-.144.188-.216.432-.216.731 0 .288.083.543.249.764.166.21.42.316.764.316.31 0 .565-.089.764-.266.21-.177.316-.42.316-.73a1.04 1.04 0 0 0-.25-.715 1.108 1.108 0 0 0-.597-.4c.166-.21.393-.348.681-.414.288-.078.56-.117.814-.117.3 0 .554.05.764.15.222.1.393.271.515.515.133.232.2.548.2.947v1.13c0 .254-.117.465-.35.63-.22.167-.509.317-.863.45-.343.121-.714.254-1.113.398-.388.133-.759.3-1.113.499a2.583 2.583 0 0 0-.848.73c-.221.3-.332.687-.332 1.164 0 .576.16 1.052.482 1.428Zm3.356-.481c-.277.155-.56.232-.848.232-.354 0-.647-.116-.88-.349-.233-.232-.349-.598-.349-1.096 0-.51.116-.908.349-1.196.233-.288.51-.515.83-.682.333-.177.654-.337.964-.481.322-.144.56-.333.715-.565v3.306c-.244.388-.504.665-.781.83Z" fill="#fff"/>
     201                    </svg>
     202                </div>
     203                <h3 class="is-smaller-heading"><?php _e( 'Local fonts in themes' ); ?></h3>
     204                <p><?php _e( 'Default WordPress themes offer better privacy with Google Fonts included.' ); ?></p>
    479205            </div>
    480206        </div>
     
    485211            <div class="column about__image is-vertically-aligned-top">
    486212                <a href="https://youtu.be/1w9oywSa6Hw">
    487                     <img src="data:image/svg+xml,%3Csvg width='269' height='163' viewBox='0 0 269 163' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='269' height='163' rx='4' fill='%23FDFF85'/%3E%3Cpath d='M238.84 130.043a1 1 0 0 0-1.524.852v8.21a1 1 0 0 0 1.524.852l6.671-4.105a1 1 0 0 0 0-1.703l-6.671-4.106Z' fill='%231E1E1E'/%3E%3Crect x='226.25' y='120.25' width='29.5' height='29.5' rx='2.75' stroke='%231E1E1E' stroke-width='1.5'/%3E%3Cpath d='M99.597 127.44c-6.16 0-11.36-1.16-15.6-3.48-4.24-2.32-7.68-5.4-10.32-9.24-2.56-3.84-4.4-8.16-5.52-12.96A64.74 64.74 0 0 1 66.477 87c0-9.28 1.28-17.4 3.84-24.36 2.64-6.96 6.4-12.36 11.28-16.2 4.88-3.92 10.8-5.88 17.76-5.88 5.521 0 10.241 1.08 14.161 3.24s6.96 5.04 9.12 8.64c2.24 3.6 3.6 7.52 4.08 11.76h-11.88c-.72-4.16-2.44-7.36-5.16-9.6-2.72-2.24-6.2-3.36-10.44-3.36-5.84 0-10.68 2.76-14.52 8.28-3.76 5.44-5.76 13.84-6 25.2 1.92-3.52 4.88-6.52 8.88-9 4.08-2.48 8.76-3.72 14.04-3.72 4.72 0 9.12 1.12 13.2 3.36 4.16 2.24 7.52 5.4 10.08 9.48 2.64 4 3.96 8.76 3.96 14.28 0 4.88-1.2 9.48-3.6 13.8-2.4 4.32-5.8 7.84-10.2 10.56-4.32 2.64-9.48 3.96-15.48 3.96Zm-.72-11.04c3.361 0 6.361-.72 9.001-2.16 2.64-1.44 4.72-3.4 6.24-5.88 1.52-2.56 2.28-5.44 2.28-8.64 0-5.12-1.68-9.2-5.04-12.24-3.28-3.04-7.48-4.56-12.6-4.56-3.36 0-6.4.76-9.12 2.28-2.64 1.52-4.72 3.56-6.24 6.12-1.52 2.48-2.28 5.24-2.28 8.28 0 3.28.76 6.2 2.28 8.76 1.6 2.48 3.72 4.44 6.36 5.88 2.72 1.44 5.76 2.16 9.12 2.16Zm45.925 10.32c-2.4 0-4.4-.76-6-2.28-1.52-1.6-2.28-3.48-2.28-5.64 0-2.24.76-4.12 2.28-5.64 1.6-1.6 3.6-2.4 6-2.4s4.36.8 5.88 2.4c1.52 1.52 2.28 3.4 2.28 5.64 0 2.16-.76 4.04-2.28 5.64-1.52 1.52-3.48 2.28-5.88 2.28Zm26.814-.72V56.4l-13.56 3.12v-9.36l18.6-8.16h8.16v84h-13.2Z' fill='%231E1E1E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='269' height='163' rx='4' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.1 video' ) ); ?>" />
     213                    <img src="data:image/svg+xml,%3Csvg width='294' height='280' viewBox='0 0 294 280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%231D35B4' d='M0 0h280v280H0z'/%3E%3Cpath d='m178.94 801.802-59.946-94.723c45.365-71.684 70.344-166.987 70.344-268.362 0-101.375-24.979-196.678-70.344-268.362C73.629 98.671 13.316 59.202-50.84 59.202s-124.468 39.47-169.834 111.153c-45.365 71.684-70.344 166.987-70.344 268.362 0 101.375 24.979 196.678 70.344 268.362l-59.945 94.723c-61.373-96.978-95.181-225.924-95.181-363.063 0-137.139 33.794-266.085 95.181-363.062 61.372-96.977 142.976-150.4 229.765-150.4 86.789 0 168.393 53.4 229.765 150.4 61.373 96.977 95.181 225.923 95.181 363.062s-33.794 266.085-95.181 363.063h.029Z' fill='%23213FD4'/%3E%3Cpath d='m79.037 643.943-59.945-94.722c38.556-60.924 38.556-160.066 0-221.012-38.555-60.923-101.299-60.923-139.868 0-38.556 60.923-38.556 160.066 0 220.99l-59.946 94.722c-71.615-113.162-71.615-297.272 0-410.435 71.616-113.162 188.13-113.162 259.746 0 71.615 113.163 71.615 297.273 0 410.435l.013.022Z' fill='%23213FD4'/%3E%3Cpath d='m278.852 959.676-59.946-94.723c72.054-113.854 111.726-265.214 111.726-426.218 0-161.004-39.672-312.363-111.726-426.218C146.853-101.337 51.065-164.024-50.827-164.024s-197.681 62.687-269.734 176.541c-72.053 113.855-111.725 265.214-111.725 426.218 0 161.004 39.672 312.364 111.725 426.218l-59.946 94.723c-44.489-70.3-78.947-152.32-102.414-243.738-22.662-88.271-34.148-181.542-34.148-277.18s11.486-188.91 34.148-277.181c23.467-91.44 57.925-173.438 102.414-243.738 44.49-70.299 96.396-124.749 154.251-161.83 55.862-35.808 114.89-53.958 175.415-53.958 60.524 0 119.552 18.15 175.414 53.958 57.869 37.081 109.761 91.531 154.251 161.83 44.489 70.3 78.948 152.32 102.414 243.738 22.662 88.271 34.148 181.543 34.148 277.181 0 95.638-11.486 188.909-34.148 277.18-23.466 91.441-57.925 173.438-102.414 243.738h.028Z' fill='%23213FD4'/%3E%3Cpath d='m218.905 864.928-357.086 564.242 59.94 94.72 357.086-564.247-59.94-94.715ZM119.004 707.087-330.27 1417l59.94 94.72 449.274-709.918-59.94-94.715ZM19.094 549.203l-536.247 847.347 59.94 94.72L79.034 643.917l-59.94-94.714ZM2335.61 1839.71H-517.886v136.44H2335.61v-136.44ZM2335.61 1617.98H-517.886v136.45H2335.61v-136.45Z' fill='%23213FD4'/%3E%3Cpath d='M2335.61 1396.25H-517.886v130.76H2335.61v-130.76Z' fill='%23213FD4'/%3E%3C/g%3E%3Cpath d='m75.895 129.264-5.608 5.45a17.076 17.076 0 0 1 9.5 4.666 16.24 16.24 0 0 1 0 23.402c-3.216 3.126-7.492 4.847-12.04 4.847-4.548 0-8.824-1.721-12.04-4.847a16.239 16.239 0 0 1 0-23.402l-4.838-4.702c-9.306 9.044-9.306 23.76 0 32.805 4.509 4.382 10.503 6.794 16.878 6.794s12.369-2.412 16.877-6.794c9.307-9.045 9.307-23.761 0-32.805a23.893 23.893 0 0 0-8.73-5.414Z' fill='%2333F078'/%3E%3Cpath d='m84.501 120.9-5.106 4.962a28.488 28.488 0 0 1 8.455 5.682c5.37 5.218 8.327 12.157 8.327 19.537 0 7.381-2.958 14.319-8.327 19.538-5.37 5.218-12.51 8.093-20.103 8.093-7.594 0-14.733-2.875-20.103-8.093-5.37-5.218-8.327-12.157-8.327-19.538 0-7.38 2.957-14.318 8.327-19.537l-4.838-4.702c-6.662 6.475-10.33 15.083-10.33 24.238 0 9.156 3.669 17.765 10.33 24.239 6.66 6.473 15.52 10.039 24.94 10.039 9.421 0 18.278-3.566 24.94-10.039 6.662-6.475 10.33-15.083 10.33-24.239 0-9.155-3.67-17.764-10.33-24.238A35.356 35.356 0 0 0 84.5 120.9h.001Z' fill='%2333F078'/%3E%3Cpath d='M111.002 134.014c-2.349-5.629-5.798-10.678-10.253-15.007a46.57 46.57 0 0 0-7.927-6.195l-4.973 4.834a39.92 39.92 0 0 1 8.062 6.062c7.523 7.312 11.667 17.034 11.667 27.374s-4.144 20.061-11.667 27.373c-7.523 7.311-17.526 11.338-28.165 11.338-10.64 0-20.643-4.027-28.166-11.338-7.523-7.312-11.667-17.033-11.667-27.373s4.144-20.062 11.667-27.374l-4.838-4.701c-4.455 4.328-7.904 9.378-10.253 15.006a44.158 44.158 0 0 0-3.415 17.068c0 5.889 1.15 11.632 3.419 17.067 2.349 5.629 5.798 10.678 10.253 15.008a46.51 46.51 0 0 0 15.44 9.964 47.695 47.695 0 0 0 17.562 3.322c6.06 0 11.969-1.117 17.561-3.321a46.498 46.498 0 0 0 15.441-9.964c4.454-4.329 7.904-9.379 10.253-15.008a44.094 44.094 0 0 0 3.417-17.067c0-5.89-1.149-11.632-3.417-17.068h-.001Z' fill='%2333F078'/%3E%3Cpath d='m103.47 83.559-52.6 51.119 4.838 4.702 57.437-55.821h-9.675ZM87.344 83.559l-44.538 43.283 4.838 4.702L97.02 83.559h-9.675ZM71.219 83.559l-36.475 35.448 4.838 4.702 41.312-40.15H71.22ZM167.807 138.655l-4.765-4.661c3.606-3.527 5.592-8.216 5.592-13.205 0-4.988-1.986-9.678-5.592-13.205-3.607-3.527-8.401-5.47-13.501-5.47s-9.895 1.943-13.501 5.47c-3.607 3.527-5.592 8.217-5.592 13.205 0 4.989 1.985 9.678 5.592 13.205l-4.766 4.661c-4.879-4.771-7.566-11.117-7.566-17.865 0-6.748 2.686-13.093 7.566-17.865 4.879-4.772 11.366-7.4 18.266-7.4 6.899 0 13.386 2.627 18.265 7.4 4.879 4.772 7.566 11.117 7.566 17.865 0 6.748-2.686 13.094-7.566 17.865h.002Z' fill='%2333F078'/%3E%3Cpath d='m159.865 130.888-4.765-4.661a7.582 7.582 0 0 0 0-10.876c-3.065-2.997-8.053-2.997-11.119 0a7.58 7.58 0 0 0 0 10.875l-4.765 4.661a14.077 14.077 0 0 1 0-20.197c5.693-5.568 14.955-5.568 20.648 0a14.077 14.077 0 0 1 0 20.197l.001.001Z' fill='%2333F078'/%3E%3Cpath d='m175.75 146.424-4.766-4.661c5.728-5.602 8.882-13.05 8.882-20.973 0-7.922-3.154-15.37-8.882-20.973-5.728-5.602-13.342-8.687-21.442-8.687s-15.715 3.085-21.443 8.687c-5.728 5.603-8.882 13.051-8.882 20.973 0 7.923 3.154 15.371 8.882 20.973l-4.765 4.661c-3.537-3.459-6.276-7.495-8.142-11.994a35.432 35.432 0 0 1-2.714-13.639c0-4.706.913-9.295 2.714-13.639 1.866-4.5 4.605-8.534 8.142-11.994a36.91 36.91 0 0 1 12.262-7.963 37.647 37.647 0 0 1 13.945-2.655c4.811 0 9.503.893 13.944 2.655a36.89 36.89 0 0 1 12.262 7.963c3.537 3.46 6.276 7.496 8.142 11.994a35.436 35.436 0 0 1 2.715 13.639c0 4.706-.914 9.296-2.715 13.639-1.866 4.5-4.605 8.535-8.142 11.994h.003Z' fill='%2333F078'/%3E%3Cpath d='m170.984 141.762-28.387 27.765 4.765 4.66 28.387-27.765-4.765-4.66ZM163.042 133.995l-35.715 34.933 4.765 4.66 35.715-34.933-4.765-4.66ZM155.1 126.226l-42.629 41.695 4.765 4.661 42.629-41.696-4.765-4.66ZM339.253 189.728h-226.84v6.714h226.84v-6.714ZM339.253 178.817h-226.84v6.714h226.84v-6.714Z' fill='%2333F078'/%3E%3Cpath d='M339.253 167.907h-226.84v6.434h226.84v-6.434Z' fill='%2333F078'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h294v280H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M0 0h280v280H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.2 video' ) ); ?>" />
    488214                </a>
    489215            </div>
    490             <div class="column">
     216            <div class="column is-vertically-aligned-center">
    491217                <h3>
    492218                    <?php
     
    498224                    ?>
    499225                </h3>
    500                 <p>
    501                     <?php
    502                     printf(
    503                         /* translators: %s: 6.1 overview video link. */
    504                         __( 'See WordPress 6.1 in action! <a href="%s">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.1.' ),
    505                         'https://youtu.be/1w9oywSa6Hw'
    506                     );
    507                     ?>
    508                 </p>
    509             </div>
    510         </div>
    511 
    512         <div class="about__section has-3-columns">
    513             <div class="column" style="padding-top:0">
    514                 <p>
     226                <p class="is-subheading">
    515227                    <?php
    516228                    printf(
     
    522234                </p>
    523235            </div>
    524             <div class="column" style="padding-top:0">
     236        </div>
     237
     238        <div class="about__section has-2-columns">
     239            <div class="column">
     240                <div class="about__image">
     241                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     242                        <rect width="48" height="48" rx="4" fill="#1D35B4"/>
     243                        <path d="M23 34v-4h-5l-2.293-2.293a1 1 0 0 1 0-1.414L18 24h5v-2h-7v-6h7v-2h2v2h5l2.293 2.293a1 1 0 0 1 0 1.414L30 22h-5v2h7v6h-7v4h-2Zm-5-14h11.175l.646-.646a.5.5 0 0 0 0-.708L29.175 18H18v2Zm.825 8H30v-2H18.825l-.646.646a.5.5 0 0 0 0 .708l.646.646Z" fill="#fff"/>
     244                    </svg>
     245                </div>
    525246                <p>
    526247                    <?php
     
    528249                        /* translators: %s: WordPress Field Guide link. */
    529250                        __( 'Check out the latest version of the <a href="%s">WordPress Field Guide</a>. It is overflowing with detailed developer notes to help you build with WordPress.' ),
    530                         __( 'https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/' )
     251                        '#'
    531252                    );
    532253                    ?>
    533254                </p>
    534255            </div>
    535             <div class="column" style="padding-top:0">
     256            <div class="column">
     257                <div class="about__image">
     258                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     259                        <rect width="48" height="48" rx="4" fill="#1D35B4"/>
     260                        <path d="M28 19.75h-8v1.5h8v-1.5ZM20 23h8v1.5h-8V23ZM26 26.25h-6v1.5h6v-1.5Z" fill="#fff"/>
     261                        <path fill-rule="evenodd" clip-rule="evenodd" d="M29 16H19a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V18a2 2 0 0 0-2-2Zm-10 1.5h10a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H19a.5.5 0 0 1-.5-.5V18a.5.5 0 0 1 .5-.5Z" fill="#fff"/>
     262                    </svg>
     263                </div>
    536264                <p>
    537265                    <?php
     
    542270                            /* translators: %s: WordPress version number. */
    543271                            esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
    544                             '6-1'
     272                            '6-2'
    545273                        ),
    546                         '6.1'
     274                        '6.2'
    547275                    );
    548276                    ?>
  • trunk/src/wp-admin/css/about.css

    r54690 r55449  
    2222.about__container {
    2323    /* Section backgrounds */
    24     --background: #274acd;
     24    --background: #1d35b4;
    2525    --subtle-background: #eff2ff;
    2626
     
    3030
    3131    /* Accent colors: used in header, on special classes. */
    32     --accent-1: #3858e9; /* Link color, credit image overlay */
    33     --accent-2: #fffcb5; /* Accent background */
     32    --accent-1: #1d35b4; /* Link color, credit image overlay */
     33    --accent-2: #33f078; /* Accent background */
    3434
    3535    /* Navigation colors. */
     
    561561    height: var(--gap);
    562562    border: none;
    563     border-top: 4px solid #d9d9d9;
     563    border-top: 4px solid var(--accent-2);
    564564}
    565565
     
    603603
    604604.about__header {
    605     --about-header-image-width: 780px;
    606     --about-header-image-height: 550px;
    607     --about-header-bg-width: var(--about-header-image-width);
    608     --about-header-bg-height: var(--about-header-image-height);
    609     --about-header-bg-offset-block: 0;
    610 
    611605    position: relative;
    612606    margin-bottom: var(--gap);
    613607    padding-top: 0;
    614608    color: var(--text-light);
    615     background: var(--background) url('../images/about-header-about.svg?ver=6.1') no-repeat;
    616     background-size: var(--about-header-bg-width) var(--about-header-bg-height);
    617     background-position: center top var(--about-header-bg-offset-block);
     609    background: var(--background) url('../images/about-header-about.svg?ver=6.2') no-repeat;
     610    background-size: cover;
     611    background-position: center calc(50% - 36px);
    618612}
    619613
    620614.credits-php .about__header {
    621     --about-header-image-width: 863px;
    622     --about-header-image-height: 550px;
    623 
    624     background-image: url('../images/about-header-credits.svg?ver=6.1');
     615    background-image: url('../images/about-header-credits.svg?ver=6.2');
    625616}
    626617
    627618.freedoms-php .about__header {
    628     --about-header-image-width: 782px;
    629     --about-header-image-height: 510px;
    630 
    631     background-image: url('../images/about-header-freedoms.svg?ver=6.1');
     619    background-image: url('../images/about-header-freedoms.svg?ver=6.2');
    632620}
    633621
    634622.privacy-php .about__header {
    635     --about-header-image-width: 1005px;
    636     --about-header-image-height: 500px;
    637     --about-header-bg-offset-block: calc(var(--gap) * -2);
    638 
    639     background-image: url('../images/about-header-privacy.svg?ver=6.1');
     623    background-image: url('../images/about-header-privacy.svg?ver=6.2');
    640624}
    641625
     
    657641    font-size: clamp(3rem, 20vw - 9rem, 6rem);
    658642    line-height: 1;
    659     font-weight: 400;
     643    font-weight: 600;
    660644}
    661645
     
    665649    /* Fluid font size scales on browser size 960px - 1200px. */
    666650    font-size: clamp(3rem, 10vw - 3rem, 4.5rem);
     651}
     652
     653.about__header-title h1 span {
     654    color: var(--accent-2);
    667655}
    668656
     
    726714
    727715@media screen and (max-width: 960px) {
    728     .about__header {
    729         --about-header-bg-width: calc(var(--about-header-image-width) * 0.85);
    730         --about-header-bg-height: calc(var(--about-header-image-height) * 0.85);
    731     }
    732 
    733     .privacy-php .about__header {
    734         --about-header-bg-offset-block: 0;
    735     }
    736 
    737716    .about__header-title h1 {
    738717        /* Fluid font size scales on browser size 600px - 960px. */
     
    772751        padding-left: calc(var(--gap) / 2);
    773752        padding-right: calc(var(--gap) / 2);
    774     }
    775 }
    776 
    777 @media screen and (max-width: 600px) {
    778     .about__header {
    779         --about-header-bg-width: calc(var(--about-header-image-width) * 0.75);
    780         --about-header-bg-height: calc(var(--about-header-image-height) * 0.75);
    781753    }
    782754}
  • trunk/src/wp-admin/images/about-header-about.svg

    r54662 r55449  
    1 <svg width="780" height="550" viewBox="0 0 780 550" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><g opacity=".5" fill="#273FCC" stroke="#627EFF" stroke-width="2" stroke-miterlimit="10"><circle cx="434.757" cy="71.524" r="66.1" /><circle cx="432.587" cy="43.138" r="66.1" /><circle cx="426.277" cy="16.14" r="66.1" /><circle cx="416.143" cy="-9.165" r="66.1" /><circle cx="402.53" cy="-32.447" r="66.1" /><circle cx="385.755" cy="-53.376" r="66.1" /><circle cx="116.864" cy="-53.072" r="66.1" /><circle cx="99.984" cy="-32.183" r="66.1" /><circle cx="86.278" cy="-8.953" r="66.1" /><circle cx="76.078" cy="16.3" r="66.1" /><circle cx="69.714" cy="43.23" r="66.1" /><circle cx="67.518" cy="71.524" r="66.1" /><circle cx="67.518" cy="71.524" r="66.1" /><circle cx="67.518" cy="99.05" r="66.1" /><circle cx="67.518" cy="126.577" r="66.1" /><circle cx="67.518" cy="154.09" r="66.1" /><circle cx="67.518" cy="181.617" r="66.1" /><circle cx="67.518" cy="209.143" r="66.1" /><circle cx="67.518" cy="236.67" r="66.1" /><circle cx="67.518" cy="264.196" r="66.1" /><circle cx="67.518" cy="291.722" r="66.1" /><circle cx="67.518" cy="319.236" r="66.1" /><circle cx="67.518" cy="346.762" r="66.1" /><circle cx="67.518" cy="374.289" r="66.1" /><circle cx="67.518" cy="374.831" r="66.1" /><circle cx="68.471" cy="393.565" r="66.1" /><circle cx="71.249" cy="411.757" r="66.1" /><circle cx="75.76" cy="429.315" r="66.1" /><circle cx="81.925" cy="446.146" r="66.1" /><circle cx="89.651" cy="462.17" r="66.1" /><circle cx="411.579" cy="464.073" r="66.1" /><circle cx="423.208" cy="438.98" r="66.1" /><circle cx="430.986" cy="412.008" r="66.1" /><circle cx="434.558" cy="383.517" r="66.1" /><circle cx="433.831" cy="354.43" r="66.1" /><circle cx="428.777" cy="326.428" r="66.1" /><circle cx="419.635" cy="300.078" r="66.1" /><circle cx="406.763" cy="275.725" r="66.1" /><circle cx="390.491" cy="253.698" r="66.1" /><circle cx="371.189" cy="234.369" r="66.1" /><circle cx="349.188" cy="218.054" r="66.1" /><circle cx="324.846" cy="205.124" r="66.1" /><circle cx="298.506" cy="195.896" r="66.1" /><circle cx="270.512" cy="190.739" r="66.1" /><circle cx="241.368" cy="189.986" r="66.1" /><circle cx="213.003" cy="193.754" r="66.1" /><circle cx="186.147" cy="201.739" r="66.1" /><circle cx="161.157" cy="213.559" r="66.1" /><circle cx="138.389" cy="228.882" r="66.1" /><circle cx="118.174" cy="247.352" r="66.1" /><circle cx="100.857" cy="268.599" r="66.1" /><circle cx="86.794" cy="292.264" r="66.1" /><circle cx="76.316" cy="318.019" r="66.1" /><circle cx="69.781" cy="345.466" r="66.1" /><circle cx="67.518" cy="374.289" r="66.1" /><circle cx="712.577" cy="449.729" r="66.1" /><circle cx="712.577" cy="428.072" r="66.1" /><circle cx="712.577" cy="406.403" r="66.1" /><circle cx="712.577" cy="384.733" r="66.1" /><circle cx="712.577" cy="363.077" r="66.1" /><circle cx="712.577" cy="341.408" r="66.1" /><circle cx="712.577" cy="319.738" r="66.1" /><circle cx="712.577" cy="298.069" r="66.1" /><circle cx="712.577" cy="276.412" r="66.1" /><circle cx="712.577" cy="254.743" r="66.1" /><circle cx="712.577" cy="233.073" r="66.1" /><circle cx="712.577" cy="211.417" r="66.1" /><circle cx="712.577" cy="189.748" r="66.1" /><circle cx="712.577" cy="168.078" r="66.1" /><circle cx="712.577" cy="146.422" r="66.1" /><circle cx="712.577" cy="124.753" r="66.1" /><circle cx="712.577" cy="103.083" r="66.1" /><circle cx="712.577" cy="81.413" r="66.1" /><circle cx="712.577" cy="59.757" r="66.1" /><circle cx="712.577" cy="38.088" r="66.1" /><circle cx="712.577" cy="16.418" r="66.1" /><circle cx="712.577" cy="-5.238" r="66.1" /><circle cx="712.577" cy="-26.907" r="66.1" /><circle cx="712.577" cy="-48.577" r="66.1" /><circle cx="662.966" cy="-44.161" r="66.1" /><circle cx="646.429" cy="-21.024" r="66.1" /><circle cx="629.893" cy="2.113" r="66.1" /><circle cx="613.356" cy="25.25" r="66.1" /><circle cx="596.819" cy="48.387" r="66.1" /><circle cx="580.282" cy="71.524" r="66.1" /><circle cx="580.282" cy="465.515" r="66.1" /></g></svg>
     1<svg width="936" height="400" viewBox="0 0 936 400" fill="none" xmlns="http://www.w3.org/2000/svg">
     2  <path fill="#1D35B4" d="M0 0h936v400H0z"/>
     3  <path d="M1333.98 1370.56H119.164V1481H1333.98v-110.44ZM1333.98 1186.5H119.164v110.44H1333.98V1186.5ZM1156.09 638.78c57.96-57.962 102.85-125.587 133.43-200.961 29.52-72.778 44.49-149.68 44.49-228.533 0-78.853-14.97-155.755-44.49-228.534-30.58-75.392-75.47-142.999-133.43-200.96-57.96-57.962-125.59-102.855-200.962-133.428-72.778-29.524-149.68-44.488-228.533-44.488-78.853 0-155.755 14.964-228.533 44.488-75.393 30.573-142.999 75.466-200.961 133.428-57.962 57.961-102.855 125.586-133.428 200.96-29.524 72.78-44.488 149.681-44.488 228.552 0 78.872 14.964 155.755 44.488 228.534 30.573 75.392 75.466 142.999 133.428 200.96a618.102 618.102 0 0 0 13.216 12.811l78.135-78.135a508.957 508.957 0 0 1-13.271-12.774c-93.873-93.872-145.558-218.667-145.558-351.414 0-132.747 51.685-257.542 145.558-351.414 93.872-93.873 218.667-145.558 351.414-145.558 132.747 0 257.542 51.685 351.415 145.558 93.87 93.872 145.56 218.667 145.56 351.414 0 132.747-51.69 257.542-145.56 351.414l-441.735 441.73H532.15l493.79-493.783c79.95-79.957 124-186.272 124-299.343 0-113.07-44.03-219.385-124-299.342-79.96-79.958-186.275-124.004-299.345-124.004-113.07 0-219.386 44.028-299.343 124.004-79.957 79.975-124.003 186.272-124.003 299.342 0 113.071 44.028 219.386 124.003 299.343 4.344 4.344 8.798 8.559 13.308 12.719l78.19-78.19c-4.583-4.087-9.074-8.283-13.418-12.627-121.997-121.998-121.997-320.51 0-442.526 121.998-121.997 320.51-121.997 442.526 0 59.102 59.103 91.642 137.68 91.642 221.263s-32.54 162.16-91.642 221.263L375.972 1002.43H271.847l623.958-623.934c93.302-93.302 93.302-245.1 0-338.401C850.617-5.093 790.52-29.997 726.613-29.997c-63.907 0-124.003 24.886-169.191 70.092-45.188 45.187-70.091 105.284-70.091 169.191s24.885 124.004 70.091 169.191a239.904 239.904 0 0 0 13.51 12.517l78.54-78.54a130.885 130.885 0 0 1-13.952-12.075c-24.333-24.333-37.733-56.692-37.733-91.112 0-34.419 13.4-66.778 37.733-91.111s56.692-37.733 91.112-37.733c34.42 0 66.778 13.4 91.111 37.733 50.231 50.231 50.231 131.974 0 182.223L119.222 998.901v113.949H1334.04v-110.43H792.49l363.64-363.64h-.04ZM-1277.19-91.013c-75.54 75.54-134.04 163.632-173.87 261.849-38.45 94.848-57.94 195.033-57.94 297.815 0 102.781 19.49 202.967 57.96 297.796 39.83 98.217 98.33 186.309 173.87 261.853 75.54 75.54 163.63 134.03 261.85 173.86 94.827 38.45 195.031 57.96 297.794 57.96 102.762 0 202.967-19.49 297.796-57.96 98.216-39.83 186.309-98.32 261.849-173.86 75.54-75.544 134.035-163.636 173.867-261.853 38.45-94.829 57.961-195.034 57.961-297.796 0-102.763-19.492-202.967-57.961-297.797-39.832-98.216-98.327-186.31-173.867-261.85-48.74-48.739-102.91-90.448-161.681-124.647l-81.228 81.227c60.52 31.788 115.85 72.54 164.829 121.52 128.624 128.623 199.47 299.655 199.47 481.565 0 181.91-70.846 352.942-199.47 481.566C-364.584 1078.86-535.616 1149.7-717.526 1149.7c-181.91 0-352.944-70.84-481.564-199.465-128.63-128.624-199.47-299.656-199.47-481.566 0-181.91 70.84-352.942 199.47-481.566L-593.007-619h-156.178L-1277.19-91.013Z" fill="#213FD4"/>
     4  <path d="M-1147.02 39.138c-57.96 57.962-102.86 125.587-133.43 200.961-29.52 72.778-44.49 149.68-44.49 228.533 0 78.853 14.97 155.755 44.49 228.533 30.57 75.393 75.47 142.999 133.43 200.961 57.96 57.962 125.58 102.854 200.958 133.424 72.779 29.53 149.681 44.49 228.534 44.49 78.853 0 155.754-14.96 228.533-44.49 75.393-30.57 142.999-75.462 200.961-133.424 57.962-57.962 102.855-125.587 133.428-200.961 29.523-72.778 44.488-149.68 44.488-228.533 0-78.853-14.965-155.755-44.488-228.533-30.573-75.393-75.466-143-133.428-200.961C-336.903-9.731-393.815-49.875-455.716-79.51l-83.97 83.97c64.735 24.83 124.169 63.355 173.572 112.776 93.873 93.873 145.558 218.668 145.558 351.414 0 132.747-51.685 257.542-145.558 351.415-93.872 93.872-218.667 145.557-351.414 145.557-132.747 0-257.542-51.703-351.412-145.557-93.87-93.873-145.56-218.668-145.56-351.415 0-132.746 51.69-257.541 145.56-351.414L-332.706-619h-156.178L-1147.02 39.138Z" fill="#213FD4"/>
     5  <path d="M-72.403-619h-156.178l-788.309 788.289c-79.96 79.958-124 186.273-124 299.343 0 113.07 44.03 219.386 124 299.343 79.958 79.957 186.273 124.004 299.343 124.004 113.071 0 219.404-44.047 299.343-124.004C-338.247 688.018-294.2 581.702-294.2 468.632c0-113.07-44.028-219.385-124.004-299.361-50.857-50.838-112.371-87.136-179.48-106.849l-94.333 94.333c73.957 5.926 142.686 37.567 195.733 90.614 59.103 59.103 91.646 137.68 91.646 221.263 0 83.584-32.543 162.16-91.646 221.263-59.102 59.103-137.679 91.645-221.263 91.645-83.583 0-162.16-32.542-221.262-91.645-59.103-59.103-91.641-137.679-91.641-221.263 0-83.583 32.538-162.16 91.641-221.263L-72.403-619Z" fill="#213FD4"/>
     6</svg>
  • trunk/src/wp-admin/images/about-header-credits.svg

    r54635 r55449  
    1 <svg width="863" height="550" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity=".5" clip-path="url(#clip0_1462_1686)" fill="#273FCC" stroke="#627EFF" stroke-width="2" stroke-miterlimit="10"><path d="M657.063-125.225c-30.085-19.747-70.482-11.366-90.229 18.719s-11.366 70.481 18.719 90.228C615.637 3.47 656.034-4.91 675.781-34.996s11.367-70.482-18.718-90.229z"/><path d="M676.828-109.389c-28.344-21.297-68.587-15.584-89.884 12.76-21.298 28.345-15.585 68.588 12.76 89.885 28.345 21.297 68.587 15.584 89.885-12.76 21.297-28.345 15.584-68.588-12.761-89.885z"/><path d="M695.788-92.49c-26.61-22.847-66.703-19.797-89.55 6.813-22.848 26.61-19.798 66.703 6.812 89.55 26.609 22.848 66.702 19.798 89.55-6.812s19.798-66.702-6.812-89.55z"/><path d="M624.72-73.595l-.009.01c-24.395 24.867-24.012 64.802.856 89.196l.009.01c24.868 24.394 64.802 24.01 89.197-.857l.009-.01c24.395-24.867 24.011-64.801-.856-89.196l-.01-.01c-24.867-24.394-64.802-24.01-89.196.857z"/><path d="M731.127-55.386c-23.132-25.945-62.917-28.225-88.862-5.092-25.945 23.132-28.225 62.916-5.092 88.861 23.132 25.945 62.916 28.225 88.861 5.093 25.945-23.133 28.225-62.917 5.093-88.862z"/><path d="M658.85-46.31l-.01.008c-27.491 21.393-32.435 61.023-11.041 88.515l.008.01c21.394 27.491 61.024 32.434 88.515 11.04l.011-.007c27.491-21.394 32.434-61.024 11.04-88.515l-.008-.01c-21.394-27.492-61.023-32.435-88.515-11.041z"/><path d="M762.616-14.067c-19.658-29.046-59.14-36.656-88.185-16.998-29.046 19.658-36.656 59.14-16.998 88.186 19.658 29.045 59.14 36.655 88.185 16.997 29.046-19.657 36.656-59.14 16.998-88.185z"/><path d="M776.748 8.226c-17.914-30.596-57.239-40.876-87.834-22.961-30.595 17.914-40.875 57.239-22.961 87.834 17.914 30.595 57.239 40.875 87.834 22.96 30.596-17.913 40.876-57.238 22.961-87.833z"/><path d="M789.707 31.304C773.527-.84 734.352-13.781 702.208 2.4c-32.144 16.18-45.085 55.355-28.904 87.5 16.181 32.143 55.356 45.084 87.499 28.903 32.144-16.181 45.085-55.355 28.904-87.5zM277.424 417.171c-30.085-19.747-70.481-11.366-90.228 18.719-19.747 30.084-11.367 70.481 18.718 90.228s70.481 11.367 90.228-18.718 11.367-70.482-18.718-90.229z"/><path d="M263.288 407.699c-28.344-21.298-68.587-15.585-89.884 12.76-21.298 28.345-15.585 68.587 12.76 89.885 28.345 21.297 68.587 15.584 89.885-12.761 21.297-28.344 15.584-68.587-12.761-89.884z"/><path d="M249.955 397.04c-26.61-22.848-66.703-19.798-89.55 6.812-22.848 26.609-19.798 66.702 6.812 89.55 26.609 22.848 66.702 19.798 89.55-6.812 22.847-26.61 19.798-66.703-6.812-89.55z"/><path d="M148.245 386.192l-.009.009c-24.395 24.867-24.012 64.802.856 89.197l.009.009c24.868 24.394 64.803 24.011 89.197-.856l.009-.01c24.395-24.867 24.011-64.802-.856-89.197l-.009-.009c-24.868-24.394-64.803-24.011-89.197.857z"/><path d="M225.844 372.537c-23.132-25.945-62.917-28.225-88.861-5.093-25.945 23.132-28.225 62.917-5.093 88.862 23.132 25.945 62.917 28.225 88.862 5.092 25.944-23.132 28.224-62.916 5.092-88.861z"/><path d="M126.7 347.625l-.01.008c-27.492 21.394-32.435 61.023-11.041 88.515l.008.01c21.394 27.492 61.023 32.435 88.515 11.041l.01-.008c27.492-21.394 32.435-61.023 11.041-88.515l-.008-.01c-21.394-27.492-61.024-32.435-88.515-11.041z"/><path d="M205.607 343.828c-19.658-29.046-59.141-36.656-88.186-16.998-29.046 19.658-36.656 59.14-16.998 88.186 19.658 29.046 59.14 36.656 88.186 16.998 29.045-19.658 36.656-59.14 16.998-88.186z"/><path d="M197.033 328.007c-17.915-30.595-57.239-40.875-87.835-22.961-30.595 17.915-40.875 57.239-22.96 87.835 17.914 30.595 57.238 40.875 87.834 22.961 30.595-17.915 40.875-57.239 22.961-87.835z"/><path d="M189.738 311.097c-16.181-32.144-55.356-45.085-87.499-28.904-32.144 16.181-45.085 55.355-28.904 87.499 16.18 32.144 55.355 45.085 87.499 28.904s45.085-55.356 28.904-87.499zM826.354 232.951c2.059-35.928-25.397-66.722-61.324-68.781-35.928-2.059-66.722 25.397-68.781 61.325-2.059 35.927 25.397 66.722 61.324 68.781 35.928 2.059 66.722-25.397 68.781-61.325z"/><path d="M766.532 186.522c-35.196-4.272-67.191 20.797-71.463 55.993-4.271 35.196 20.798 67.19 55.994 71.462 35.195 4.272 67.19-20.797 71.462-55.993 4.271-35.196-20.798-67.191-55.993-71.462z"/><path d="M766.674 208.705c-34.469-6.482-67.665 16.206-74.147 50.674-6.482 34.469 16.206 67.665 50.674 74.147 34.469 6.482 67.666-16.206 74.147-50.674 6.482-34.469-16.206-67.665-50.674-74.147z"/><path d="M688.641 276.1l-.004.013c-8.692 33.733 11.607 68.126 45.34 76.818l.013.004c33.733 8.692 68.126-11.607 76.818-45.34l.004-.013c8.692-33.733-11.607-68.126-45.34-76.819l-.013-.003c-33.733-8.692-68.126 11.607-76.818 45.34z"/><path d="M762.843 252.507c-33.006-10.903-68.6 7.015-79.503 40.02-10.902 33.006 7.015 68.6 40.021 79.503 33.005 10.903 68.6-7.015 79.502-40.02 10.903-33.006-7.015-68.6-40.02-79.503z"/><path d="M676.642 308.64l-.005.012c-13.112 32.273 2.422 69.065 34.696 82.176l.012.005c32.273 13.112 69.065-2.422 82.176-34.696l.005-.012c13.112-32.273-2.422-69.065-34.696-82.176l-.012-.005c-32.273-13.112-69.065 2.422-82.176 34.696z"/><path d="M753.439 295.05c-31.547-15.326-69.545-2.175-84.87 29.372-15.325 31.547-2.175 69.545 29.372 84.87 31.547 15.325 69.545 2.175 84.87-29.372 15.326-31.547 2.175-69.545-29.372-84.87z"/><path d="M746.666 315.824c-30.812-17.539-70.008-6.78-87.547 24.032s-6.78 70.008 24.032 87.548c30.812 17.539 70.008 6.779 87.547-24.033 17.54-30.812 6.78-70.008-24.032-87.547z"/><path d="M738.374 335.843c-30.085-19.747-70.482-11.367-90.229 18.718s-11.367 70.482 18.718 90.229 70.482 11.366 90.229-18.719c19.747-30.084 11.366-70.481-18.718-90.228zM166.79 175.376c2.059-35.928-25.397-66.722-61.325-68.781-35.928-2.059-66.722 25.397-68.781 61.324-2.06 35.928 25.397 66.722 61.325 68.781 35.927 2.059 66.722-25.397 68.781-61.324z"/><path d="M111.95 86.936c-35.196-4.272-67.191 20.797-71.463 55.993-4.271 35.196 20.798 67.19 55.994 71.462 35.195 4.272 67.19-20.797 71.462-55.993 4.271-35.196-20.798-67.19-55.993-71.462z"/><path d="M119.799 67.371c-34.468-6.481-67.665 16.206-74.147 50.675-6.481 34.468 16.206 67.665 50.675 74.147 34.468 6.481 67.665-16.206 74.147-50.675 6.482-34.468-16.206-67.665-50.675-74.147z"/><path d="M52.196 93.349l-.003.012C43.5 127.094 63.8 161.487 97.533 170.18l.012.003c33.733 8.692 68.126-11.607 76.819-45.34l.003-.013c8.693-33.733-11.607-68.126-45.34-76.818l-.013-.004c-33.733-8.692-68.126 11.607-76.818 45.34z"/><path d="M139.616 28.862c-33.005-10.902-68.6 7.015-79.502 40.02-10.903 33.006 7.015 68.601 40.02 79.504 33.006 10.902 68.6-7.016 79.503-40.021 10.903-33.005-7.015-68.6-40.021-79.503z"/><path d="M69.427 44.729l-.005.012c-13.112 32.274 2.422 69.065 34.696 82.177l.012.005c32.273 13.111 69.065-2.423 82.176-34.696l.005-.012c13.112-32.274-2.422-69.066-34.696-82.177l-.012-.005C119.33-3.078 82.538 12.456 69.427 44.73z"/><path d="M165.015-8.394C133.467-23.72 95.47-10.57 80.145 20.978c-15.326 31.547-2.175 69.545 29.372 84.87 31.547 15.326 69.545 2.175 84.87-29.372 15.325-31.547 2.175-69.545-29.372-84.87z"/><path d="M179.832-26.328c-30.812-17.539-70.009-6.78-87.548 24.032s-6.78 70.009 24.033 87.548c30.812 17.539 70.008 6.78 87.547-24.033 17.539-30.812 6.779-70.008-24.032-87.547z"/><path d="M196.078-43.852c-30.085-19.747-70.482-11.366-90.229 18.719s-11.366 70.481 18.718 90.228c30.085 19.747 70.482 11.367 90.229-18.718s11.366-70.482-18.718-90.229z"/></g><defs><clipPath id="clip0_1462_1686"><path fill="#fff" transform="rotate(5 2670.568 688.345)" d="M0 0h795v794.948H0z"/></clipPath></defs></svg>
     1<svg width="936" height="400" viewBox="0 0 936 400" fill="none" xmlns="http://www.w3.org/2000/svg">
     2  <path fill="#1D35B4" d="M0 0h936v400H0z"/>
     3  <path d="M401.54 62.66c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30ZM439.64 156.1c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.569 0-30 13.432-30 30 0 16.569 13.431 30 30 30ZM446.99 256.73c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30ZM422.89 354.71c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.569 0-30 13.432-30 30 0 16.569 13.431 30 30 30ZM369.69 440.44c16.568 0 30-13.432 30-30 0-16.569-13.432-30-30-30-16.569 0-30 13.431-30 30 0 16.568 13.431 30 30 30ZM107.99 448.77c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30ZM14.66 419.42c16.569 0 30-13.432 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.568 13.431 30 30 30ZM46.44 24.54c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.568 0-30 13.431-30 30 0 16.569 13.431 30 30 30ZM143.27 10.49c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30ZM236.6 39.85c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.568 0-30 13.431-30 30 0 16.569 13.432 30 30 30ZM307.96 106.79c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.568 0-30 13.431-30 30 0 16.569 13.432 30 30 30ZM343.2 198.06c16.569 0 30-13.432 30-30 0-16.569-13.431-30-30-30-16.568 0-30 13.431-30 30 0 16.568 13.432 30 30 30ZM335.35 295.59c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.568 0-30 13.431-30 30 0 16.569 13.432 30 30 30ZM285.97 380.05c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.569 0-30 13.432-30 30 0 16.569 13.431 30 30 30ZM204.82 434.72c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.568 0-30 13.431-30 30 0 16.569 13.432 30 30 30ZM8.81 224.56c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30 0 16.569 13.432 30 30 30ZM46.61 143.44c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.568 0-30 13.431-30 30 0 16.569 13.432 30 30 30ZM130.71 112.81c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.568 0-30 13.431-30 30 0 16.569 13.432 30 30 30ZM211.83 150.61c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30 0 16.569 13.432 30 30 30ZM242.45 234.71c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30 0 16.569 13.432 30 30 30ZM204.65 315.83c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30 0 16.569 13.432 30 30 30ZM120.56 346.45c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30 0 16.569 13.432 30 30 30ZM39.44 308.65c16.569 0 30-13.431 30-30 0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30 0 16.569 13.432 30 30 30Z" fill="#213FD4"/>
     4  <path d="M126 230c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30Z" fill="#33F078"/>
     5</svg>
  • trunk/src/wp-admin/images/about-header-freedoms.svg

    r54635 r55449  
    1 <svg width="782" height="510" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity=".5" fill="#273FCC" stroke="#627EFF" stroke-width="2" stroke-miterlimit="10"><path d="M131 436.052c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 64.999 65 64.999 35.898 0 65-29.101 65-64.999z"/><path d="M131 404.609c0-35.898-29.102-64.999-65-64.999-35.899 0-65 29.101-65 64.999 0 35.899 29.101 65 65 65 35.898 0 65-29.101 65-65z"/><path d="M131 373.155c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131 341.713c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131 310.271c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 64.999 65 64.999 35.898 0 65-29.101 65-64.999z"/><path d="M131 278.815c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131 247.373c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131 215.931c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131 184.475c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.899 29.101 65 65 65 35.898 0 65-29.101 65-65z"/><path d="M131 153.033c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131 121.59c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131 90.122c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131 58.68c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131 27.225c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.899 29.101 65 65 65 35.898 0 65-29.101 65-65z"/><path d="M131-4.217c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M131-35.66c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65zM347.667 436.052c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 64.999 65 64.999 35.898 0 65-29.101 65-64.999z"/><path d="M347.667 404.609c0-35.898-29.102-64.999-65-64.999-35.899 0-65 29.101-65 64.999 0 35.899 29.101 65 65 65 35.898 0 65-29.101 65-65z"/><path d="M347.667 373.155c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667 341.713c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667 310.271c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 64.999 65 64.999 35.898 0 65-29.101 65-64.999z"/><path d="M347.667 278.815c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667 247.373c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667 215.931c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667 184.475c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.899 29.101 65 65 65 35.898 0 65-29.101 65-65z"/><path d="M347.667 153.033c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667 121.59c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667 90.122c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667 58.68c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667 27.225c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.899 29.101 65 65 65 35.898 0 65-29.101 65-65z"/><path d="M347.667-4.217c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M347.667-35.66c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65zM564.333 436.052c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 64.999 65 64.999 35.899 0 65-29.101 65-64.999z"/><path d="M564.333 404.609c0-35.898-29.101-64.999-65-64.999-35.898 0-65 29.101-65 64.999 0 35.899 29.102 65 65 65 35.899 0 65-29.101 65-65z"/><path d="M564.333 373.155c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333 341.713c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333 310.271c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 64.999 65 64.999 35.899 0 65-29.101 65-64.999z"/><path d="M564.333 278.815c0-35.898-29.101-65-65-65-35.898 0-65 29.102-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333 247.373c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333 215.931c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333 184.475c0-35.898-29.101-65-65-65-35.898 0-65 29.102-65 65 0 35.899 29.102 65 65 65 35.899 0 65-29.101 65-65z"/><path d="M564.333 153.033c0-35.898-29.101-65-65-65-35.898 0-65 29.102-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333 121.59c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333 90.122c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333 58.68c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333 27.225c0-35.898-29.101-65-65-65-35.898 0-65 29.102-65 65 0 35.899 29.102 65 65 65 35.899 0 65-29.101 65-65z"/><path d="M564.333-4.217c0-35.898-29.101-65-65-65-35.898 0-65 29.102-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65z"/><path d="M564.333-35.66c0-35.899-29.101-65-65-65-35.898 0-65 29.101-65 65 0 35.898 29.102 65 65 65 35.899 0 65-29.102 65-65zM781 436.052c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 64.999 65 64.999 35.898 0 65-29.101 65-64.999z"/><path d="M781 404.609c0-35.898-29.102-64.999-65-64.999-35.899 0-65 29.101-65 64.999 0 35.899 29.101 65 65 65 35.898 0 65-29.101 65-65z"/><path d="M781 373.155c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781 341.713c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781 310.271c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 64.999 65 64.999 35.898 0 65-29.101 65-64.999z"/><path d="M781 278.815c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781 247.373c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781 215.931c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781 184.475c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.899 29.101 65 65 65 35.898 0 65-29.101 65-65z"/><path d="M781 153.033c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781 121.59c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781 90.122c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781 58.68c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781 27.225c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.899 29.101 65 65 65 35.898 0 65-29.101 65-65z"/><path d="M781-4.217c0-35.898-29.102-65-65-65-35.899 0-65 29.102-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/><path d="M781-35.66c0-35.899-29.102-65-65-65-35.899 0-65 29.101-65 65 0 35.898 29.101 65 65 65 35.898 0 65-29.102 65-65z"/></g></svg>
     1<svg width="936" height="400" viewBox="0 0 936 400" fill="none" xmlns="http://www.w3.org/2000/svg">
     2  <path fill="#1D35B4" d="M0 0h936v400H0z"/>
     3  <path d="M31-26c0 220.91 179.09 400 400 400h1000" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
     4  <path d="M131-26c0 165.69 134.31 300 300 300h1000" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
     5  <path d="M231-26c0 110.46 89.54 200 200 200h1000" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
     6  <path d="M336-26c0 55.23 44.567 100 99.545 100H1431" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
     7  <path d="M132 27c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30ZM474 104c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30ZM949 204c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30ZM775 404c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30Z" fill="#33F078"/>
     8</svg>
  • trunk/src/wp-admin/images/about-header-privacy.svg

    r54635 r55449  
    1 <svg width="1005" height="500" viewBox="0 -50 1005 550" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity=".5" clip-path="url(#clip0_1462_333)" fill="#273FCC" stroke="#627EFF" stroke-width="2" stroke-miterlimit="10"><path d="M580.347 367.235c-33.922-11.205-70.505 7.21-81.711 41.132-11.205 33.922 7.21 70.505 41.132 81.71 33.922 11.206 70.505-7.21 81.71-41.132 11.206-33.921-7.209-70.504-41.131-81.71z"/><path d="M568.518 341.834c-33.922-11.206-70.505 7.209-81.711 41.131-11.205 33.922 7.21 70.505 41.132 81.711 33.922 11.205 70.505-7.21 81.71-41.132 11.206-33.922-7.21-70.505-41.131-81.71z"/><path d="M556.665 316.433c-33.922-11.205-70.505 7.21-81.71 41.132-11.206 33.922 7.209 70.505 41.131 81.71 33.922 11.206 70.505-7.21 81.711-41.131 11.205-33.922-7.21-70.505-41.132-81.711z"/><path d="M544.806 291.021c-33.921-11.205-70.504 7.21-81.71 41.132-11.205 33.922 7.21 70.505 41.132 81.71 33.922 11.206 70.505-7.209 81.71-41.131 11.206-33.922-7.21-70.505-41.132-81.711z"/><path d="M532.966 265.625c-33.922-11.205-70.505 7.21-81.71 41.132-11.206 33.922 7.209 70.505 41.131 81.71 33.922 11.206 70.505-7.21 81.711-41.132 11.205-33.921-7.21-70.504-41.132-81.71z"/><path d="M521.125 240.22c-33.922-11.206-70.505 7.209-81.711 41.131-11.205 33.922 7.21 70.505 41.132 81.71 33.922 11.206 70.505-7.209 81.71-41.131 11.206-33.922-7.21-70.505-41.131-81.71z"/><path d="M509.272 214.819c-33.922-11.205-70.505 7.21-81.711 41.132-11.205 33.922 7.21 70.505 41.132 81.71 33.922 11.206 70.505-7.21 81.71-41.131 11.206-33.922-7.209-70.505-41.131-81.711zM709.467 173.444c-15.098-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.584-31.287 85.962 15.097 32.378 53.584 46.385 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M731.428 163.203c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.585 46.386 85.962 31.288 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M753.401 152.957c-15.098-32.378-53.585-46.385-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.378-15.098 46.385-53.584 31.288-85.962z"/><path d="M775.715 142.894c-15.097-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M799.654 139.896c-15.097-32.378-53.584-46.385-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M822.252 146.602c-15.098-32.377-53.584-46.385-85.962-31.287-32.377 15.097-46.385 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.963 31.287 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M840.516 161.924c-15.098-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M852.266 183.509c-15.098-32.377-53.584-46.385-85.962-31.287-32.378 15.097-46.386 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M862.507 205.47c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.585 46.386 85.962 31.288 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M872.747 227.431c-15.098-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M882.993 249.403c-15.098-32.377-53.584-46.385-85.962-31.287-32.378 15.098-46.385 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.097 46.386-53.584 31.288-85.962z"/><path d="M893.234 271.364c-15.098-32.377-53.585-46.385-85.962-31.287-32.378 15.098-46.386 53.584-31.288 85.962 15.098 32.377 53.584 46.385 85.962 31.287 32.378-15.098 46.385-53.584 31.288-85.962z"/><path d="M903.48 293.337c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.378-15.098 46.386-53.585 31.288-85.962z"/><path d="M913.72 315.298c-15.098-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.097 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M923.966 337.27c-15.098-32.377-53.584-46.385-85.962-31.287-32.377 15.098-46.385 53.584-31.287 85.962 15.098 32.377 53.584 46.385 85.962 31.287 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M934.207 359.231c-15.098-32.377-53.585-46.385-85.962-31.287-32.378 15.097-46.386 53.584-31.288 85.962 15.098 32.377 53.584 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M944.447 381.192c-15.098-32.378-53.584-46.385-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.097 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M954.139 403.751c-15.098-32.377-53.585-46.385-85.962-31.287-32.378 15.098-46.386 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M955.736 427.687c-15.097-32.378-53.584-46.385-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M947.775 449.857c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.584-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.378-15.098 46.386-53.585 31.288-85.962zM302.013 442.238c-15.098-32.378-53.584-46.386-85.962-31.288-32.378 15.098-46.385 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.288 32.378-15.098 46.386-53.585 31.288-85.962z"/><path d="M292.638 419.531c-15.098-32.378-53.584-46.386-85.962-31.288-32.378 15.098-46.385 53.584-31.288 85.962 15.098 32.378 53.585 46.385 85.962 31.288 32.378-15.098 46.386-53.585 31.288-85.962z"/><path d="M291.856 395.629c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.585 46.386 85.962 31.288 32.378-15.098 46.386-53.585 31.288-85.962z"/><path d="M300.528 373.727c-15.098-32.377-53.584-46.385-85.962-31.287-32.378 15.098-46.386 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M317.59 356.778c-15.097-32.378-53.584-46.385-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M339.58 345.925c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.585 46.386 85.962 31.288 32.378-15.098 46.386-53.585 31.288-85.962z"/><path d="M361.552 335.679c-15.098-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M383.513 325.438c-15.098-32.377-53.584-46.385-85.962-31.287-32.378 15.098-46.385 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962zM709.303 173.52c-15.098-32.377-53.585-46.385-85.962-31.287-32.378 15.097-46.386 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M696.312 145.662c-15.098-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.584-31.287 85.962 15.098 32.378 53.584 46.385 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M683.316 117.791c-15.098-32.377-53.584-46.385-85.962-31.287-32.377 15.098-46.385 53.584-31.287 85.962 15.098 32.377 53.584 46.385 85.962 31.287 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M670.326 89.933c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.378-15.098 46.385-53.585 31.288-85.962z"/><path d="M657.138 61.866C642.04 29.49 603.554 15.481 571.176 30.58c-32.378 15.098-46.385 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M640.504 34.98C625.406 2.6 586.919-11.407 554.542 3.69c-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.378-15.098 46.385-53.584 31.288-85.962z"/><path d="M619.971 12.008c-15.098-32.378-53.584-46.386-85.962-31.288-32.378 15.098-46.385 53.585-31.288 85.962 15.098 32.378 53.585 46.386 85.962 31.288 32.378-15.098 46.386-53.585 31.288-85.962z"/><path d="M596.188-6.822c-15.098-32.377-53.584-46.385-85.962-31.287-32.377 15.098-46.385 53.584-31.287 85.962 15.098 32.377 53.584 46.385 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.963z"/><path d="M569.809-21.27c-15.098-32.379-53.585-46.386-85.962-31.289-32.378 15.098-46.386 53.585-31.288 85.963 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M541.451-31.115c-15.098-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M511.752-36.123C496.654-68.5 458.168-82.508 425.79-67.41c-32.377 15.097-46.385 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M481.353-36.05c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.584-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.378-15.098 46.386-53.585 31.288-85.962z"/><path d="M450.895-30.684C435.797-63.06 397.311-77.07 364.933-61.97c-32.377 15.097-46.385 53.584-31.287 85.962 15.098 32.377 53.584 46.385 85.962 31.287 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M421.022-19.78c-15.098-32.377-53.585-46.385-85.962-31.287-32.378 15.098-46.386 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M393.528-3.833c-15.098-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M369.902 16.12c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.584 31.288-85.962z"/><path d="M350.385 39.41C335.288 7.031 296.801-6.977 264.423 8.121c-32.377 15.098-46.385 53.584-31.287 85.962 15.098 32.377 53.584 46.385 85.962 31.287 32.377-15.098 46.385-53.584 31.287-85.962z"/><path d="M335.205 65.416c-15.098-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M324.605 93.498C309.507 61.12 271.02 47.112 238.643 62.21c-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M318.803 123.025c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.585 46.386 85.962 31.288 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M318.027 153.349c-15.098-32.377-53.585-46.385-85.962-31.287-32.378 15.097-46.386 53.584-31.288 85.962 15.098 32.377 53.584 46.385 85.962 31.287 32.377-15.098 46.385-53.584 31.288-85.962z"/><path d="M322.518 183.829c-15.097-32.378-53.584-46.386-85.962-31.288-32.377 15.098-46.385 53.585-31.287 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.585 31.287-85.962z"/><path d="M332.51 213.857c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.378-15.098 46.386-53.585 31.288-85.962z"/><path d="M344.841 241.709c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.585-31.288 85.962 15.098 32.378 53.585 46.386 85.962 31.288 32.378-15.098 46.386-53.584 31.288-85.962z"/><path d="M357.831 269.567c-15.097-32.377-53.584-46.385-85.962-31.287-32.377 15.098-46.385 53.584-31.287 85.962 15.098 32.377 53.584 46.385 85.962 31.287 32.377-15.097 46.385-53.584 31.287-85.962z"/><path d="M370.828 297.438c-15.098-32.378-53.585-46.386-85.962-31.288-32.378 15.098-46.386 53.584-31.288 85.962 15.098 32.378 53.584 46.386 85.962 31.288 32.377-15.098 46.385-53.585 31.288-85.962z"/><path d="M383.818 325.296c-15.098-32.377-53.584-46.385-85.962-31.287-32.378 15.097-46.386 53.584-31.288 85.962 15.098 32.377 53.585 46.385 85.962 31.287 32.378-15.098 46.386-53.584 31.288-85.962z"/></g><defs><clipPath id="clip0_1462_333"><path fill="#fff" transform="rotate(-25 233.984 51.873)" d="M0 0h740v789.924H0z"/></clipPath></defs></svg>
     1<svg width="936" height="400" viewBox="0 0 936 400" fill="none" xmlns="http://www.w3.org/2000/svg">
     2  <path fill="#1D35B4" d="M0 0h936v400H0z"/>
     3  <path fill="#213FD4" d="M1097 0H799v400h298z"/>
     4  <path d="M799 500c-165.69 0-300-134.31-300-300s134.31-300 300-300" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
     5  <path d="M799 400c-110.46 0-200-89.54-200-200S688.54 0 799 0" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
     6  <path d="M799 300c-55.23 0-100-44.77-100-100s44.77-100 100-100" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
     7  <path d="M799 0c110.46 0 200 89.54 200 200s-89.54 200-200 200" stroke="#1D35B4" stroke-width="60" stroke-miterlimit="10"/>
     8  <path d="M799 100c55.23 0 100 44.77 100 100s-44.77 100-100 100" stroke="#1D35B4" stroke-width="60" stroke-miterlimit="10"/>
     9  <path d="M778-80c154.64 0 280 125.36 280 280S932.64 480 778 480" stroke="#1D35B4" stroke-width="50" stroke-miterlimit="10"/>
     10  <path d="M799 230c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30Z" fill="#33F078"/>
     11</svg>
Note: See TracChangeset for help on using the changeset viewer.