Changeset 12882 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/front-page.php
- Timestamp:
- 09/13/2023 11:30:08 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/front-page.php
r12471 r12882 34 34 35 35 <section> 36 <div class="section-heading row align-middle between ">37 <h2 class="h4 section-heading_title "><?php esc_html_e( 'Recent Courses', 'wporg-learn' ); ?></h2>38 <div class="section-heading_links row">36 <div class="section-heading row align-middle between gutters"> 37 <h2 class="h4 section-heading_title col-8"><?php esc_html_e( 'Recent Courses', 'wporg-learn' ); ?></h2> 38 <div class="section-heading_links col-4 row"> 39 39 <?php if ( is_user_logged_in() ) : ?> 40 40 <a class="section-heading_link" href="/my-courses/"><?php esc_html_e( 'My Courses', 'wporg-learn' ); ?></a> … … 70 70 71 71 <section> 72 <div class="section-heading row align-middle between"> 73 <h2 class="h4 section-heading_title"><?php esc_html_e( 'Recent Tutorials', 'wporg-learn' ); ?></h2> 74 <a class="section-heading_link" href="/tutorials/"> 75 <?php esc_html_e( 'View All Tutorials', 'wporg-learn' ); ?> 76 </a> 72 <div class="section-heading row align-middle between gutters"> 73 <h2 class="h4 section-heading_title col-8"> 74 <?php esc_html_e( 'Recent Tutorials', 'wporg-learn' ); ?> 75 </h2> 76 <div class="section-heading_links col-4 row"> 77 <a class="section-heading_link" href="/tutorials/"> 78 <?php esc_html_e( 'View All Tutorials', 'wporg-learn' ); ?> 79 </a> 80 </div> 77 81 <p class="section-heading_description"> 78 82 <em><?php esc_html_e( 'Instructional videos for all skillsets to help you level up your WordPress expertise.', 'wporg-learn' ); ?></em> … … 97 101 <?php if ( ! empty( $discussion_events ) ) : ?> 98 102 <section class="wporg-learn-workshop-discussion-events"> 99 <div class="section-heading row align-middle between ">100 <h2 class="h4 section-heading_title ">103 <div class="section-heading row align-middle between gutters"> 104 <h2 class="h4 section-heading_title col-8"> 101 105 <?php esc_html_e( 'Upcoming Online Workshops', 'wporg-learn' ); ?> 102 106 </h2> 103 <a class="section-heading_link" href="/online-workshops/"> 104 <?php esc_html_e( 'View All Online Workshops', 'wporg-learn' ); ?> 105 </a> 107 <div class="section-heading_links col-4 row"> 108 <a class="section-heading_link" href="/online-workshops/"> 109 <?php esc_html_e( 'View All Online Workshops', 'wporg-learn' ); ?> 110 </a> 111 </div> 106 112 <p class="section-heading_description"> 107 113 <em><?php esc_html_e( 'Live sessions where you can learn alongside other WordPress enthusiasts from around the world.', 'wporg-learn' ); ?></em>
Note: See TracChangeset
for help on using the changeset viewer.