- Timestamp:
- 10/17/2023 02:12:07 AM (18 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php
r56950 r56951 1 1 <?php 2 2 /** 3 * Title: Footer portfolio4 * Slug: twentytwentyfour/footer- portfolio3 * Title: Footer with colophon, 3 columns 4 * Slug: twentytwentyfour/footer-colophon-3-col 5 5 * Categories: footer 6 6 * Block Types: core/template-part/footer … … 13 13 <div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"> 14 14 <!-- wp:image {"width":"40px","height":"auto","sizeSlug":"full","linkDestination":"none"} --> 15 <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/icon-message.webp" alt="" style="width:40px;height:auto"/></figure> 15 <figure class="wp-block-image size-full is-resized"> 16 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/icon-message.webp" alt="" style="width:40px;height:auto" /> 17 </figure> 16 18 <!-- /wp:image --> 17 19 18 20 <!-- wp:separator {"className":"is-style-wide"} --> 19 <hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />21 <hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" /> 20 22 <!-- /wp:separator --> 21 23 … … 34 36 <div class="wp-block-group"> 35 37 <!-- wp:heading {"level":3,"fontSize":"medium","fontFamily":"body"} --> 36 <h3 class="wp-block-heading has-body-font-family has-medium-font-size"><?php esc_html_e( 'Contact Me', 'twentytwentyfour' ); ?></h3>38 <h3 class="wp-block-heading has-body-font-family has-medium-font-size"><?php esc_html_e( 'Contact', 'twentytwentyfour' ); ?></h3> 37 39 <!-- /wp:heading --> 38 40 <!-- wp:paragraph --> … … 52 54 <div class="wp-block-group"> 53 55 <!-- wp:heading {"level":3,"fontSize":"medium","fontFamily":"body"} --> 54 <h3 class="wp-block-heading has-body-font-family has-medium-font-size"><?php esc_html_e( 'Follow Me', 'twentytwentyfour' ); ?></h3>56 <h3 class="wp-block-heading has-body-font-family has-medium-font-size"><?php esc_html_e( 'Follow', 'twentytwentyfour' ); ?></h3> 55 57 <!-- /wp:heading --> 56 58 <!-- wp:paragraph --> … … 85 87 <p class="has-small-font-size"> 86 88 <?php 87 88 89 90 91 92 93 94 89 /* Translators: WordPress link. */ 90 $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfour' ) ) . '" rel="nofollow">WordPress</a>'; 91 echo sprintf( 92 /* Translators: Designed with WordPress */ 93 esc_html__( 'Designed with %1$s', 'twentytwentyfour' ), 94 $wordpress_link 95 ); 96 ?> 95 97 </p> 96 98 <!-- /wp:paragraph -->
Note: See TracChangeset
for help on using the changeset viewer.