esc_html__( 'Kiyono', 'kiyono' ) ) ); } /* Register Block Patterns ----------------------------------------------------------*/ if ( function_exists( 'register_block_pattern' ) ) { // Big heading and subtitle with white background register_block_pattern( 'kiyono/big-heading', array( 'title' => esc_html__( 'Big heading and subtitle', 'kiyono' ), 'categories' => array( 'kiyono' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'Big heading with subtitle followed by a separator.', 'Block pattern description', 'kiyono' ), 'content' => '

' . esc_html__('About', 'kiyono') .'

' . esc_html__( 'How did I get here?', 'kiyono' ) . '


' ) ); // Big heading and subtitle with black background register_block_pattern( 'kiyono/big-heading-black-background', array( 'title' => esc_html__( 'Big heading and subtitle with black background', 'kiyono' ), 'categories' => array( 'kiyono' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'Big heading with subtitle followed by a separator with black background.', 'Block pattern description', 'kiyono' ), 'content' => '

'. esc_html__('About', 'kiyono') .'

' . esc_html__( 'How did I get here?', 'kiyono' ) . '


' ) ); // Image and text side by side in a full width column with beige background color. register_block_pattern( 'kiyono/image-text-side-by-side-beige', array( 'title' => esc_html__( 'Image and text side by side in full width column with beige background', 'kiyono' ), 'categories' => array( 'kiyono' ), 'viewportWidth' => 1440, 'description' => esc_html__( 'Two columns block with beige background color.', 'kiyono' ), 'content' => '
' . esc_attr__( 'Maranta Porteana', 'kiyono' ) . '

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio.

' ) ); // Image and text side by side in a full width column with black background color. register_block_pattern( 'kiyono/image-text-side-by-side-black', array( 'title' => esc_html__( 'Image and text side by side in full width column with black background', 'kiyono' ), 'categories' => array( 'kiyono' ), 'viewportWidth' => 1440, 'description' => esc_html__( 'Two columns block with black background color.', 'kiyono' ), 'content' => '
' . esc_attr__( 'Maranta Porteana', 'kiyono' ) . '

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio.

' ) ); // Big header on top in black background. Image and text side by side combination. register_block_pattern( 'kiyono/big-heading-and-image-text-two-columns', array( 'title' => esc_html__( 'Big heading in black background. Image and text side by side', 'kiyono' ), 'categories' => array( 'kiyono' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'Big heading in black background. Image and text side by side', 'Block pattern description', 'kiyono' ), 'content' => '

' . esc_html__( 'ABOUT' , 'kiyono') . '

' . esc_html__( 'How did I get here?', 'kiyono') . '


' . esc_attr__( 'Maranta Porteana', 'kiyono' ) . '

' . esc_html__( 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna.', 'kiyono' ) . '

' . esc_html__( 'Cras volutpat, lacus quis semper pharetra, nisi enim dignissim est, et sollicitudin quam ipsum vel mi. Sed commodo urna ac urna. Nullam eu tortor. Curabitur sodales scelerisque magna. Donec ultricies tristique pede. Nullam libero. Nam sollicitudin felis vel metus. Nullam posuere molestie metus. Nullam molestie, nunc id suscipit rhoncus, felis mi vulputate lacus, a ultrices tortor dolor eget augue. Aenean ultricies felis ut turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse placerat tellus ac nulla. Proin adipiscing sem ac risus. Maecenas nisi. Cras semper.?', 'kiyono' ) . '

' . esc_html__( 'Praesent interdum mollis neque. In egestas nulla eget pede. Integer eu purus sed diam dictum scelerisque. Morbi cursus velit et felis. Maecenas faucibus aliquet erat. In aliquet rhoncus tellus. Integer auctor nibh a nunc fringilla tempus. Cras turpis urna, dignissim vel, suscipit pulvinar, rutrum quis, sem. Ut lobortis convallis dui. Sed nonummy orci a justo. Morbi nec diam eget eros eleifend tincidunt.', 'kiyono' ) . '

' ) ); }