Making WordPress.org


Ignore:
Timestamp:
09/13/2023 11:30:08 PM (18 months ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@4496525

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  
    3434
    3535        <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">
    3939                    <?php if ( is_user_logged_in() ) : ?>
    4040                        <a class="section-heading_link" href="/my-courses/"><?php esc_html_e( 'My Courses', 'wporg-learn' ); ?></a>
     
    7070
    7171        <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>
    7781                <p class="section-heading_description">
    7882                    <em><?php esc_html_e( 'Instructional videos for all skillsets to help you level up your WordPress expertise.', 'wporg-learn' ); ?></em>
     
    97101        <?php if ( ! empty( $discussion_events ) ) : ?>
    98102            <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">
    101105                        <?php esc_html_e( 'Upcoming Online Workshops', 'wporg-learn' ); ?>
    102106                    </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>
    106112                    <p class="section-heading_description">
    107113                        <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.