| 1 | <?php |
| 2 | /** |
| 3 | * Contribute administration panel. |
| 4 | * |
| 5 | * @package WordPress |
| 6 | * @subpackage Administration |
| 7 | */ |
| 8 | |
| 9 | /** WordPress Administration Bootstrap */ |
| 10 | require_once __DIR__ . '/admin.php'; |
| 11 | |
| 12 | // Used in the HTML title tag. |
| 13 | $title = __( 'Contribute' ); |
| 14 | |
| 15 | list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); |
| 16 | |
| 17 | require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 18 | ?> |
| 19 | <div class="wrap about__container"> |
| 20 | |
| 21 | <div class="about__header"> |
| 22 | <div class="about__header-title"> |
| 23 | <h1> |
| 24 | <?php _e( 'Contribute' ); ?> |
| 25 | </h1> |
| 26 | </div> |
| 27 | |
| 28 | <div class="about__header-text"> |
| 29 | <?php _e( 'Take part in WordPress development' ); ?> |
| 30 | </div> |
| 31 | </div> |
| 32 | |
| 33 | <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> |
| 34 | <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> |
| 35 | <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> |
| 36 | <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> |
| 37 | <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a> |
| 38 | <a href="contribute.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Contribute' ); ?></a> |
| 39 | </nav> |
| 40 | |
| 41 | <div class="about__section has-2-columns is-wider-right"> |
| 42 | <div class="column about__image"> |
| 43 | <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" /> |
| 44 | </div> |
| 45 | <div class="column is-vertically-aligned-center"> |
| 46 | <p><?php _e( 'You can contribute to WordPress development in lots of ways, to share your ideas and collaborate on subjects close to your heart. You might find yourself trying out many different roles and possibilities, and you will almost always be learning continuously and meeting people who share a passion for WordPress' ); ?></p> |
| 47 | |
| 48 | <p> |
| 49 | <?php |
| 50 | printf( |
| 51 | /* translators: %s: Number of Make teams */ |
| 52 | __( 'Make WordPress has more than %s teams you can join. Each one has multiple working groups and separate projects.' ), |
| 53 | 20 |
| 54 | ); |
| 55 | ?> |
| 56 | </p> |
| 57 | </div> |
| 58 | </div> |
| 59 | |
| 60 | <div class="about__section"> |
| 61 | <div class="column"> |
| 62 | <h2 class="is-smaller-heading"><?php _e( 'Eager to find a team you will enjoy?' ); ?></h2> |
| 63 | <p><?php _e( 'What do you like best? Or have some experience with? It’s great to start there. But you can always take time to look around and explore the possibilities, both before stepping in to contribute and later, when you have been on a team for a while. The choice is yours, and either way, you can learn a lot.' ); ?></p> |
| 64 | </div> |
| 65 | </div> |
| 66 | |
| 67 | <div class="about__section has-2-columns"> |
| 68 | <div class="column is-vertically-aligned-center"> |
| 69 | <ul> |
| 70 | <li><?php _e( 'Choose a team' ); ?></li> |
| 71 | <li> |
| 72 | <?php |
| 73 | printf( |
| 74 | /* translators: %s: Make WordPress link. */ |
| 75 | __( 'Follow its <a href="%s">make.wordpress.org blog</a> to see how you can participate' ), |
| 76 | 'https://make.wordpress.org/' |
| 77 | ); |
| 78 | ?> |
| 79 | </li> |
| 80 | <li><?php _e( 'Attend team meetings' ); ?></li> |
| 81 | <li><?php _e( 'Ask for a Good First issue to solve' ); ?></li> |
| 82 | </ul> |
| 83 | </div> |
| 84 | <div class="column"> |
| 85 | <img src="data:image/svg+xml,%3Csvg width='436' height='218' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" /> |
| 86 | </div> |
| 87 | |
| 88 | <div class="column"> |
| 89 | <img src="data:image/svg+xml,%3Csvg width='436' height='300' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" /> |
| 90 | </div> |
| 91 | <div class="column is-vertically-aligned-center"> |
| 92 | <h3 class="is-smaller-heading"><?php _e( 'Non-technical areas' ); ?></h3> |
| 93 | <ul> |
| 94 | <li><a href="<?php _e( '#' ); ?>"><?php _e( 'Translate strings for WordPress and related sites' ); ?></a></li> |
| 95 | <li><a href="<?php _e( '#' ); ?>"><?php _e( 'Submit photography to the Photo Directory' ); ?></a></li> |
| 96 | <li><a href="<?php _e( '#' ); ?>"><?php _e( 'Help someone on the Support forum' ); ?></a></li> |
| 97 | <li><a href="<?php _e( '#' ); ?>"><?php _e( 'Translate WordPress News articles into your native language' ); ?></a></li> |
| 98 | <li><?php _e( 'Test WordPress before releases, checking new features and fixes' ); ?></li> |
| 99 | </ul> |
| 100 | </div> |
| 101 | |
| 102 | <div class="column is-vertically-aligned-center"> |
| 103 | <h3 class="is-smaller-heading"><?php _e( 'Technical areas' ); ?></h3> |
| 104 | <ul> |
| 105 | <li><?php _e( 'Pick your favourite language or library:' ); ?> |
| 106 | <ul> |
| 107 | <li><?php _e( 'HTML, CSS, PHP, JavaScript and React for the Core of the CMS and the Block Editor (Gutenberg project' ); ?></li> |
| 108 | <li><?php _e( 'Kotlin, Java, Swift, Objective-C, Vue, Python, TypeScript for mobile apps' ); ?></li> |
| 109 | </ul> |
| 110 | </li> |
| 111 | <li><?php _e( 'Choose what you want to do: testing, making patches, writing and editing documentation' ); ?></li> |
| 112 | </ul> |
| 113 | </div> |
| 114 | <div class="column"> |
| 115 | <img src="data:image/svg+xml,%3Csvg width='436' height='280' viewbox='0 0 100 50' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" /> |
| 116 | </div> |
| 117 | |
| 118 | </div> |
| 119 | |
| 120 | <div class="about__section"> |
| 121 | <div class="column aligncenter"> |
| 122 | <p><a href="https://make.wordpress.org/contribute/" target="_blank"><?php _e( 'Discover your Make WordPress team' ); ?></a></p> |
| 123 | </div> |
| 124 | </div> |
| 125 | |
| 126 | </div> |
| 127 | <?php |
| 128 | require_once ABSPATH . 'wp-admin/admin-footer.php'; |