__( 'Business Card Resume', 'business-card-resume' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'business-card-resume/banner-section', array( 'title' => __( 'Banner Section', 'business-card-resume' ), 'categories' => array( 'business-card-resume' ), 'content' => "\n
\"\"
\n
\n
\n

Hello, My Name is

\n\n\n\n

Max Miedinger

\n\n\n\n

FREELANCE GRAPHIC DESIGNER & UX/UI DESIGNER

\n\n\n\n
\n
\n\n
\n\n\n\n\n
\n
\n\n\n\n
\n\n
\n
\n
\n", ) ); register_block_pattern( 'business-card-resume/service-section', array( 'title' => __( 'Service Section', 'business-card-resume' ), 'categories' => array( 'business-card-resume' ), 'content' => "\n
\n

Portfolio

\n\n\n\n

My Latest Works

\n\n\n\n
\n
\n
\"\"
\n
\n\n\n\n
\n
\"\"
\n
\n\n\n\n
\n
\"\"
\n
\n\n\n\n
\n
\"\"
\n
\n
\n\n\n\n
\n\n
\n
\n", ) ); }