Help/About: Update the About page for 6.3.

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

Props jpantani, dansoschin, annezazu, priethor, marybaum, eidolonnight, clarkeemily, flixos90, cbringmann, meher, richtabor, markoserb, joen, saxonafletcher, jameskoster, davidbaumwald, peterwilsoncc, ryelle.
See #58067.


Built from https://develop.svn.wordpress.org/trunk@56263


git-svn-id: http://core.svn.wordpress.org/trunk@55775 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryelle 2023-07-18 16:20:22 +00:00
parent 2380861f72
commit 5402a24ad0
17 changed files with 218 additions and 175 deletions

File diff suppressed because one or more lines are too long

View File

@ -22,16 +22,17 @@
.about__container {
/* Section backgrounds */
--background: #1d35b4;
--background: #151515;
--subtle-background: #eff2ff;
/* Main text color */
--text: #000;
--text: #1e1e1e;
--text-light: #fff;
/* Accent colors: used in header, on special classes. */
--accent-1: #1d35b4; /* Link color, credit image overlay */
--accent-2: #33f078; /* Accent background */
--accent-1: #3858e9; /* Link color, credit image overlay */
--accent-2: #ffb7a7; /* Accent background */
--accent-3: #f0f0f1; /* hr background */
/* Navigation colors. */
--nav-background: #fff;
@ -476,24 +477,20 @@
margin-top: 1.5em;
}
.about__container .column .about__image {
margin-bottom: calc(var(--gap) / 2);
}
.about__container hr {
margin: 0 var(--gap);
height: var(--gap);
margin: calc(var(--gap) / 2) var(--gap);
height: 0;
border: none;
border-top: 4px solid var(--accent-2);
border-top: 4px solid var(--accent-3);
}
.about__container hr.is-small {
height: calc(var(--gap) / 4);
margin-top: 0;
margin-bottom: 0;
}
.about__container hr.is-large {
height: calc(var(--gap) * 2);
margin: calc(var(--gap) / 2) auto;
margin: var(--gap) auto;
}
.about__container div.updated,
@ -540,21 +537,25 @@
padding: calc(var(--gap) * 2) 0;
min-height: 420px;
color: var(--text-light);
background: var(--background) url('../images/about-header-about.svg?ver=6.2') no-repeat;
background: var(--background) url('../images/about-header-about.svg?ver=6.3') no-repeat;
background-size: cover;
background-position: center;
}
.credits-php .about__header {
background-image: url('../images/about-header-credits.svg?ver=6.2');
background-image: url('../images/about-header-credits.svg?ver=6.3');
}
.freedoms-php .about__header {
background-image: url('../images/about-header-freedoms.svg?ver=6.2');
background-image: url('../images/about-header-freedoms.svg?ver=6.3');
}
.privacy-php .about__header {
background-image: url('../images/about-header-privacy.svg?ver=6.2');
background-image: url('../images/about-header-privacy.svg?ver=6.3');
}
.contribute-php .about__header {
background-image: url('../images/about-header-contribute.svg?ver=6.3');
}
.about__header-image {
@ -585,13 +586,9 @@
font-size: clamp(3rem, 10vw - 3rem, 4.5rem);
}
.about__header-title h1 span {
color: var(--accent-2);
}
.about__header-text {
box-sizing: border-box;
max-width: 22em;
max-width: 26em;
margin: 0 auto;
padding: 0;
font-size: 1.6rem;

File diff suppressed because one or more lines are too long

View File

@ -21,16 +21,17 @@
.about__container {
/* Section backgrounds */
--background: #1d35b4;
--background: #151515;
--subtle-background: #eff2ff;
/* Main text color */
--text: #000;
--text: #1e1e1e;
--text-light: #fff;
/* Accent colors: used in header, on special classes. */
--accent-1: #1d35b4; /* Link color, credit image overlay */
--accent-2: #33f078; /* Accent background */
--accent-1: #3858e9; /* Link color, credit image overlay */
--accent-2: #ffb7a7; /* Accent background */
--accent-3: #f0f0f1; /* hr background */
/* Navigation colors. */
--nav-background: #fff;
@ -475,24 +476,20 @@
margin-top: 1.5em;
}
.about__container .column .about__image {
margin-bottom: calc(var(--gap) / 2);
}
.about__container hr {
margin: 0 var(--gap);
height: var(--gap);
margin: calc(var(--gap) / 2) var(--gap);
height: 0;
border: none;
border-top: 4px solid var(--accent-2);
border-top: 4px solid var(--accent-3);
}
.about__container hr.is-small {
height: calc(var(--gap) / 4);
margin-top: 0;
margin-bottom: 0;
}
.about__container hr.is-large {
height: calc(var(--gap) * 2);
margin: calc(var(--gap) / 2) auto;
margin: var(--gap) auto;
}
.about__container div.updated,
@ -539,21 +536,25 @@
padding: calc(var(--gap) * 2) 0;
min-height: 420px;
color: var(--text-light);
background: var(--background) url('../images/about-header-about.svg?ver=6.2') no-repeat;
background: var(--background) url('../images/about-header-about.svg?ver=6.3') no-repeat;
background-size: cover;
background-position: center;
}
.credits-php .about__header {
background-image: url('../images/about-header-credits.svg?ver=6.2');
background-image: url('../images/about-header-credits.svg?ver=6.3');
}
.freedoms-php .about__header {
background-image: url('../images/about-header-freedoms.svg?ver=6.2');
background-image: url('../images/about-header-freedoms.svg?ver=6.3');
}
.privacy-php .about__header {
background-image: url('../images/about-header-privacy.svg?ver=6.2');
background-image: url('../images/about-header-privacy.svg?ver=6.3');
}
.contribute-php .about__header {
background-image: url('../images/about-header-contribute.svg?ver=6.3');
}
.about__header-image {
@ -584,13 +585,9 @@
font-size: clamp(3rem, 10vw - 3rem, 4.5rem);
}
.about__header-title h1 span {
color: var(--accent-2);
}
.about__header-text {
box-sizing: border-box;
max-width: 22em;
max-width: 26em;
margin: 0 auto;
padding: 0;
font-size: 1.6rem;

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1 @@
<svg width="936" height="400" viewBox="0 0 936 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill="#1D35B4" d="M0 0h936v400H0z"/>
<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"/>
<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"/>
<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"/>
</svg>
<svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_8299)"><path fill="#151515" d="M0 0h1000v400H0z"/><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint0_radial_1916_8299)"/><mask id="a" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="1000" height="400"><path fill="url(#paint1_radial_1916_8299)" d="M0 0h1000v400H0z"/></mask><g mask="url(#a)" stroke-width="2"><path d="M155 0v1635" stroke="url(#paint2_linear_1916_8299)"/><path d="M327.5 0v1635" stroke="url(#paint3_linear_1916_8299)"/><path d="M500 0v1635" stroke="url(#paint4_linear_1916_8299)"/><path d="M672.5 0v1635" stroke="url(#paint5_linear_1916_8299)"/><path d="M845 0v1635" stroke="url(#paint6_linear_1916_8299)"/></g></g><defs><radialGradient id="paint0_radial_1916_8299" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><radialGradient id="paint1_radial_1916_8299" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 493 -1232.5 0 500 162)"><stop offset=".161" stop-color="#151515" stop-opacity="0"/><stop offset=".833"/></radialGradient><linearGradient id="paint2_linear_1916_8299" x1="155.5" x2="155.5" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9" stop-opacity="0"/><stop offset=".297" stop-color="#3858E9"/><stop offset=".734" stop-color="#3858E9"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_1916_8299" x1="328" x2="328" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#FFFCB5" stop-opacity="0"/><stop offset="0" stop-color="#FFFCB5" stop-opacity="0"/><stop offset=".297" stop-color="#FFFCB5"/><stop offset=".734" stop-color="#FFFCB5"/><stop offset="1" stop-color="#FFFCB5" stop-opacity="0"/></linearGradient><linearGradient id="paint4_linear_1916_8299" x1="500.5" x2="500.5" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB" stop-opacity="0"/><stop offset=".297" stop-color="#C7FFDB"/><stop offset=".693" stop-color="#C7FFDB"/><stop offset="1" stop-color="#C7FFDB" stop-opacity="0"/></linearGradient><linearGradient id="paint5_linear_1916_8299" x1="673" x2="673" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB7A7" stop-opacity="0"/><stop offset=".297" stop-color="#FFB7A7"/><stop offset=".734" stop-color="#FFB7A7"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/><stop offset="1" stop-color="#FFB7A7" stop-opacity="0"/></linearGradient><linearGradient id="paint6_linear_1916_8299" x1="845.5" x2="845.5" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#7B90FF" stop-opacity="0"/><stop offset=".297" stop-color="#7B90FF"/><stop offset=".734" stop-color="#7B90FF"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/><stop offset="1" stop-color="#7B90FF" stop-opacity="0"/></linearGradient><clipPath id="clip0_1916_8299"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1 @@
<svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3974_29104)"><path fill="#151515" d="M0 0h1000v400H0z"/><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint0_radial_3974_29104)"/><g opacity=".3" stroke-width="2"><circle cx="100" cy="100" r="101" transform="matrix(0 1 1 0 80 100)" stroke="url(#paint1_linear_3974_29104)"/><circle cx="467" cy="424" r="101" transform="rotate(90 467 424)" stroke="url(#paint2_linear_3974_29104)"/><circle cx="590" r="101" transform="rotate(-180 590 0)" stroke="url(#paint3_linear_3974_29104)"/><circle cx="870" cy="170" r="101" transform="rotate(-90 870 170)" stroke="url(#paint4_linear_3974_29104)"/></g></g><defs><radialGradient id="paint0_radial_3974_29104" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><linearGradient id="paint1_linear_3974_29104" x1="190" y1="215" x2="76" y2="47" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9"/><stop offset=".516" stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_3974_29104" x1="348" y1="497" x2="467" y2="524" gradientUnits="userSpaceOnUse"><stop stop-color="#FFFCB5"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_3974_29104" x1="504" y1="60" x2="665" y2="-76" gradientUnits="userSpaceOnUse"><stop stop-color="#151515" stop-opacity="0"/><stop offset=".776" stop-color="#FFB7A7"/><stop offset="1" stop-color="#FFB7A7"/></linearGradient><linearGradient id="paint4_linear_3974_29104" x1="870" y1="70" x2="870" y2="270" gradientUnits="userSpaceOnUse"><stop stop-color="#7B90FF"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><clipPath id="clip0_3974_29104"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,5 +1 @@
<svg width="936" height="400" viewBox="0 0 936 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill="#1D35B4" d="M0 0h936v400H0z"/>
<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"/>
<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"/>
</svg>
<svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_7547)"><path fill="#151515" d="M0 0h1000v400H0z"/><g opacity=".3" stroke-width="2"><circle cy="155" r="101" stroke="url(#paint0_linear_1916_7547)"/><circle cx="250" cy="110" r="101" transform="rotate(90 250 110)" stroke="url(#paint1_linear_1916_7547)"/><circle cx="750" cy="290" r="101" transform="rotate(90 750 290)" stroke="url(#paint2_linear_1916_7547)"/><circle opacity=".7" cx="500" cy="200" r="101" transform="rotate(90 500 200)" stroke="url(#paint3_linear_1916_7547)"/><circle cx="1000" cy="245" r="101" stroke="url(#paint4_linear_1916_7547)"/></g><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint5_radial_1916_7547)"/></g><defs><linearGradient id="paint0_linear_1916_7547" x1="90" y1="270" x2="-24" y2="102" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9"/><stop offset=".516" stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint1_linear_1916_7547" x1="131" y1="183" x2="250" y2="210" gradientUnits="userSpaceOnUse"><stop stop-color="#FFFCB5"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_1916_7547" x1="664" y1="350" x2="825" y2="214" gradientUnits="userSpaceOnUse"><stop stop-color="#151515" stop-opacity="0"/><stop offset=".776" stop-color="#FFB7A7"/><stop offset="1" stop-color="#FFB7A7"/></linearGradient><linearGradient id="paint3_linear_1916_7547" x1="500" y1="100" x2="500" y2="300" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB"/><stop offset=".563" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint4_linear_1916_7547" x1="1000" y1="145" x2="1000" y2="345" gradientUnits="userSpaceOnUse"><stop stop-color="#7B90FF"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><radialGradient id="paint5_radial_1916_7547" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><clipPath id="clip0_1916_7547"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,8 +1 @@
<svg width="936" height="400" viewBox="0 0 936 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill="#1D35B4" d="M0 0h936v400H0z"/>
<path d="M31-26c0 220.91 179.09 400 400 400h1000" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
<path d="M131-26c0 165.69 134.31 300 300 300h1000" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
<path d="M231-26c0 110.46 89.54 200 200 200h1000" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
<path d="M336-26c0 55.23 44.567 100 99.545 100H1431" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
<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 30ZM936 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 30ZM755 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"/>
</svg>
<svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_6764)"><path fill="#151515" d="M0 0h1000v400H0z"/><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint0_radial_1916_6764)"/><path opacity=".4" d="M301 449h1v-89.047c0-5.561 0-9.795-.276-13.17-.277-3.397-.839-6.013-2.013-8.317a21 21 0 0 0-9.177-9.177c-2.304-1.174-4.92-1.736-8.317-2.013-3.375-.276-7.609-.276-13.17-.276h-96.094c-5.561 0-9.795 0-13.17.276-3.397.277-6.013.839-8.317 2.013a21 21 0 0 0-9.177 9.177c-1.174 2.304-1.736 4.92-2.013 8.317-.276 3.375-.276 7.609-.276 13.17V449h161z" stroke="url(#paint1_linear_1916_6764)" stroke-width="2"/><path opacity=".4" d="M493 449h1v-89.047c0-5.561 0-9.795-.276-13.17-.277-3.397-.839-6.013-2.013-8.317a21 21 0 0 0-9.177-9.177c-2.304-1.174-4.92-1.736-8.317-2.013-3.375-.276-7.609-.276-13.17-.276h-96.094c-5.561 0-9.795 0-13.17.276-3.397.277-6.013.839-8.317 2.013a21 21 0 0 0-9.177 9.177c-1.174 2.304-1.736 4.92-2.013 8.317-.276 3.375-.276 7.609-.276 13.17V449h161z" stroke="url(#paint2_linear_1916_6764)" stroke-width="2"/><path opacity=".4" d="M685 449h1v-89.047c0-5.561 0-9.795-.276-13.17-.277-3.397-.839-6.013-2.013-8.317a21 21 0 0 0-9.177-9.177c-2.304-1.174-4.92-1.736-8.317-2.013-3.375-.276-7.609-.276-13.17-.276h-96.094c-5.561 0-9.795 0-13.17.276-3.397.277-6.013.839-8.317 2.013a21 21 0 0 0-9.177 9.177c-1.174 2.304-1.736 4.92-2.013 8.317-.276 3.375-.276 7.609-.276 13.17V449h161z" stroke="url(#paint3_linear_1916_6764)" stroke-width="2"/><path opacity=".4" d="M877 449h1v-89.047c0-5.561 0-9.795-.276-13.17-.277-3.397-.839-6.013-2.013-8.317a21 21 0 0 0-9.177-9.177c-2.304-1.174-4.92-1.736-8.317-2.013-3.375-.276-7.609-.276-13.17-.276h-96.094c-5.561 0-9.795 0-13.17.276-3.397.277-6.013.839-8.317 2.013a21 21 0 0 0-9.177 9.177c-1.174 2.304-1.736 4.92-2.013 8.317-.276 3.375-.276 7.609-.276 13.17V449h161z" stroke="url(#paint4_linear_1916_6764)" stroke-width="2"/></g><defs><radialGradient id="paint0_radial_1916_6764" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><linearGradient id="paint1_linear_1916_6764" x1="221" y1="328" x2="221" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_1916_6764" x1="413" y1="328" x2="413" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#FFFCB5"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_1916_6764" x1="605" y1="328" x2="605" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint4_linear_1916_6764" x1="797" y1="328" x2="797" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB7A7"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><clipPath id="clip0_1916_6764"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,11 +1 @@
<svg width="936" height="400" viewBox="0 0 936 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill="#1D35B4" d="M0 0h936v400H0z"/>
<path fill="#213FD4" d="M1097 0H799v400h298z"/>
<path d="M799 500c-165.69 0-300-134.31-300-300s134.31-300 300-300" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
<path d="M799 400c-110.46 0-200-89.54-200-200S688.54 0 799 0" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
<path d="M799 300c-55.23 0-100-44.77-100-100s44.77-100 100-100" stroke="#213FD4" stroke-width="60" stroke-miterlimit="10"/>
<path d="M799 0c110.46 0 200 89.54 200 200s-89.54 200-200 200" stroke="#1D35B4" stroke-width="60" stroke-miterlimit="10"/>
<path d="M799 100c55.23 0 100 44.77 100 100s-44.77 100-100 100" stroke="#1D35B4" stroke-width="60" stroke-miterlimit="10"/>
<path d="M778-80c154.64 0 280 125.36 280 280S932.64 480 778 480" stroke="#1D35B4" stroke-width="50" stroke-miterlimit="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"/>
</svg>
<svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_7203)"><path fill="#151515" d="M0 0h1000v400H0z"/><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint0_radial_1916_7203)"/><path opacity=".4" d="M1138 449h1v-85.046c0-11.162 0-19.596-.55-26.307-.55-6.732-1.66-11.818-3.92-16.261a40.976 40.976 0 0 0-17.92-17.917c-4.44-2.264-9.52-3.371-16.26-3.921-6.71-.548-15.14-.548-26.3-.548H801.953c-11.161 0-19.596 0-26.306.548-6.732.55-11.818 1.657-16.261 3.921a41.006 41.006 0 0 0-17.917 17.917c-2.264 4.443-3.371 9.529-3.921 16.261-.548 6.71-.548 15.145-.548 26.306V449h401z" stroke="url(#paint1_linear_1916_7203)" stroke-width="2"/><path opacity=".4" d="M1058 291a119.98 119.98 0 0 0-35.15-84.853A119.987 119.987 0 0 0 938 171a120.003 120.003 0 0 0-120 120" stroke="url(#paint2_linear_1916_7203)" stroke-width="3"/></g><defs><radialGradient id="paint0_radial_1916_7203" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><linearGradient id="paint1_linear_1916_7203" x1="938" y1="300" x2="938" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_1916_7203" x1="938" y1="171" x2="938" y2="291" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9"/><stop offset=".563" stop-color="#3858E9" stop-opacity="0"/></linearGradient><clipPath id="clip0_1916_7203"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,52 @@
<svg xmlns="http://www.w3.org/2000/svg" width="280" height="280" fill="none" viewBox="0 0 280 280">
<g clip-path="url(#a)">
<rect width="280" height="280" fill="#151515" rx="5"/>
<ellipse cx="140" cy="323" fill="url(#b)" opacity=".2" rx="928" ry="154"/>
<g stroke-width="1.5" clip-path="url(#c)">
<path stroke="url(#d)" d="M53 135v1635"/>
<path stroke="url(#e)" d="M111 135v1635"/>
<path stroke="url(#f)" d="M169 135v1635"/>
<path stroke="url(#g)" d="M227 135v1635"/>
</g>
<path fill="#fff" d="M98.666 177.465c-10.254 0-18.603-4.981-23.34-14.014-3.32-5.762-5.03-13.135-5.03-21.875 0-23.486 10.89-37.5 28.76-37.5 12.891 0 22.901 7.666 25.001 19.043h-12.5c-1.612-5.322-6.543-8.789-12.598-8.789-10.547 0-16.748 9.766-16.65 26.758h.244c2.978-6.885 10.205-11.475 19.092-11.475 13.378 0 23.339 9.864 23.339 23.242 0 14.307-11.035 24.61-26.318 24.61Zm-.098-10.303c7.813 0 14.014-6.152 14.014-13.916 0-7.959-5.859-13.769-13.916-13.769-8.105 0-14.111 5.81-14.111 13.623 0 7.861 6.152 14.062 14.013 14.062Zm41.018 9.375c-3.955 0-7.031-3.076-7.031-7.031 0-3.906 3.076-7.031 7.031-7.031 3.906 0 6.982 3.125 6.982 7.031 0 3.955-3.076 7.031-6.982 7.031Zm32.082-31.933v-9.473h8.496c7.227 0 12.158-4.443 12.158-10.742 0-6.153-4.297-10.254-12.207-10.254-7.275 0-12.158 4.248-12.646 10.84H155.75c.684-12.647 10.4-20.85 24.951-20.85 13.867 0 23.731 7.568 23.731 18.555 0 8.74-5.86 15.039-14.551 16.552v.293c10.547.782 17.383 7.227 17.383 17.041 0 12.452-11.328 20.85-26.709 20.85-15.479 0-25.537-8.496-26.172-21.045h12.012c.585 6.445 5.859 10.742 14.257 10.742 8.106 0 13.819-4.541 13.819-11.035 0-7.129-5.371-11.474-14.112-11.474h-8.691Z"/>
</g>
<defs>
<linearGradient id="d" x1="53.5" x2="53.5" y1="135" y2="1770" gradientUnits="userSpaceOnUse">
<stop stop-color="#3858E9" stop-opacity="0"/>
<stop offset=".297" stop-color="#3858E9"/>
<stop offset=".734" stop-color="#3858E9"/>
<stop offset="1" stop-color="#3858E9" stop-opacity="0"/>
<stop offset="1" stop-color="#3858E9" stop-opacity="0"/>
</linearGradient>
<linearGradient id="e" x1="111.5" x2="111.5" y1="135" y2="1770" gradientUnits="userSpaceOnUse">
<stop stop-color="#C7FFDB" stop-opacity="0"/>
<stop offset=".297" stop-color="#C7FFDB"/>
<stop offset=".693" stop-color="#C7FFDB"/>
<stop offset="1" stop-color="#C7FFDB" stop-opacity="0"/>
</linearGradient>
<linearGradient id="f" x1="169.5" x2="169.5" y1="135" y2="1770" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFB7A7" stop-opacity="0"/>
<stop offset=".297" stop-color="#FFB7A7"/>
<stop offset=".734" stop-color="#FFB7A7"/>
<stop offset="1" stop-color="#3858E9" stop-opacity="0"/>
<stop offset="1" stop-color="#FFB7A7" stop-opacity="0"/>
</linearGradient>
<linearGradient id="g" x1="227.5" x2="227.5" y1="135" y2="1770" gradientUnits="userSpaceOnUse">
<stop stop-color="#7B90FF" stop-opacity="0"/>
<stop offset=".297" stop-color="#7B90FF"/>
<stop offset=".734" stop-color="#7B90FF"/>
<stop offset="1" stop-color="#3858E9" stop-opacity="0"/>
<stop offset="1" stop-color="#7B90FF" stop-opacity="0"/>
</linearGradient>
<clipPath id="a">
<rect width="280" height="280" fill="#fff" rx="5"/>
</clipPath>
<clipPath id="c">
<path fill="#fff" d="M0 135h280v280H0z"/>
</clipPath>
<radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="matrix(0 154 -928 0 140 323)" gradientUnits="userSpaceOnUse">
<stop stop-color="#3858E9"/>
<stop offset="1" stop-color="#151515" stop-opacity="0"/>
</radialGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -1 +1 @@
<svg width="320" height="320" viewBox="0 0 320 320" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><g fill="#FFFFFF" stroke="#3858E9" stroke-width="1.2" stroke-miterlimit="10"><path d="M256.7.9H63.3C28.9.9.9 28.9.9 63.3V160a159.1 159.1 0 0 0 318.2 0V63.3c0-34.4-28-62.4-62.4-62.4z"/><circle cx="231.7" cy="104.2" r="35.1"/><circle cx="221.1" cy="114.8" r="35.1"/><circle cx="210.5" cy="125.4" r="35.1"/><circle cx="199.9" cy="136" r="35.1"/><circle cx="189.3" cy="146.6" r="35.1"/><circle cx="178.7" cy="157.2" r="35.1"/><circle cx="168.1" cy="167.8" r="35.1"/><circle cx="158.1" cy="177.8" r="35.1"/><circle cx="146.9" cy="189" r="35.1"/><circle cx="136.3" cy="199.6" r="35.1"/><circle cx="126.2" cy="189.5" r="35.1"/><circle cx="116.1" cy="179.4" r="35.1"/><circle cx="106" cy="169.3" r="35.1"/><circle cx="95.9" cy="159.2" r="35.1"/><circle cx="85.8" cy="149.1" r="35.1"/></g></svg>
<svg width="320" height="320" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_5672)" fill="#fff" stroke="#151515" stroke-width="1.2" stroke-miterlimit="10"><path d="M256.686.936H63.314C28.862.936.936 28.862.936 63.314V160c0 87.847 71.217 159.064 159.064 159.064S319.064 247.847 319.064 160V63.314c0-34.452-27.926-62.378-62.378-62.378z"/><path d="M231.735 139.259c19.378 0 35.088-15.709 35.088-35.087 0-19.379-15.71-35.088-35.088-35.088s-35.088 15.71-35.088 35.088 15.71 35.087 35.088 35.087z"/><path d="M221.131 149.864c19.378 0 35.087-15.71 35.087-35.088 0-19.379-15.709-35.088-35.087-35.088-19.379 0-35.088 15.71-35.088 35.088s15.709 35.088 35.088 35.088z"/><path d="M210.526 160.468c19.379 0 35.088-15.71 35.088-35.088s-15.709-35.088-35.088-35.088c-19.378 0-35.087 15.71-35.087 35.088s15.709 35.088 35.087 35.088z"/><path d="M199.922 171.072c19.378 0 35.088-15.709 35.088-35.088 0-19.378-15.71-35.087-35.088-35.087s-35.088 15.709-35.088 35.087c0 19.379 15.71 35.088 35.088 35.088z"/><path d="M189.318 181.676c19.378 0 35.087-15.709 35.087-35.087 0-19.379-15.709-35.088-35.087-35.088-19.379 0-35.088 15.709-35.088 35.088 0 19.378 15.709 35.087 35.088 35.087z"/><path d="M178.713 192.281c19.379 0 35.088-15.71 35.088-35.088s-15.709-35.088-35.088-35.088c-19.378 0-35.087 15.71-35.087 35.088s15.709 35.088 35.087 35.088z"/><path d="M168.109 202.885c19.379 0 35.088-15.709 35.088-35.088 0-19.378-15.709-35.087-35.088-35.087-19.378 0-35.088 15.709-35.088 35.087 0 19.379 15.71 35.088 35.088 35.088z"/><path d="M157.505 213.489c19.378 0 35.088-15.709 35.088-35.087 0-19.379-15.71-35.088-35.088-35.088-19.379 0-35.088 15.709-35.088 35.088 0 19.378 15.709 35.087 35.088 35.087z"/><path d="M146.901 224.094c19.378 0 35.087-15.71 35.087-35.088 0-19.379-15.709-35.088-35.087-35.088-19.379 0-35.088 15.709-35.088 35.088 0 19.378 15.709 35.088 35.088 35.088z"/><path d="M136.296 234.698c19.379 0 35.088-15.709 35.088-35.088 0-19.378-15.709-35.088-35.088-35.088-19.378 0-35.087 15.71-35.087 35.088 0 19.379 15.709 35.088 35.087 35.088z"/><path d="M136.296 234.698c19.379 0 35.088-15.709 35.088-35.088 0-19.378-15.709-35.088-35.088-35.088-19.378 0-35.087 15.71-35.087 35.088 0 19.379 15.709 35.088 35.087 35.088z"/><path d="M126.191 224.593c19.378 0 35.088-15.71 35.088-35.088 0-19.379-15.71-35.088-35.088-35.088s-35.088 15.709-35.088 35.088c0 19.378 15.71 35.088 35.088 35.088z"/><path d="M116.086 214.487c19.378 0 35.087-15.709 35.087-35.087 0-19.379-15.709-35.088-35.087-35.088-19.379 0-35.088 15.709-35.088 35.088 0 19.378 15.71 35.087 35.088 35.087z"/><path d="M105.98 204.382c19.379 0 35.088-15.709 35.088-35.088 0-19.378-15.709-35.087-35.088-35.087-19.378 0-35.087 15.709-35.087 35.087 0 19.379 15.71 35.088 35.087 35.088z"/><path d="M95.875 194.277c19.379 0 35.088-15.71 35.088-35.088s-15.709-35.088-35.088-35.088c-19.378 0-35.087 15.71-35.087 35.088s15.709 35.088 35.087 35.088z"/><path d="M85.77 184.172c19.378 0 35.088-15.71 35.088-35.088 0-19.379-15.71-35.088-35.088-35.088s-35.088 15.709-35.088 35.088c0 19.378 15.71 35.088 35.088 35.088z"/></g><defs><clipPath id="clip0_1916_5672"><path fill="#fff" d="M0 0h320v320H0z"/></clipPath></defs></svg>

Before

Width:  |  Height:  |  Size: 922 B

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-beta4-56262';
$wp_version = '6.3-beta4-56263';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.