Making WordPress.org


Ignore:
Timestamp:
02/14/2018 11:59:53 PM (7 years ago)
Author:
obenland
Message:

Main: Use updated & optimized freedom graphics

Props cathibosco1, mapk.
See #3046.
Fixes #3372.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php

    r6608 r6635  
    110110                <section class="freedoms row gutters between">
    111111                    <div class="col-3">
    112                         <img class="aligncenter" alt="" src="https://cldup.com/BcSCNPa-D1-3000x3000.png" width="150" />
     112                        <div class="graphic"></div>
    113113                        <h4><?php _esc_html_e( 'The 1st Freedom', 'wporg' ); ?></h4>
    114114                        <p><?php _esc_html_e( 'To run the program for any purpose.', 'wporg' ); ?></p>
    115115                    </div>
    116116                    <div class="col-3">
    117                         <img class="aligncenter" alt="" src="https://cldup.com/OWDlYRsg4S-3000x3000.png" width="150" />
     117                        <div class="graphic"></div>
    118118                        <h4><?php _esc_html_e( 'The 2nd Freedom', 'wporg' ); ?></h4>
    119119                        <p><?php _esc_html_e( 'To study how the program works and change it to make it do what you wish.', 'wporg' ); ?></p>
    120120                    </div>
    121121                    <div class="col-3">
    122                         <img class="aligncenter" alt="" src="https://cldup.com/OSEjaXa5Xb-3000x3000.png" width="150" />
     122                        <div class="graphic"></div>
    123123                        <h4><?php _esc_html_e( 'The 3rd Freedom', 'wporg' ); ?></h4>
    124124                        <p><?php _esc_html_e( 'To redistribute.', 'wporg' ); ?></p>
    125125                    </div>
    126126                    <div class="col-3">
    127                         <img class="aligncenter" alt="" src="https://cldup.com/nvNzFoZE8t-3000x3000.png" width="150" />
     127                        <div class="graphic"></div>
    128128                        <h4><?php _esc_html_e( 'The 4th Freedom', 'wporg' ); ?></h4>
    129129                        <p><?php _esc_html_e( 'To distribute copies of your modified versions to others.', 'wporg' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.