Changeset 6635 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
- Timestamp:
- 02/14/2018 11:59:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
r6608 r6635 110 110 <section class="freedoms row gutters between"> 111 111 <div class="col-3"> 112 < img class="aligncenter" alt="" src="https://cldup.com/BcSCNPa-D1-3000x3000.png" width="150" />112 <div class="graphic"></div> 113 113 <h4><?php _esc_html_e( 'The 1st Freedom', 'wporg' ); ?></h4> 114 114 <p><?php _esc_html_e( 'To run the program for any purpose.', 'wporg' ); ?></p> 115 115 </div> 116 116 <div class="col-3"> 117 < img class="aligncenter" alt="" src="https://cldup.com/OWDlYRsg4S-3000x3000.png" width="150" />117 <div class="graphic"></div> 118 118 <h4><?php _esc_html_e( 'The 2nd Freedom', 'wporg' ); ?></h4> 119 119 <p><?php _esc_html_e( 'To study how the program works and change it to make it do what you wish.', 'wporg' ); ?></p> 120 120 </div> 121 121 <div class="col-3"> 122 < img class="aligncenter" alt="" src="https://cldup.com/OSEjaXa5Xb-3000x3000.png" width="150" />122 <div class="graphic"></div> 123 123 <h4><?php _esc_html_e( 'The 3rd Freedom', 'wporg' ); ?></h4> 124 124 <p><?php _esc_html_e( 'To redistribute.', 'wporg' ); ?></p> 125 125 </div> 126 126 <div class="col-3"> 127 < img class="aligncenter" alt="" src="https://cldup.com/nvNzFoZE8t-3000x3000.png" width="150" />127 <div class="graphic"></div> 128 128 <h4><?php _esc_html_e( 'The 4th Freedom', 'wporg' ); ?></h4> 129 129 <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.