Make WordPress Core


Ignore:
Timestamp:
04/15/2014 01:30:36 AM (12 years ago)
Author:
nacin
Message:

About page design, first pass.

props melchoyce, ryelle.
see #27713.

File:
1 edited

Legend:

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

    r28092 r28127  
    3636<div class="changelog">
    3737    <h2 class="about-headline-callout"><?php echo ( 'A smoother media editing&nbsp;experience' ); ?></h2>
    38     <img class="about-overview-img" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/overview.png?1" />
    39     <div class="feature-section col three-col">
    40         <div class="col-1">
    41             <h4><?php echo ( 'Gallery previews' ); ?></h4>
    42             <p><?php echo ( 'Galleries display a beautiful grid of images right in the editor, just like they do in your published post.' ); ?></p>
    43         </div>
    44         <div class="col-2">
    45             <h4><?php echo ( 'Improved image editing' ); ?></h4>
    46             <p><?php echo ( 'We&#8217;ve made it much easier to edit your images, with quicker access to cropping and rotation tools. You can also scale images directly in the editor to find just the right fit.' ); ?></p>
    47         </div>
    48         <div class="col-3 last-feature">
    49             <h4><?php echo ( 'Drag and drop your images' ); ?></h4>
    50             <p><?php echo ( 'Grab images from your desktop and drop them directly onto the editor, saving yourself that extra step.' ); ?></p>
    51         </div>
     38    <div class="about-overview">
     39        <img class="about-overview-img" src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/overview.png?0" />
    5240    </div>
    5341    <div class="feature-section col three-col">
    5442        <div class="col-1">
     43            <img src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/editor.jpg?0" />
    5544            <h4><?php echo ( 'Improved visual editor' ); ?></h4>
    5645            <p><?php echo ( 'We&#8217;ve updated the visual editor with better mobile support, improved speed and accessibility, and a modern API for developers.' ); ?></p>
     
    5847        </div>
    5948        <div class="col-2">
     49            <img src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/image.jpg?0" />
     50            <h4><?php echo ( 'Improved image editing' ); ?></h4>
     51            <p><?php echo ( 'We&#8217;ve made it much easier to edit your images, with quicker access to cropping and rotation tools. You can also scale images directly in the editor to find just the right fit.' ); ?></p>
     52        </div>
     53        <div class="col-3 last-feature">
     54            <img src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/drop.jpg?0" />
     55            <h4><?php echo ( 'Drag and drop your images' ); ?></h4>
     56            <p><?php echo ( 'Grab images from your desktop and drop them directly onto the editor, saving yourself that extra step.' ); ?></p>
     57        </div>
     58    </div>
     59
     60    <hr>
     61
     62    <div class="feature-section col two-col">
     63        <div class="col-1">
     64            <img src="https://core.trac.wordpress.org//wordpress.org/images/core/3.9/gallery.jpg?0" />
     65            <h4><?php echo ( 'Gallery previews' ); ?></h4>
     66            <p><?php echo ( 'Galleries display a beautiful grid of images right in the editor, just like they do in your published post.' ); ?></p>
     67        </div>
     68        <div class="col-2 last-feature">
    6069            <h4><?php echo ( 'Do more with audio and video' ); ?></h4>
    6170            <p><?php echo ( 'Images have galleries; now we&#8217;ve added simple audio and video playlists, so you can showcase your music and clips.' ); ?></p>
    62             <!-- maybe insert note about playing/editing audio/video from the editor -->
    63         </div>
    64         <div class="col-3 last-feature">
    65             <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/colors.png?1" />
    66             <!-- embedded playlist? -->
    6771        </div>
    6872    </div>
     
    7175<hr>
    7276
    73 <div class="changelog">
     77<div class="changelog customize">
    7478    <h3><?php echo ( 'Customize your heart out' ); ?></h3>
    7579
    7680    <div class="feature-section col two-col">
    7781        <div>
    78             <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/twentyfourteen.jpg?1" />
    7982            <h4><?php echo ( 'Live widget previews' ); ?></h4>
    8083            <p><?php echo ( 'Add, edit, and rearrange your site&#8217;s widgets right in the theme customizer. No &#8220;save and surprise&#8221; &mdash; preview your changes live and only save them when you&#8217;re ready.' ); ?></p>
     
    8285        </div>
    8386        <div class="last-feature">
    84             <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/twentyfourteen.jpg?1" />
     87            <img src="//wordpress.org/images/core/3.9/theme.jpg?0" />
    8588            <h4><?php _e( 'Stunning new theme browser' ); ?></h4>
    8689            <p><?php _e( 'Looking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.' ); ?></p>
    87             <p><a href="<?php echo network_admin_url( 'theme-install.php' ); ?>" class="button button-primary">Browse Themes</a></p>
     90            <p><a href="<?php echo network_admin_url( 'theme-install.php' ); ?>" class="button button-large button-primary">Browse Themes</a></p>
    8891        </div>
    8992    </div>
     
    9295<hr>
    9396
    94 <div class="changelog">
     97<div class="changelog under-the-hood">
    9598    <h3><?php _e( 'Under the Hood' ); ?></h3>
    9699
Note: See TracChangeset for help on using the changeset viewer.