Changeset 6593
- Timestamp:
- 02/12/2018 04:23:37 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
r6585 r6593 33 33 <section class="col-8"> 34 34 <h2 id="mission"><?php _esc_html_e( 'Our Mission', 'wporg' ); ?></h2> 35 <p><?php _esc_html_e( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability. We believe great software should work with little set up, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable to easily get started, it also offers a solid array of features for growth and success.', 'wporg' ); ?></p> 36 <p> 37 <?php 38 /* translators: Link to */ 39 printf( wp_kses_post( ___( 'We believe in democratizing publishing and the <a href="%s">freedoms that come with open source</a>. Gathered behind this is idea is a large community of people dedicated to this project. The WordPress community is growing and inclusive. Their passion is what drives the success of work press and, in turn, helps you reach your goals.', 'wporg' ) ), esc_url( 'https://opensource.org/osd-annotated' ) ); 40 ?> 41 </p> 42 35 43 <div class="shape technology"> 36 44 <a class="dashicons-before dashicons-welcome-widgets-menus" href=""> … … 51 59 <div class="col-4"> 52 60 <h4><?php _esc_html_e( 'The Technology', 'wporg' ); ?></h4> 53 <p><?php _esc_html_e( 'Learn about WordPress, where we’ve been, and where we’regoing.', 'wporg' ); ?></p>61 <p><?php _esc_html_e( 'Learn about WordPress, where it’s been, and where it’s going.', 'wporg' ); ?></p> 54 62 <ul> 55 63 <li><a href="<?php echo esc_url( home_url( '/about/requirements/' ) ); ?>"><?php _esc_html_e( 'Requirements', 'wporg' ); ?></a></li> … … 84 92 <section class="col-8"> 85 93 <h2 id="story"><?php _esc_html_e( 'Our Story', 'wporg' ); ?></h2> 94 <p> 95 <?php 96 /* translators: 1: Link to b2/cafelog; 2: WordPress market share: 29%; */ 97 printf( wp_kses_post( ___( 'WordPress started in 2003 when Mike Little and Matt Mullenweg created a <a href="%1$s">fork of b2/cafelog</a>. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL and licensed under the GPLv2. It is also the platform of choice for over %2$s of all sites across the web.', 'wporg' ) ), esc_url( 'https://www.whoishostingthis.com/resources/b2-cafelog/' ), esc_html( WP_MARKET_SHARE . '%' ) ); 98 ?> 99 </p> 100 <p><?php _esc_html_e( 'WordPress is the success story of open-source projects everywhere. Not only does it evolve in progressive ways—supported by the finest engineers, designers, scientists, and bloggers the world has ever seen—but it also provides the opportunity for everyone to create and share, from handcrafted personal anecdotes to world-changing movements. People with little tech background can use it out of the box, and the more text savvy can use it in the most advanced ways.', 'wporg' ); ?></p> 86 101 </section> 87 102 88 103 <section class="col-8"> 89 104 <h2 id="bill-of-rights"><?php _esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2> 105 <p><?php _esc_html_e( 'WordPress is licensed under the General Public License (GPLv2 or later) which provides four core freedoms. Consider this the WordPress Bill of Rights:', 'wporg' ); ?></p> 106 </section> 107 108 <section class="freedoms row gutters between"> 109 <div class="col-3"> 110 <img class="aligncenter" alt="" src="https://cldup.com/BcSCNPa-D1-3000x3000.png" width="150" /> 111 <h4><?php _esc_html_e( 'The 1st Freedom', 'wporg' ); ?></h4> 112 <p><?php _esc_html_e( 'To run the program for any purpose.', 'wporg' ); ?></p> 113 </div> 114 <div class="col-3"> 115 <img class="aligncenter" alt="" src="https://cldup.com/OWDlYRsg4S-3000x3000.png" width="150" /> 116 <h4><?php _esc_html_e( 'The 2nd Freedom', 'wporg' ); ?></h4> 117 <p><?php _esc_html_e( 'To study how the program works and change it to make it do what you wish.', 'wporg' ); ?></p> 118 </div> 119 <div class="col-3"> 120 <img class="aligncenter" alt="" src="https://cldup.com/OSEjaXa5Xb-3000x3000.png" width="150" /> 121 <h4><?php _esc_html_e( 'The 3rd Freedom', 'wporg' ); ?></h4> 122 <p><?php _esc_html_e( 'To redistribute.', 'wporg' ); ?></p> 123 </div> 124 <div class="col-3"> 125 <img class="aligncenter" alt="" src="https://cldup.com/nvNzFoZE8t-3000x3000.png" width="150" /> 126 <h4><?php _esc_html_e( 'The 4th Freedom', 'wporg' ); ?></h4> 127 <p><?php _esc_html_e( 'To distribute copies of your modified versions to others.', 'wporg' ); ?></p> 128 </div> 90 129 </section> 91 130
Note: See TracChangeset
for help on using the changeset viewer.