'content'=>'<!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="'.esc_url(get_template_directory_uri()).'/images/person.jpg" alt="'.esc_attr__('A person standing in front of a lake','twentyfourteen').'"/></figure><!-- /wp:image --><!-- wp:heading {"fontSize":"large","style":{"typography":{"lineHeight":"1.4"}}} --><h2 class="has-large-font-size" style="line-height:1.4">'.esc_html__('Hello, my name is Joan. I am passionate about writing, travel, and photography.','twentyfourteen').'</h2><!-- /wp:heading --><!-- wp:paragraph --><p>'.esc_html__('I’ve traveled to over 60 countries, and have made many friends along the way. I created this website to keep track of the memories I’ve made in my years of traveling.','twentyfourteen').'</p><!-- /wp:paragraph -->',
)
);
// Description
register_block_pattern(
'twentyfourteen/list',
array(
'title'=>esc_html__('List','twentyfourteen'),
'categories'=>array('twentyfourteen'),
'viewportWidth'=>1000,
'content'=>'<!-- wp:columns --><div class="wp-block-columns"><!-- wp:column {"width":"40%"} --><div class="wp-block-column" style="flex-basis:40%"><!-- wp:heading {"style":{"typography":{"fontSize":45}}} --><h2 style="font-size:45px">'.esc_html__('2001','twentyfourteen').'</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><em>'.esc_html__('My first year of traveling. I visited China, Thailand, Japan, and India.','twentyfourteen').'</em></p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:separator {"color":"black","className":"is-style-wide"} --><hr class="wp-block-separator has-text-color has-background has-black-background-color has-black-color is-style-wide"/><!-- /wp:separator --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column {"width":"40%"} --><div class="wp-block-column" style="flex-basis:40%"><!-- wp:heading {"style":{"typography":{"fontSize":50}}} --><h2 style="font-size:50px">'.esc_html__('2012','twentyfourteen').'</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><em>'.esc_html__('In 2012, I expanded my travels to Europe. I spent time in Poland, Germany, Italy, France, and Spain. ','twentyfourteen').'</em></p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:separator {"color":"black","className":"is-style-wide"} --><hr class="wp-block-separator has-text-color has-background has-black-background-color has-black-color is-style-wide"/><!-- /wp:separator --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column {"width":"40%"} --><div class="wp-block-column" style="flex-basis:40%"><!-- wp:heading {"style":{"typography":{"fontSize":50}}} --><h2 style="font-size:50px">'.esc_html__('2016','twentyfourteen').'</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><em>'.esc_html__('This year was devoted entirely to the western hemisphere. I went on a month-long road trip through the U.S.A. and Canada, and also visited Mexico, Brazil, and Colombia.','twentyfourteen').'</em></p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns -->',