Index: src/wp-admin/about.php
===================================================================
--- src/wp-admin/about.php	(revision 43896)
+++ src/wp-admin/about.php	(working copy)
@@ -16,12 +16,15 @@
 
 list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
 
+wp_enqueue_style( 'wp-block-library' );
+
 include( ABSPATH . 'wp-admin/admin-header.php' );
 ?>
 	<div class="wrap about-wrap full-width-layout">
 		<h1><?php printf( __( 'Welcome to WordPress&nbsp;%s' ), $display_version ); ?></h1>
 
-		<p class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s will smooth your design workflow and keep you safe from coding errors.' ), $display_version ); ?></p>
+		<p class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s introduces a robust new content creation experience.' ), $display_version ); ?></p>
+		<p class="about-text"><?php printf( __( 'Need to use the old editor? <a href="%s">Learn how</a>.' ), 'https://wordpress.org/plugins/classic-editor' ); ?></p>
 		<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
 
 		<h2 class="nav-tab-wrapper wp-clearfix">
@@ -31,346 +34,219 @@
 			<a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
 		</h2>
 
-		<div class="changelog point-releases">
-			<h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
-			<p>
-				<?php
-				printf(
-					/* translators: 1: WordPress version number, 2: plural number of bugs. */
-					_n(
-						'<strong>Version %1$s</strong> addressed %2$s bug.',
-						'<strong>Version %1$s</strong> addressed %2$s bugs.',
-						46
-					),
-					'4.9.8',
-					number_format_i18n( 46 )
-				);
-				?>
-				<?php
-				/* translators: %s: Codex URL */
-				printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.8' );
-				?>
-			</p>
-			<p>
-				<?php
-				printf(
-					/* translators: 1: WordPress version number, 2: plural number of bugs. */
-					_n(
-						'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
-						'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
-						17
-					),
-					'4.9.7',
-					number_format_i18n( 17 )
-				);
-				?>
-				<?php
-				/* translators: %s: Codex URL */
-				printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.7' );
-				?>
-			</p>
-			<p>
-				<?php
-				printf(
-					/* translators: 1: WordPress version number, 2: plural number of bugs. */
-					_n(
-						'<strong>Version %1$s</strong> addressed %2$s bug.',
-						'<strong>Version %1$s</strong> addressed %2$s bugs.',
-						18
-					),
-					'4.9.6',
-					number_format_i18n( 18 )
-				);
-				?>
-				<?php
-				/* translators: %s: Codex URL */
-				printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.6' );
-				?>
-			</p>
-			<p>
-				<?php
-				printf(
-					/* translators: 1: WordPress version number, 2: plural number of bugs. */
-					_n(
-						'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
-						'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
-						28
-					),
-					'4.9.5',
-					number_format_i18n( 28 )
-				);
-				?>
-				<?php
-				/* translators: %s: Codex URL */
-				printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.5' );
-				?>
-			</p>
-			<p>
-				<?php
-				printf(
-					/* translators: 1: WordPress version number, 2: plural number of bugs. */
-					_n(
-						'<strong>Version %1$s</strong> addressed %2$s bug.',
-						'<strong>Version %1$s</strong> addressed %2$s bugs.',
-						1
-					),
-					'4.9.4',
-					number_format_i18n( 1 )
-				);
-				?>
-				<?php
-				/* translators: %s: Codex URL */
-				printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.4' );
-				?>
-			</p>
-			<p>
-				<?php
-				printf(
-					/* translators: 1: WordPress version number, 2: plural number of bugs. */
-					_n(
-						'<strong>Version %1$s</strong> addressed %2$s bug.',
-						'<strong>Version %1$s</strong> addressed %2$s bugs.',
-						34
-					),
-					'4.9.3',
-					number_format_i18n( 34 )
-				);
-				?>
-				<?php
-				/* translators: %s: Codex URL */
-				printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.3' );
-				?>
-			</p>
-			<p>
-				<?php
-				printf(
-					/* translators: 1: WordPress version number, 2: plural number of bugs. */
-					_n(
-						'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
-						'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
-						22
-					),
-					'4.9.2',
-					number_format_i18n( 22 )
-				);
-				?>
-				<?php
-				/* translators: %s: Codex URL */
-				printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.2' );
-				?>
-			</p>
-			<p>
-				<?php
-				printf(
-					/* translators: 1: WordPress version number, 2: plural number of bugs. */
-					_n(
-						'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
-						'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
-						11
-					),
-					'4.9.1',
-					number_format_i18n( 11 )
-				);
-				?>
-				<?php
-				/* translators: %s: Codex URL */
-				printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.1' );
-				?>
-			</p>
-		</div>
-
 		<div class="feature-section one-col">
 			<div class="col">
-				<h2>
-					<?php
-						printf(
-							/* translators: %s: party popper emoji */
-							__( 'Major Customizer Improvements, Code Error Checking, and More! %s' ),
-							'&#x1F389'
-						);
-					?>
-				</h2>
-				<p><?php _e( 'Welcome to an improved Customizer workflow with design drafts, locking, scheduling, and preview links. What&#8217;s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn&#8217;t pretty great, we&#8217;ve got a great new Gallery widget and improvements to theme browsing and switching.' ); ?></p>
+				<h2><?php _e( 'Say Hello to the New Editor' ); ?></h2>
 			</div>
 		</div>
 
-		<div class="inline-svg full-width">
-			<picture>
-				<source media="(max-width: 500px)" srcset="<?php echo 'https://s.w.org/images/core/4.9/banner-mobile.svg'; ?>">
-				<img src="https://s.w.org/images/core/4.9/banner.svg" alt="">
-			</picture>
+		<div class="full-width">
+			<img src="https://wordpress.org/gutenberg/files/2018/11/Gutenberg-Screenshot.png" alt="">
 		</div>
 
-		<div class="floating-header-section">
-			<div class="section-header">
-				<h2><?php _e( 'Customizer Workflow Improved' ); ?></h2>
+		<div class="feature-section one-col">
+			<div class="col">
+				<p><?php _e( 'We call the new editor Gutenberg. The entire editing experience has been rebuilt for media rich pages and posts. Experience the flexibility that blocks will bring, whether you are building your first site, or write code for a living.' ); ?></p>
 			</div>
+		</div>
 
-			<div class="section-content">
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/draft-and-schedule.svg" alt="">
-					</div>
-					<h3><?php _e( 'Draft and Schedule Site Design Customizations' ); ?></h3>
-					<p><?php _e( 'Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site&#8217;s design and schedule those design changes to go live as you please.' ); ?></p>
-				</div>
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/design-preview-links.svg" alt="">
-					</div>
-					<h3><?php _e( 'Collaborate with Design Preview Links' ); ?></h3>
-					<p><?php _e( 'Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to your team and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration&#43;&#43;?' ); ?></p>
-				</div>
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/locking.svg" alt="">
-					</div>
-					<h3><?php _e( 'Design Locking To Guard Your Changes' ); ?></h3>
-					<p><?php _e( 'Ever encounter a scenario where two designers walk into a project and designer A overrides designer B&#8217;s beautiful changes? WordPress 4.9&#8217;s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.' );?></p>
-				</div>
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/prompt.svg" alt="">
-					</div>
-					<h3><?php _e( 'A Prompt to Protect Your Work' ); ?></h3>
-					<p><?php _e( 'Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you&#8217;d like to save your unsaved changes.' ); ?></p>
-				</div>
+		<div class="feature-section four-col">
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Plugin-1-1.gif" alt=""/>
+					<figcaption><?php _e( 'Do more with fewer plugins.' ); ?></figcaption>
+				</figure>
 			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Layout-3.gif" alt=""/>
+					<figcaption><?php _e( 'Create modern, multimedia-heavy layouts.' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Devices-1-1.gif" alt=""/>
+					<figcaption><?php _e( 'Work across all screen sizes and devices.' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Visual-1.gif" alt=""/>
+					<figcaption><?php _e( 'Trust that your editor looks like your website.' ); ?></figcaption>
+				</figure>
+			</div>
 		</div>
 
-		<div class="floating-header-section">
-			<div class="section-header">
-				<h2><?php _e( 'Coding Enhancements' ); ?></h2>
+		<div class="feature-section one-col">
+			<div class="col">
+				<h2><?php _e( 'Meet your new best friends, Blocks' ); ?></h2>
+				<p><?php _e( 'Blocks are a great new tool for building engaging content. With blocks, you can insert, rearrange, and style multimedia content with very little technical knowledge. Instead of using custom code, you can add a block and focus on your content.' ); ?></p>
+				<img src="https://wordpress.org/gutenberg/files/2018/07/Insert-Block-2-1.gif" alt="">
+				<p><?php _e( 'Without being an expert developer, you can build your own custom posts and pages. Here’s a selection of the default blocks included with Gutenberg:' ); ?></p>
 			</div>
+		</div>
 
-			<div class="section-content">
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/syntax-highlighting.svg" alt="">
-					</div>
-					<h3><?php _e( 'Syntax Highlighting and Error Checking? Yes, Please!' ); ?></h3>
-					<p><?php _e( 'You&#8217;ve got a display problem but can&#8217;t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you&#8217;ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily and suss out and fix code errors quickly.' ); ?></p>
-				</div>
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/sandbox.svg" alt="">
-					</div>
-					<h3><?php _e( 'Sandbox for Safety' ); ?></h3>
-					<p><?php _e( 'The dreaded white screen. You&#8217;ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You&#8217;ll sleep better at night.' ); ?></p>
-				</div>
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/warning.svg" alt="">
-					</div>
-					<h3><?php _e( 'Warning: Potential Danger Ahead!' ); ?></h3>
-					<p><?php _e( 'When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice. It will recommend that you backup your files before saving, so they don&#8217;t get overwritten by the next update. Take the safe route: your future self will thank you. Your team and customers will thank you.' );?></p>
-				</div>
+		<div class="feature-section eight-col">
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon.png" alt=""/>
+					<figcaption><?php _e( 'Paragraph' ); ?></figcaption>
+				</figure>
 			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Heading.png" alt=""/>
+					<figcaption><?php _e( 'Heading' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Subheading.png" alt=""/>
+					<figcaption><?php _e( 'Subheading' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Quote.png" alt=""/>
+					<figcaption><?php _e( 'Quote' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Image.png" alt=""/>
+					<figcaption><?php _e( 'Image' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Gallery.png" alt=""/>
+					<figcaption><?php _e( 'Gallery' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Cover-Image.png" alt=""/>
+					<figcaption><?php _e( 'Cover Image' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Video.png" alt=""/>
+					<figcaption><?php _e( 'Video' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Audio.png" alt=""/>
+					<figcaption><?php _e( 'Audio' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Column.png" alt=""/>
+					<figcaption><?php _e( 'Columns' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-File.png" alt=""/>
+					<figcaption><?php _e( 'File' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Code.png" alt=""/>
+					<figcaption><?php _e( 'Code' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-List.png" alt=""/>
+					<figcaption><?php _e( 'List' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Button.png" alt=""/>
+					<figcaption><?php _e( 'Button' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-Embeds.png" alt=""/>
+					<figcaption><?php _e( 'Embeds' ); ?></figcaption>
+				</figure>
+			</div>
+			<div class="col">
+				<figure>
+					<img src="https://wordpress.org/gutenberg/files/2018/07/Block-Icon-More.png" alt=""/>
+					<figcaption><?php _e( 'More' ); ?></figcaption>
+				</figure>
+			</div>
 		</div>
 
-		<div class="floating-header-section">
-			<div class="section-header">
-				<h2><?php _e( 'Even More Widget Updates' ); ?></h2>
+		<div class="feature-section one-col">
+			<div class="col">
+				<h2><?php _e( 'Be your own builder' ); ?></h2>
+				<p><?php _e( 'A single block is nice—reliable, clear, distinct. Discover the flexibility to use media and content, side by side, driven by your vision.' ); ?></p>
+				<img src="https://wordpress.org/gutenberg/files/2018/08/Builder.gif" alt="">
 			</div>
+		</div>
+		
+		<hr />
 
-			<div class="section-content">
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/gallery-widget.svg" alt="">
-					</div>
-					<h3><?php _e( 'The New Gallery Widget' ); ?></h3>
-					<p><?php _e( 'An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via widget. Yes!' ); ?></p>
-				</div>
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/media-button.svg" alt="">
-					</div>
-					<h3><?php _e( 'Press a Button, Add Media' ); ?></h3>
-					<p><?php _e( 'Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!' ); ?></p>
-				</div>
+		<div class="feature-section one-col">
+			<div class="col">
+				<h2><?php _e( 'A Stunning New Default Theme' ); ?></h2>
 			</div>
 		</div>
 
-		<div class="floating-header-section">
-			<div class="section-header">
-				<h2><?php _e( 'Site Building Improvements' ); ?></h2>
-			</div>
+		<div class="full-width">
+			<img src="https://wordpress.org/gutenberg/files/2018/11/twenty-nineteen.png" alt="">
+		</div>
 
-			<div class="section-content">
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/theme-switching.svg" alt="">
-					</div>
-					<h3><?php _e( 'More Reliable Theme Switching' ); ?></h3>
-					<p><?php _e( 'When you switch themes, widgets sometimes think they can just up and move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it&#8217;s time for a new theme. Additionally, you can preview installed themes or download, install, and preview new themes right. Nothing says handy like being able to preview before you deploy. ' ); ?></p>
-				</div>
-				<div class="section-item">
-					<div class="inline-svg">
-						<img src="https://s.w.org/images/core/4.9/menu-flow.svg" alt="">
-					</div>
-					<h3><?php _e( 'Better Menu Instructions = Less Confusion' ); ?></h3>
-					<p><?php _e( 'Were you confused by the steps to create a new menu? Perhaps no longer! We&#8217;ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.' ); ?></p>
-				</div>
+		<div class="feature-section one-col">
+			<div class="col">
+				<p><?php _e( 'Welcome to Twenty Nineteen, a brand new default theme which shows off the power of Gutenberg and block editing.' ); ?></p>
 			</div>
 		</div>
 
-		<div class="inline-svg">
-			<picture>
-				<source media="(max-width: 500px)" srcset="<?php echo 'https://s.w.org/images/core/4.9/gutenberg-mobile.svg'; ?>">
-				<img src="https://s.w.org/images/core/4.9/gutenberg.svg" alt="">
-			</picture>
+		<div class="feature-section three-col">
+			<div class="col">
+				<img src="https://wordpress.org/gutenberg/files/2018/11/twenty-nineteen-gutenberg.png" alt="">
+				<h3>Designed for the block editor</h3>
+				<p><?php _e( "Twenty Nineteen features custom styles for Gutenberg's default blocks. It makes extensive use of editor styles, so what you create in the editor looks like what your visitors will see." ); ?></p>
+			</div>
+			<div class="col">
+				<img src="https://wordpress.org/gutenberg/files/2018/11/twenty-nineteen-type.png" alt="">
+				<h3>Simple, type-driven layout</h3>
+				<p><?php _e( 'Feature ample whitespace, and moderns sans-serif headlines paired with classic serif body text, Twenty Nineteen is build to be beautiful on the go. It uses system fonts to increase loading speed. No more long waits on slow networks!' ); ?></p>
+			</div>
+			<div class="col">
+				<img src="https://wordpress.org/gutenberg/files/2018/11/twenty-nineteen-versatile.gif" alt="">
+				<h3>Versatile design for all sites</h3>
+				<p><?php _e( "Twenty Nineteen is designed to work for a wide variety of uses, whether you're running a photo blog or launching a new business." ); ?></p>
+			</div>
 		</div>
 
-		<div class="feature-section">
-			<h2>
-				<?php
-					printf(
-						/* translators: %s: handshake emoji */
-						__( 'Lend a Hand with Gutenberg %s' ),
-						'&#x1F91D'
-					);
-				?>
-			</h2>
-			<p><?php printf(
-				__( 'WordPress is working on a new way to create and control your content and we&#8217;d love to have your help. Interested in being an <a href="%s">early tester</a> or getting involved with the Gutenberg project? <a href="%s">Contribute on GitHub</a>.' ),
-				__( 'https://wordpress.org/plugins/gutenberg/' ),
-				'https://github.com/WordPress/gutenberg' ); ?></p>
-		</div>
-
 		<hr />
 
 		<div class="changelog">
-			<h2><?php
-				printf(
-					/* translators: %s: smiling face with smiling eyes emoji */
-					__( 'Developer Happiness %s' ),
-					'&#x1F60A'
-				);
-			?></h2>
+			<h2><?php _e( 'Developer Happiness' ); ?></h2>
 
-			<div class="under-the-hood two-col">
+			<div class="under-the-hood three-col">
 				<div class="col">
-					<h3><a href="https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/"><?php _e( 'Customizer JS API Improvements' ); ?></a></h3>
-					<p><?php
-						printf(
-							/* translators: %s: https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/  */
-							__( 'We&#8217;ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points and making it just as easy to work with as the PHP API. There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href="%s">Check out the full list.</a>' ),
-							'https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/'
-						);
-					?></p>
+					<h3><a href="#"><?php _e( 'Built with modern tech.' ); ?></a></h3>
+					<p><?php _e( 'Gutenberg was developed on GitHub using the WordPress REST API, JavaScript, and React.' ); ?></p>
 				</div>
 				<div class="col">
-					<h3><a href="https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/"><?php _e( 'CodeMirror available for use in your themes and plugins' ); ?></a></h3>
-					<p><?php _e( 'We&#8217;ve introduced a new code editing library, CodeMirror, for use within core. Use it to improve any code writing or editing experiences within your plugins, like CSS or JavaScript include fields.' ); ?></p>
+					<h3><a href="#"><?php _e( 'Designed for compatibility.' ); ?></a></h3>
+					<p><?php _e( 'We recommend migrating features to blocks, but support for existing WordPress functionality remains. There will be transition paths for shortcodes, meta boxes, and Custom Post Types.' ); ?></p>
 				</div>
 				<div class="col">
-					<h3><a href="https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/"><?php _e( 'MediaElement.js upgraded to 4.2.6' ); ?></a></h3>
-					<p><?php _e( 'WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.' ); ?></p>
+					<h3><a href="#"><?php _e( 'Something Else.' ); ?></a></h3>
+					<p><?php _e( 'Gutenberg is available as a plugin today, and will be included in version 5.0 of WordPress. The classic editor will be available as a plugin if needed.' ); ?></p>
 				</div>
-				<div class="col">
-					<h3><a href="https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/"><?php _e( 'Improvements to Roles and Capabilities' ); ?></a></h3>
-					<p><?php _e( 'New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.' ); ?></p>
-				</div>
 			</div>
 		</div>
 
Index: src/wp-admin/css/about.css
===================================================================
--- src/wp-admin/css/about.css	(revision 43896)
+++ src/wp-admin/css/about.css	(working copy)
@@ -40,7 +40,7 @@
 .about-wrap hr {
 	border: 0;
 	height: 0;
-	margin: 0;
+	margin: 3em 0 0;
 	border-top: 1px solid rgba(0, 0, 0, 0.1);
 }
 
@@ -51,6 +51,24 @@
 	vertical-align: middle;
 }
 
+.about-wrap figure {
+	position: relative;
+	margin: 0;
+}
+
+.about-wrap .feature-section figure img {
+	margin-bottom: 0;
+}
+
+.about-wrap figcaption {
+	position: absolute;
+	bottom: 0;
+	width: 100%;
+    padding: 40px 10px 15px;
+    overflow: auto;
+    box-sizing: border-box;
+}
+
 .about-wrap .jetpack-video-wrapper {
 	margin-bottom: 0;
 }
@@ -132,12 +150,6 @@
 	color: #23282d;
 }
 
-.about-wrap .changelog h2 {
-	font-size: 1.4em;
-	font-weight: 600;
-	text-align: left;
-}
-
 .about-wrap .changelog h3 {
 	margin: 1.33em 0;
 	font-size: 1em;
@@ -151,6 +163,12 @@
 	font-weight: 400;
 }
 
+.about-wrap figcaption {
+    font-size: 13px;
+    text-align: center;
+	color: white;
+}
+
 .about-wrap .about-description,
 .about-wrap .about-text {
 	margin-top: 1.4em;
@@ -161,7 +179,6 @@
 
 .about-wrap .about-text {
 	margin: 1em 200px 1em 0;
-	min-height: 60px;
 	color: #555d66;
 }
 
@@ -175,7 +192,7 @@
 
 .about-wrap .feature-section.one-col {
 	margin: 0 auto;
-	max-width: 700px;
+	max-width: 680px;
 }
 
 .about-wrap .inline-svg img {
@@ -197,6 +214,12 @@
 	max-width: 47%;
 }
 
+.about-wrap .three-col,
+.about-wrap .four-col {
+	margin: auto;
+	max-width: 1020px;
+}
+
 .about-wrap .three-col .col {
 	align-self: flex-start;
 	min-width: 31%;
@@ -203,6 +226,23 @@
 	max-width: 31%;
 }
 
+.about-wrap .four-col .col {
+	align-self: flex-start;
+	min-width: 23%;
+	max-width: 23%;
+}
+
+.about-wrap .feature-section.eight-col .col {
+	align-self: flex-start;
+	margin-top: 6px;
+	min-width: 12%;
+	max-width: 12%;
+}
+
+.about-wrap .one-col img {
+	margin: 1em 0 2em;
+}
+
 .about-wrap .two-col img {
 	margin-bottom: 1.5em;
 }
@@ -294,7 +334,6 @@
 
 .about-wrap .feature-section {
 	overflow: hidden;
-	padding: 0 0 40px;
 }
 
 .about-wrap .feature-section.no-heading {
@@ -305,10 +344,6 @@
 	overflow: hidden;
 }
 
-.about-wrap .feature-section img {
-	margin-bottom: 1em;
-}
-
 .about-wrap .embed-container {
 	text-align: center;
 }
@@ -346,84 +381,6 @@
 	padding: 0 5px;
 }
 
-/* 2.3 Floating Header Layout */
-
-.about-wrap .floating-header-section {
-	display: -ms-grid;
-	display: grid;
-	grid-gap: 0 60px;
-	-ms-grid-columns: 5fr 11fr;
-	grid-template-columns: 5fr 11fr;
-	max-width: 1020px;
-	margin: 0 auto 120px;
-}
-
-.about-wrap .floating-header-section .section-header {
-	-ms-grid-column: 1;
-	grid-column: 1;
-	position: relative;
-	min-width: 230px;
-	max-width: 300px;
-}
-
-.about-wrap .floating-header-section h2 {
-	margin: 0;
-	text-align: left;
-	position: absolute;
-}
-
-.about-wrap .floating-header-section .section-content {
-	-ms-grid-column: 2;
-	grid-column: 2;
-	display: flex;
-	justify-content: space-between;
-	align-items: flex-start;
-	flex-flow: row wrap;
-	flex-grow: 2;
-	flex-shrink: 0;
-}
-
-.about-wrap .floating-header-section .section-item {
-	flex-grow: 1;
-	max-width: calc(50% - 30px);
-}
-
-.about-wrap .floating-header-section .section-item:nth-child(1),
-.about-wrap .floating-header-section .section-item:nth-child(2) {
-	margin-bottom: 60px;
-}
-
-.about-wrap .floating-header-section .section-item:nth-child(1):nth-last-child(2),
-.about-wrap .floating-header-section .section-item:nth-child(2):nth-last-child(1) {
-	margin-bottom: 0;
-}
-
-.about-wrap .floating-header-section.has-long-title {
-	display: block;
-}
-
-.about-wrap .floating-header-section.has-long-title .section-header {
-	max-width: 100%;
-}
-
-.about-wrap .floating-header-section.has-long-title h2 {
-	position: static;
-	margin-bottom: 60px;
-}
-
-.about-wrap .floating-header-section.has-long-title .section-content {
-	justify-content: flex-start;
-}
-
-.about-wrap .floating-header-section.has-long-title .section-item {
-	max-width: 300px;
-	margin-bottom: 0;
-}
-
-.about-wrap .floating-header-section.has-long-title .section-item + .section-item {
-	margin-left: 60px;
-}
-
 /*------------------------------------------------------------------------------
   3.0 - Credits & Freedoms Pages
 ------------------------------------------------------------------------------*/
@@ -538,14 +495,28 @@
 	}
 
 	.about-wrap .two-col .col,
-	.about-wrap .three-col .col {
+	.about-wrap .three-col .col,
+	.about-wrap .four-col .col {
 		min-width: 48% !important;
 	}
+	
+	.about-wrap .eight-col .col {
+		min-width: 24% !important;
+	}
 
-	.about-wrap .three-col img {
+	.about-wrap .three-col img,
+	.about-wrap .four-col img,
+	.about-wrap .eight-col img {
 		display: block;
 		margin: 0 auto;
 	}
+	
+	.about-wrap figcaption {
+		position: relative;
+		margin-top: 10px;
+		padding-top: 0;
+		color: #40464D;
+	}
 
 	.about-wrap .floating-header-section {
 		display: block;
@@ -584,10 +555,12 @@
 	}
 
 	.about-wrap .two-col .col,
+	.about-wrap .three-col .col,
 	.about-wrap .three-col .col {
 		min-width: 100% !important;
 	}
 
+	.about-wrap .under-the-hood.four-col .col,
 	.about-wrap .under-the-hood.three-col .col,
 	.about-wrap .under-the-hood.two-col .col,
 	.about-wrap .under-the-hood.one-col .col {
