Make WordPress Core

Changeset 60087


Ignore:
Timestamp:
03/25/2025 03:14:48 PM (7 weeks ago)
Author:
ryelle
Message:

Help/About: Update the About page for 6.8.

Introducing the new content for the 6.8 About page. This release introduces a new header image, but otherwise only minor tweaks to the layout and colors.

See #63025.
Props michelleames, marybaum, jeffpaul, flixos90, krupajnanda, vgnavada, karmatosed, benjamin_zekavica, ryelle, peterwilsoncc, benniledl, audrasjb.

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

Legend:

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

    r59374 r60087  
    1414$title = _x( 'About', 'page title' );
    1515
    16 list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
     16list( $display_version ) = explode( '-', wp_get_wp_version() );
     17$display_major_version   = '6.8';
    1718
    1819$release_notes_url = sprintf(
    1920    /* translators: %s: WordPress version number. */
    2021    __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ),
    21     '6-7'
     22    '6-8'
    2223);
    2324
     
    2526    /* translators: %s: WordPress version number. */
    2627    __( 'https://make.wordpress.org/core/wordpress-%s-field-guide/' ),
    27     '6-7'
     28    '6-8'
    2829);
    2930
     
    5455        </nav>
    5556
    56         <div class="about__section">
    57             <div class="column">
    58                 <h2>
    59                     <?php
    60                     printf(
    61                         /* translators: %s: Version number. */
    62                         __( 'Welcome to WordPress %s' ),
    63                         $display_version
    64                     );
    65                     ?>
    66                 </h2>
    67                 <p class="is-subheading">
    68                     <?php _e( 'WordPress 6.7 debuts the modern Twenty Twenty-Five theme, offering ultimate design flexibility for any blog at any scale. Control your site typography like never before with new font management features. The new Zoom Out feature lets you design your site with a macro view, stepping back from the details to bring the big picture to life.' ); ?>
    69                 </p>
    70             </div>
    71         </div>
    72 
    73         <div class="about__section has-2-columns">
    74             <div class="column is-vertically-aligned-center">
    75                 <h3><?php _e( 'Introducing Twenty Twenty-Five' ); ?></h3>
    76                 <p>
    77                     <strong><?php _e( 'Endless possibility without complexity' ); ?></strong><br />
    78                     <?php _e( 'Twenty Twenty-Five offers a flexible, design-focused theme that lets you build stunning sites with ease. Tailor your aesthetic with an array of style options, block patterns, and color palettes. Pared down to the essentials, this is a theme that can truly grow with you.' ); ?>
    79                 </p>
    80             </div>
    81             <div class="column is-vertically-aligned-center">
    82                 <div class="about__image">
    83                     <img src="https://s.w.org/images/core/6.7/feature-tt5-2.webp" alt="" height="436" width="436" />
    84                 </div>
    85             </div>
    86         </div>
    87 
    88         <div class="about__section has-2-columns">
    89             <div class="column is-vertically-aligned-center">
    90                 <div class="about__image">
    91                     <img src="https://s.w.org/images/core/6.7/feature-zoom-2.webp" alt="" height="436" width="436" />
    92                 </div>
    93             </div>
    94             <div class="column is-vertically-aligned-center">
    95                 <h3><?php _e( 'Get the big picture with Zoom Out' ); ?></h3>
    96                 <p>
    97                     <strong><?php _e( 'Explore your content from a new perspective' ); ?></strong><br />
    98                     <?php _e( 'Edit and arrange entire sections of your content like never before. A broader view of your site lets you add, edit, shuffle, or remove patterns to your liking. Embrace your inner architect.' ); ?>
    99                 </p>
    100             </div>
    101         </div>
    102 
    103         <div class="about__section has-2-columns">
    104             <div class="column is-vertically-aligned-center">
    105                 <h3><?php _e( 'Connect blocks and custom fields with no hassle (or code)' ); ?></h3>
    106                 <p>
    107                     <strong><?php _e( 'A streamlined way to create dynamic content' ); ?></strong><br />
    108                     <?php _e( 'This feature introduces a new UI for connecting blocks to custom fields, putting control of dynamic content directly in the editor. Link blocks with fields in just a few clicks, enhancing flexibility and efficiency when building. Your clients will love you—as if they didn&#8217;t already.' ); ?>
    109                 </p>
    110             </div>
    111             <div class="column is-vertically-aligned-center">
    112                 <div class="about__image">
    113                     <img src="https://s.w.org/images/core/6.7/feature-block-bindings-2.webp" alt="" height="436" width="436" />
    114                 </div>
    115             </div>
    116         </div>
    117 
    118         <div class="about__section has-2-columns">
    119             <div class="column is-vertically-aligned-center">
    120                 <div class="about__image">
    121                     <img src="https://s.w.org/images/core/6.7/feature-font-presets-2.png" alt="" height="436" width="436" />
    122                 </div>
    123             </div>
    124             <div class="column is-vertically-aligned-center">
    125                 <h3><?php _e( 'Embrace your inner font nerd' ); ?></h3>
    126                 <p>
    127                     <strong><?php _e( 'New style section, new possibilities' ); ?></strong><br />
    128                     <?php _e( 'Create, edit, remove, and apply font size presets with the next addition to the Styles interface. Override theme defaults or create your own custom font size, complete with fluid typography for responsive font scaling. Get into the details!' ); ?>
    129                 </p>
     57        <div class="about__section has-1-column">
     58            <div class="column">
     59                <h2><?php _e( 'A release polished to a high sheen.' ); ?></h2>
     60                <p class="is-subheading"><?php _e( 'WordPress 6.8 polishes and refines the tools you use every day, making your site faster, more secure, and easier to manage.' ); ?></p>
     61                <p><?php _e( 'The Style Book now has a structured layout and works with Classic themes, giving you more control over global styles.' ); ?></p>
     62                <p><?php _e( 'Speculative loading speeds up navigation by preloading links before users navigate to them, while bcrypt hashing strengthens password security automatically.' ); ?></p>
     63                <p><?php _e( 'Behind the scenes, database optimizations improve performance, and a new security warning system helps prevent vulnerabilities before they become a problem.' ); ?></p>
     64            </div>
     65        </div>
     66
     67        <div class="about__section has-2-columns">
     68            <div class="column is-vertically-aligned-center">
     69                <h3><?php _e( 'The Style Book gets a cleaner look—and a few new tricks' ); ?></h3>
     70                <p>
     71                    <?php _e( 'The Style Book has a new, structured layout and clearer labels, to make it even easier to edit colors, typography—almost all your site styles—in one place.' ); ?>
     72                </p>
     73                <?php if ( ! wp_is_block_theme() ) : ?>
     74                    <p>
     75                        <?php
     76                        if ( current_user_can( 'edit_theme_options' ) && ( current_theme_supports( 'editor-styles' ) || wp_theme_has_theme_json() ) ) {
     77                            printf(
     78                                /* translators: %s is a direct link to the Style Book. */
     79                                __( 'Plus, now you can see it in Classic themes that have editor-styles or a theme.json file. Find <a href="%s">the Style Book</a> under Appearance > Design and use it to preview your theme&#8217;s evolution, as you edit CSS or make changes in the Customizer.' ),
     80                                add_query_arg( 'p', '/stylebook', admin_url( '/site-editor.php' ) )
     81                            );
     82                        } else {
     83                            _e( 'Plus, now you can see it in Classic themes that have editor-styles or a theme.json file. Find the Style Book under Appearance > Design and use it to preview your theme&#8217;s evolution, as you edit CSS or make changes in the Customizer.' );
     84                        }
     85                        ?>
     86                    </p>
     87                <?php endif; ?>
     88            </div>
     89            <div class="column is-vertically-aligned-center">
     90                <div class="about__image">
     91                    <img src="https://make.wordpress.org/core/files/2025/03/about-68-feature-01.png" alt="" height="436" width="436" />
     92                </div>
     93            </div>
     94        </div>
     95
     96        <div class="about__section has-2-columns">
     97            <div class="column is-vertically-aligned-center">
     98                <div class="about__image">
     99                    <img src="https://make.wordpress.org/core/files/2025/03/about-68-feature-02.png" alt="" height="436" width="436" />
     100                </div>
     101            </div>
     102            <div class="column is-vertically-aligned-center">
     103                <h3><?php _e( 'Editor improvements' ); ?></h3>
     104                <p><?php _e( 'Easier ways to see your options in Data Views, and you can exclude sticky posts from the Query Loop. Plus, you&#8217;ll find lots of little improvements in the editor that smooth your way through everything you build.' ); ?></p>
     105            </div>
     106        </div>
     107
     108        <div class="about__section has-2-columns">
     109            <div class="column is-vertically-aligned-center">
     110                <h3><?php _e( 'Near-instant page loads, thanks to Speculative Loading' ); ?></h3>
     111                <p><?php _e( 'In WordPress 6.8, pages load faster than ever. When you or your user hovers over or clicks a link, WordPress may preload the next page, for a smoother, near-instant experience. The system balances speed and efficiency, and you can control how it works, with a plugin or your own code. This feature only works in modern browsers—older ones will simply ignore it without any impact.' ); ?></p>
     112            </div>
     113            <div class="column is-vertically-aligned-center">
     114                <div class="about__image">
     115                    <img src="https://make.wordpress.org/core/files/2025/03/about-68-feature-03.png" alt="" height="436" width="436" />
     116                </div>
     117            </div>
     118        </div>
     119
     120        <div class="about__section has-2-columns">
     121            <div class="column is-vertically-aligned-center">
     122                <div class="about__image">
     123                    <img src="https://make.wordpress.org/core/files/2025/03/about-68-feature-04.png" alt="" height="436" width="436" />
     124                </div>
     125            </div>
     126            <div class="column is-vertically-aligned-center">
     127                <h3><?php _e( 'Stronger password security with bcrypt' ); ?></h3>
     128                <p><?php _e( 'Now passwords are harder to crack with bcrypt hashing, which takes a lot more computing power to break. This strengthens overall security, as do other encryption improvements across WordPress. You don&#8217;t need to do anything—everything updates automatically.' ); ?></p>
    130129            </div>
    131130        </div>
     
    134133
    135134        <div class="about__section has-2-columns">
     135            <div class="column">
     136                <div class="about__image">
     137                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     138                        <path fill="#1e1e1e" d="M24 13.84c-.752 0-1.397-.287-1.936-.86a2.902 2.902 0 0 1-.809-2.06c0-.8.27-1.487.809-2.06S23.248 8 24 8c.753 0 1.398.287 1.937.86.54.573.809 1.26.809 2.06s-.27 1.487-.809 2.06-1.184.86-1.937.86ZM19.976 40V18.68a69.562 69.562 0 0 1-4.945-.56 45.877 45.877 0 0 1-4.57-.92l.565-2.4a46.79 46.79 0 0 0 6.356 1.14c2.106.227 4.312.34 6.618.34 2.307 0 4.513-.113 6.62-.34a46.786 46.786 0 0 0 6.355-1.14l.564 2.4c-1.454.373-2.977.68-4.57.92a69.55 69.55 0 0 1-4.945.56V40h-2.256V29.6h-3.535V40h-2.257Z"/>
     139                    </svg>
     140                </div>
     141                <h3><?php _e( 'Accessibility improvements' ); ?></h3>
     142                <p><?php _e( '100+ accessibility fixes and enhancements touch a broad spectrum of the WordPress experience. This release includes fixes to every bundled theme, improvements to the navigation menu management, the customizer, and simplified labeling. The Block Editor has over 70 improvements to blocks, DataViews, and to its overall user experience.' ); ?></p>
     143            </div>
     144            <div class="column">
     145                <div class="about__image">
     146                    <svg width="48" height="48" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     147                        <path fill="#1e1e1e" d="M18.1823 11.6392C18.1823 13.0804 17.0139 14.2487 15.5727 14.2487C14.3579 14.2487 13.335 13.4179 13.0453 12.2922L13.0377 12.2625L13.0278 12.2335L12.3985 10.377L12.3942 10.3785C11.8571 8.64997 10.246 7.39405 8.33961 7.39405C5.99509 7.39405 4.09448 9.29465 4.09448 11.6392C4.09448 13.9837 5.99509 15.8843 8.33961 15.8843C8.88499 15.8843 9.40822 15.781 9.88943 15.5923L9.29212 14.0697C8.99812 14.185 8.67729 14.2487 8.33961 14.2487C6.89838 14.2487 5.73003 13.0804 5.73003 11.6392C5.73003 10.1979 6.89838 9.02959 8.33961 9.02959C9.55444 9.02959 10.5773 9.86046 10.867 10.9862L10.8772 10.9836L11.4695 12.7311C11.9515 14.546 13.6048 15.8843 15.5727 15.8843C17.9172 15.8843 19.8178 13.9837 19.8178 11.6392C19.8178 9.29465 17.9172 7.39404 15.5727 7.39404C15.0287 7.39404 14.5066 7.4968 14.0264 7.6847L14.6223 9.20781C14.9158 9.093 15.2358 9.02959 15.5727 9.02959C17.0139 9.02959 18.1823 10.1979 18.1823 11.6392Z"></path>
     148                    </svg>
     149                </div>
     150                <h3><?php _e( 'Take a load off the database' ); ?></h3>
     151                <p><?php _e( 'Work continues on optimizing cache key generation in the <code>WP_Query</code> class. The goal is, as ever, to boost your site&#8217;s performance, in this case by taking some more of the load off your database. This is especially good if you get a lot of traffic.' ); ?></p>
     152            </div>
     153        </div>
     154
     155        <div class="about__section has-1-column">
    136156            <div class="column">
    137157                <div class="about__image">
     
    142162                </div>
    143163                <h3><?php _e( 'Performance updates' ); ?></h3>
    144                 <p><?php _e( 'WordPress 6.7 delivers important performance updates, including faster pattern loading, optimized previews in the data views component, improved PHP 8+ support and removal of deprecated code, auto sizes for lazy-loaded images, and more efficient tag processing in the HTML API.' ); ?></p>
    145             </div>
    146             <div class="column">
    147                 <div class="about__image">
    148                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    149                         <path fill="#1e1e1e" d="M24 13.84c-.752 0-1.397-.287-1.936-.86a2.902 2.902 0 0 1-.809-2.06c0-.8.27-1.487.809-2.06S23.248 8 24 8c.753 0 1.398.287 1.937.86.54.573.809 1.26.809 2.06s-.27 1.487-.809 2.06-1.184.86-1.937.86ZM19.976 40V18.68a69.562 69.562 0 0 1-4.945-.56 45.877 45.877 0 0 1-4.57-.92l.565-2.4a46.79 46.79 0 0 0 6.356 1.14c2.106.227 4.312.34 6.618.34 2.307 0 4.513-.113 6.62-.34a46.786 46.786 0 0 0 6.355-1.14l.564 2.4c-1.454.373-2.977.68-4.57.92a69.55 69.55 0 0 1-4.945.56V40h-2.256V29.6h-3.535V40h-2.257Z"/>
    150                     </svg>
    151                 </div>
    152                 <h3><?php _e( 'Accessibility improvements' ); ?></h3>
    153                 <p><?php _e( '65+ accessibility fixes and enhancements focus on foundational aspects of the WordPress experience, from improving user interface components and keyboard navigation in the Editor, to an accessible heading on WordPress login screens and clearer labeling throughout.' ); ?></p>
     164                <p><?php _e( 'WordPress 6.8 packs a wide range of performance fixes and enhancements to speed up everything from editing to browsing. Beyond speculative loading, WordPress 6.8 pays special attention to the block editor, block type registration, and query caching. Plus, imagine never waiting longer than 50 milliseconds—for any interaction. In WordPress 6.8, the Interactivity API takes a first step toward that goal.' ); ?></p>
    154165            </div>
    155166        </div>
     
    165176                        /* translators: %s: Version number. */
    166177                        __( 'For a comprehensive overview of all the new features and enhancements in WordPress %s, please visit the feature-showcase website.' ),
    167                         $display_version
     178                        $display_major_version
    168179                    );
    169180                    ?>
     
    172183            <div class="column aligncenter">
    173184                <div class="about__image">
    174                     <a href="<?php echo esc_url( __( 'https://wordpress.org/download/releases/6-7/' ) ); ?>" class="button button-primary button-hero"><?php _e( 'See everything new' ); ?></a>
     185                    <a href="<?php echo esc_url( __( 'https://wordpress.org/download/releases/6-8/' ) ); ?>" class="button button-primary button-hero"><?php _e( 'See everything new' ); ?></a>
    175186                </div>
    176187            </div>
     
    181192        <div class="about__section has-3-columns">
    182193            <div class="column about__image is-vertically-aligned-top">
    183                 <img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=6.7' ) ); ?>" alt="" height="280" width="280" />
     194                <img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=6.8' ) ); ?>" alt="" height="280" width="280" />
    184195            </div>
    185196            <div class="column is-vertically-aligned-center" style="grid-column-end:span 2">
     
    189200                        /* translators: %s: Version number. */
    190201                        __( 'Learn more about WordPress %s' ),
    191                         $display_version
     202                        $display_major_version
    192203                    );
    193204                    ?>
     
    220231                            /* translators: %s: WordPress version number. */
    221232                            __( 'WordPress %s Release Notes' ),
    222                             '6.7'
     233                            $display_major_version
    223234                        );
    224235                        ?>
     
    230241                        /* translators: %s: WordPress version number. */
    231242                        __( 'Read the WordPress %s Release Notes for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.' ),
    232                         '6.7'
     243                        $display_major_version
    233244                    );
    234245                    ?>
     
    247258                            /* translators: %s: WordPress version number. */
    248259                            __( 'WordPress %s Field Guide' ),
    249                             '6.7'
     260                            $display_major_version
    250261                        );
    251262                        ?>
     
    257268                        /* translators: %s: WordPress version number. */
    258269                        __( 'Explore the WordPress %s Field Guide. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
    259                         '6.7'
     270                        $display_major_version
    260271                    );
    261272                    ?>
  • trunk/src/wp-admin/css/about.css

    r59580 r60087  
    2222.about__container {
    2323    /* Section backgrounds */
    24     --background: #ededed;
    25     --subtle-background: #eef0fd;
     24    --background: #f6f5f2;
     25    --subtle-background: yellow;
    2626
    2727    /* Main text color */
     
    4040    --nav-current: var(--accent-1);
    4141
    42     --border-radius: 16px;
     42    --border-radius: 0;
    4343
    4444    --gap: 2rem;
     
    412412}
    413413
    414 .about__container :is(h1, h2, h3, h4):lang(en) {
     414.about__container :is(h1, h2, h3, h4, .about__header-text):lang(en) {
    415415    text-wrap: balance;
    416416}
     
    427427.about__container p.is-subheading {
    428428    margin-top: 0;
     429    margin-bottom: 1rem;
    429430    font-size: 1.5rem;
    430431    font-weight: 300;
     
    573574    box-sizing: border-box;
    574575    padding: calc(var(--gap) * 1.5);
     576    padding-right: 26rem; /* Space for the background image. */
    575577    min-height: clamp(10rem, 25vw, 18.75rem);
    576578    border-radius: var(--border-radius);
     579    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='412' height='198' fill='none'%3E%3Cpath stroke='%239D1825' stroke-width='12' d='M6 0v198'/%3E%3Cpath stroke='%23D90120' stroke-width='12' d='m30.171 1.82 51.246 191.253'/%3E%3Cpath stroke='%23408538' stroke-width='12' d='m62.427 7.626 87.895 177.422'/%3E%3Cpath stroke='%23FFEE58' stroke-width='12' d='M98.769 20.973 230.2 169.061'/%3E%3Cpath stroke='%23F17826' stroke-width='12' d='m152.67 36.891 161.59 114.424'/%3E%3Cpath stroke='%23fff' stroke-width='12' d='m246.433 66.098 190.42 54.264'/%3E%3C/svg%3E%0A");
    577580    background-repeat: no-repeat;
    578     background-position: right 7% center, top left;
     581    background-position: right center;
     582    background-size: auto 65%;
    579583    background-color: var(--background);
     584}
     585
     586[dir="rtl"] .about__header {
     587    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='412' height='198' fill='none'%3E%3Cg transform='scale(-1,1)' transform-origin='50%25 50%25'%3E%3Cpath stroke='%239D1825' stroke-width='12' d='M6 0v198'/%3E%3Cpath stroke='%23D90120' stroke-width='12' d='m30.171 1.82 51.246 191.253'/%3E%3Cpath stroke='%23408538' stroke-width='12' d='m62.427 7.626 87.895 177.422'/%3E%3Cpath stroke='%23FFEE58' stroke-width='12' d='M98.769 20.973 230.2 169.061'/%3E%3Cpath stroke='%23F17826' stroke-width='12' d='m152.67 36.891 161.59 114.424'/%3E%3Cpath stroke='%23fff' stroke-width='12' d='m246.433 66.098 190.42 54.264'/%3E%3C/g%3E%3C/svg%3E%0A");
    580588}
    581589
     
    668676
    669677@media screen and (max-width: 960px) {
     678    .about__header {
     679        padding-right: 21rem;
     680    }
    670681
    671682    .about-php .about__header-title h1,
     
    694705    .about__header {
    695706        padding: var(--gap);
     707        padding-right: 17rem;
    696708    }
    697709
     
    710722    .about__header {
    711723        min-height: auto;
     724        padding-right: var(--gap);
    712725    }
    713726
  • trunk/src/wp-admin/images/about-release-badge.svg

    r59234 r60087  
    11<svg width="280" height="280" viewBox="0 0 280 280" fill="none" xmlns="http://www.w3.org/2000/svg">
    2     <path fill="#ececec" d="M0 16C0 7.163 7.163 0 16 0h248c8.837 0 16 7.163 16 16v248c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16V16Z"/>
    3     <path fill="#000" d="M106.071 173.001a27.618 27.618 0 0 1-9.155-1.627c-2.977-1.085-5.656-2.839-8.038-5.263-2.382-2.446-4.274-5.689-5.678-9.729-1.403-4.062-2.094-9.091-2.073-15.088 0-5.593.595-10.58 1.786-14.96 1.191-4.381 2.903-8.081 5.136-11.101 2.232-3.041 4.923-5.359 8.07-6.954 3.168-1.594 6.709-2.392 10.622-2.392 4.104 0 7.741.808 10.909 2.424 3.19 1.617 5.763 3.828 7.719 6.635 1.957 2.786 3.169 5.933 3.637 9.442h-11.643c-.595-2.509-1.818-4.508-3.668-5.997-1.829-1.51-4.147-2.265-6.954-2.265-4.53 0-8.017 1.967-10.463 5.902-2.424 3.934-3.647 9.335-3.668 16.204h.447a16.367 16.367 0 0 1 4.05-4.817 18.509 18.509 0 0 1 5.615-3.094c2.105-.744 4.327-1.116 6.666-1.116 3.828 0 7.263.914 10.304 2.743 3.062 1.829 5.486 4.349 7.272 7.56 1.787 3.189 2.669 6.847 2.648 10.973.021 4.295-.957 8.155-2.935 11.579-1.977 3.402-4.731 6.081-8.261 8.038-3.53 1.956-7.645 2.924-12.345 2.903Zm-.064-9.57c2.318 0 4.392-.563 6.22-1.69 1.829-1.128 3.275-2.648 4.339-4.562 1.063-1.914 1.584-4.062 1.563-6.443.021-2.339-.49-4.455-1.532-6.348-1.02-1.893-2.434-3.392-4.242-4.498-1.808-1.105-3.87-1.658-6.188-1.658-1.723 0-3.328.329-4.817.989a11.96 11.96 0 0 0-3.891 2.743 12.863 12.863 0 0 0-2.616 4.019c-.617 1.51-.936 3.126-.957 4.848.021 2.276.553 4.37 1.595 6.284a12.25 12.25 0 0 0 4.306 4.594c1.829 1.148 3.902 1.722 6.22 1.722Zm36.125 9.378c-1.935 0-3.593-.68-4.976-2.041-1.382-1.361-2.062-3.02-2.041-4.976-.021-1.914.659-3.552 2.041-4.913 1.383-1.361 3.041-2.041 4.976-2.041 1.872 0 3.499.68 4.881 2.041 1.403 1.361 2.116 2.999 2.137 4.913-.021 1.297-.362 2.477-1.021 3.54a7.32 7.32 0 0 1-2.552 2.552c-1.042.617-2.19.925-3.445.925Zm16.405-.702 27.783-54.992v-.446h-32.249v-9.889h44.498v10.112l-27.752 55.215h-12.28Z"/>
     2    <path d="M0 16C0 7.16344 7.16344 0 16 0H264C272.837 0 280 7.16344 280 16V264C280 272.837 272.837 280 264 280H16C7.16344 280 0 272.837 0 264V16Z" fill="#F7F7F7"/>
     3    <path d="M103.115 173.001C99.9889 172.979 96.9373 172.437 93.9602 171.374C90.983 170.289 88.3036 168.535 85.9219 166.111C83.5402 163.665 81.6475 160.422 80.244 156.382C78.8405 152.32 78.1494 147.291 78.1707 141.294C78.1707 135.701 78.7661 130.714 79.9569 126.334C81.1478 121.953 82.8597 118.253 85.0925 115.233C87.3254 112.192 90.0155 109.874 93.1627 108.279C96.3313 106.685 99.872 105.887 103.785 105.887C107.889 105.887 111.525 106.695 114.694 108.311C117.884 109.928 120.457 112.139 122.413 114.946C124.37 117.732 125.582 120.879 126.05 124.388H114.407C113.811 121.879 112.589 119.88 110.739 118.391C108.91 116.881 106.592 116.126 103.785 116.126C99.2553 116.126 95.7677 118.093 93.3222 122.028C90.898 125.962 89.6752 131.363 89.6539 138.232H90.1005C91.1425 136.36 92.4929 134.755 94.1516 133.415C95.8103 132.075 97.6816 131.044 99.7656 130.321C101.871 129.577 104.093 129.205 106.432 129.205C110.26 129.205 113.694 130.119 116.735 131.948C119.798 133.777 122.222 136.297 124.008 139.508C125.794 142.697 126.677 146.355 126.656 150.481C126.677 154.776 125.699 158.636 123.721 162.06C121.743 165.462 118.99 168.141 115.459 170.098C111.929 172.054 107.815 173.022 103.115 173.001ZM103.051 163.431C105.369 163.431 107.442 162.868 109.271 161.741C111.1 160.613 112.546 159.093 113.609 157.179C114.673 155.265 115.194 153.117 115.172 150.736C115.194 148.397 114.683 146.281 113.641 144.388C112.621 142.495 111.206 140.996 109.399 139.89C107.591 138.785 105.529 138.232 103.211 138.232C101.488 138.232 99.8826 138.561 98.394 139.221C96.9054 139.88 95.6082 140.794 94.5025 141.964C93.3967 143.112 92.5248 144.452 91.8868 145.983C91.2701 147.493 90.9511 149.109 90.9299 150.831C90.9511 153.107 91.4828 155.201 92.5248 157.115C93.5668 159.029 95.0022 160.56 96.831 161.709C98.6598 162.857 100.733 163.431 103.051 163.431ZM139.176 172.809C137.241 172.809 135.582 172.129 134.2 170.768C132.818 169.407 132.137 167.748 132.159 165.792C132.137 163.878 132.818 162.24 134.2 160.879C135.582 159.518 137.241 158.838 139.176 158.838C141.048 158.838 142.674 159.518 144.057 160.879C145.46 162.24 146.173 163.878 146.194 165.792C146.173 167.089 145.832 168.269 145.173 169.332C144.535 170.396 143.685 171.246 142.621 171.884C141.579 172.501 140.431 172.809 139.176 172.809ZM176.059 173.001C171.317 173.001 167.106 172.203 163.427 170.608C159.77 169.013 156.899 166.834 154.815 164.069C152.752 161.283 151.731 158.125 151.753 154.595C151.731 151.852 152.327 149.332 153.539 147.036C154.751 144.739 156.389 142.825 158.451 141.294C160.535 139.742 162.853 138.753 165.405 138.327V137.881C162.045 137.137 159.323 135.425 157.239 132.745C155.176 130.045 154.156 126.929 154.177 123.399C154.156 120.039 155.091 117.041 156.984 114.404C158.877 111.767 161.471 109.694 164.767 108.184C168.063 106.653 171.827 105.887 176.059 105.887C180.248 105.887 183.98 106.653 187.255 108.184C190.551 109.694 193.146 111.767 195.038 114.404C196.952 117.041 197.909 120.039 197.909 123.399C197.909 126.929 196.857 130.045 194.751 132.745C192.667 135.425 189.977 137.137 186.681 137.881V138.327C189.233 138.753 191.53 139.742 193.571 141.294C195.634 142.825 197.271 144.739 198.483 147.036C199.717 149.332 200.333 151.852 200.333 154.595C200.333 158.125 199.291 161.283 197.207 164.069C195.123 166.834 192.253 169.013 188.595 170.608C184.959 172.203 180.78 173.001 176.059 173.001ZM176.059 163.878C178.505 163.878 180.631 163.463 182.439 162.634C184.246 161.783 185.65 160.592 186.649 159.061C187.649 157.53 188.159 155.765 188.18 153.766C188.159 151.682 187.617 149.843 186.553 148.248C185.511 146.632 184.076 145.366 182.247 144.452C180.44 143.537 178.377 143.08 176.059 143.08C173.72 143.08 171.636 143.537 169.807 144.452C167.978 145.366 166.532 146.632 165.469 148.248C164.427 149.843 163.916 151.682 163.938 153.766C163.916 155.765 164.406 157.53 165.405 159.061C166.405 160.571 167.808 161.751 169.616 162.602C171.444 163.452 173.592 163.878 176.059 163.878ZM176.059 134.117C178.058 134.117 179.823 133.713 181.354 132.905C182.906 132.097 184.129 130.97 185.022 129.524C185.915 128.078 186.373 126.408 186.394 124.516C186.373 122.644 185.926 121.007 185.054 119.603C184.182 118.178 182.97 117.083 181.418 116.318C179.866 115.531 178.079 115.138 176.059 115.138C173.996 115.138 172.178 115.531 170.604 116.318C169.052 117.083 167.84 118.178 166.968 119.603C166.117 121.007 165.703 122.644 165.724 124.516C165.703 126.408 166.128 128.078 167 129.524C167.893 130.948 169.116 132.075 170.668 132.905C172.242 133.713 174.039 134.117 176.059 134.117Z" fill="black"/>
    44</svg>
Note: See TracChangeset for help on using the changeset viewer.