themes-wordpress/tomoni/patterns/featured-list.php
Takashi Irie 9dfa3e2108
Tomoni:add theme (#7107)
* Tomoni:add theme

* Remove theme slug.

* Add license info and bump.

---------

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2023-06-28 12:14:49 -04:00

19 lines
2.5 KiB
PHP

<?php
/**
* Title: Featured List
* Slug: tomoni/featured-list
* Categories: featured
*/
?>
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group">
<!-- wp:paragraph -->
<p><strong><?php echo esc_html__( 'Featuring', 'tomoni' ); ?></strong></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p> <a href="#"><?php echo esc_html_x( 'James Smith', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Isabel Pérez', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Julien Moreau', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Oliver Williams', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Alejandro García', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Emily Johnson ', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( '田中 雪', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Benjamin Taylor', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Miguel Rodríguez', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( '渡辺 春樹', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Maria Fernández', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'サンダイアル', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Charlotte Davies', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( '鈴木 圭介', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'José Martínez', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( '山本 愛子', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Olivia Brown', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Carmen González', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Camille Dubois', 'Artist name. No need to translate.', 'tomoni' ); ?></a></p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->