Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nausicaa #8146

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added nausicaa/assets/fonts/haskoy_italic_100.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_italic_200.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_italic_400.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_italic_500.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_italic_600.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_italic_700.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_italic_800.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_normal_100.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_normal_200.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_normal_300.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_normal_400.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_normal_500.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_normal_600.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_normal_700.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/haskoy_normal_800.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added nausicaa/assets/fonts/pt-root-ui_normal_400.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/pt-root-ui_normal_500.woff2
Binary file not shown.
Binary file added nausicaa/assets/fonts/pt-root-ui_normal_700.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nausicaa/assets/images/StockSnap_YIPAMY1N5F.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nausicaa/assets/images/file-download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nausicaa/assets/images/link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions nausicaa/functions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?php
/**
* Nausicaa functions and definitions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package Nausicaa
* @since Nausicaa 1.0
*/


if ( ! function_exists( 'nausicaa_support' ) ) :

/**
* Sets up theme defaults and registers support for various WordPress feanausicaares.
*
* @since Nausicaa 1.0
*
* @renausicaarn void
*/
function nausicaa_support() {

// Enqueue editor styles.
add_editor_style( 'style.css' );

// Make theme available for translation.
load_theme_textdomain( 'nausicaa' );
}

endif;

add_action( 'after_senausicaap_theme', 'nausicaa_support' );

if ( ! function_exists( 'nausicaa_styles' ) ) :

/**
* Enqueue styles.
*
* @since Nausicaa 1.0
*
* @renausicaarn void
*/
function nausicaa_styles() {

// Register theme stylesheet.
wp_register_style(
'nausicaa-style',
get_stylesheet_directory_uri() . '/style.css',
array(),
wp_get_theme()->get( 'Version' )
);

// Enqueue theme stylesheet.
wp_enqueue_style( 'nausicaa-style' );

}

endif;

add_action( 'wp_enqueue_scripts', 'nausicaa_styles' );
43 changes: 43 additions & 0 deletions nausicaa/parts/comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group"><!-- wp:comments {"className":"wp-block-comments-query-loop"} -->
<div class="wp-block-comments wp-block-comments-query-loop"><!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"0"}}},"layout":{"type":"default"}} -->
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:0"><!-- wp:comments-title {"level":3,"fontSize":"x-large"} /-->

<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group"><!-- wp:comment-template {"style":{"spacing":{"padding":{"left":"0px"},"margin":{"right":"0","left":"0"}}}} -->
<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|60"}}}} -->
<div class="wp-block-group" style="margin-top:0;margin-bottom:var(--wp--preset--spacing--60)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group"><!-- wp:avatar {"size":48,"style":{"border":{"radius":"50%"}}} /-->

<!-- wp:group -->
<div class="wp-block-group"><!-- wp:comment-author-name /-->

<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5em"}},"layout":{"type":"flex"}} -->
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:comment-date {"format":"F j, Y \\a\\t g:i a"} /-->

<!-- wp:comment-edit-link /--></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

<!-- wp:comment-content /-->

<!-- wp:comment-reply-link /--></div>
<!-- /wp:group -->
<!-- /wp:comment-template --></div>
<!-- /wp:group -->

<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"default"}} -->
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--60)"><!-- wp:comments-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
<!-- wp:comments-pagination-previous /-->

<!-- wp:comments-pagination-next /-->
<!-- /wp:comments-pagination --></div>
<!-- /wp:group -->

<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"0"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:0"><!-- wp:post-comments-form {"style":{"spacing":{"margin":{"top":"var:preset|spacing|60"}}}} /--></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:comments --></div>
<!-- /wp:group -->
63 changes: 63 additions & 0 deletions nausicaa/parts/footer-simple.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0","right":"var:preset|spacing|50","bottom":"var:preset|spacing|80","left":"var:preset|spacing|50"}},"border":{"bottom":{"color":"var:preset|color|contrast","width":"8px"},"top":[],"right":[],"left":[]}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:8px;padding-top:0;padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--50)"><!-- wp:columns {"align":"wide","style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}}} -->
<div class="wp-block-columns alignwide" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:column {"verticalAlignment":"bottom","width":"46.6%"} -->
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:46.6%"><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60)"><!-- wp:group {"style":{"spacing":{"blockGap":"0rem"}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","fontSize":"4.8rem"}},"fontFamily":"sorts-mill-goudy"} -->
<p class="has-sorts-mill-goudy-font-family" style="font-size:4.8rem;text-transform:uppercase"><a href="http://nausicaa.local/about/" data-type="page" data-id="29">Meet Nausicaä Rossi</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem"}}} -->
<p style="font-size:1.4rem">Ready to embark on your language journey or need expert translation services? Have questions or want to schedule a class? Reach out to me, and let's start this exciting adventure together!</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:column -->

<!-- wp:column {"verticalAlignment":"bottom","width":"33.3%"} -->
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:33.3%"></div>
<!-- /wp:column -->

<!-- wp:column {"verticalAlignment":"top","width":"20%"} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:20%"><!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"top":"var:preset|spacing|60"}},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60)"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"var:preset|spacing|40"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"center"}} -->
<div class="wp-block-group" style="padding-top:0;padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:paragraph {"style":{"layout":{"selfStretch":"fill","flexSize":null},"typography":{"textTransform":"uppercase"}},"fontSize":"small"} -->
<p class="has-small-font-size" style="text-transform:uppercase"><a href="http://wordpress.org">Tumblr</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}},"border":{"top":{"width":"1px","style":"dotted"},"right":[],"bottom":[],"left":[]}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"center"}} -->
<div class="wp-block-group" style="border-top-style:dotted;border-top-width:1px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:paragraph {"style":{"layout":{"selfStretch":"fill","flexSize":null},"typography":{"textTransform":"uppercase","lineHeight":"1","letterSpacing":"0.04rem"}},"fontSize":"small"} -->
<p class="has-small-font-size" style="letter-spacing:0.04rem;line-height:1;text-transform:uppercase"><a href="http://wordpress.org">TikTok</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}},"border":{"top":{"width":"1px","style":"dotted"},"right":[],"bottom":[],"left":[]}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"center"}} -->
<div class="wp-block-group" style="border-top-style:dotted;border-top-width:1px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:paragraph {"style":{"layout":{"selfStretch":"fill","flexSize":null},"typography":{"textTransform":"uppercase","lineHeight":"1","letterSpacing":"0.04rem"}},"fontSize":"small"} -->
<p class="has-small-font-size" style="letter-spacing:0.04rem;line-height:1;text-transform:uppercase"><a href="http://wordpress.org">Fivrr</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}},"border":{"top":{"width":"1px","style":"dotted"},"right":[],"bottom":[],"left":[]}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"center"}} -->
<div class="wp-block-group" style="border-top-style:dotted;border-top-width:1px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:paragraph {"style":{"layout":{"selfStretch":"fill","flexSize":null},"typography":{"textTransform":"uppercase","lineHeight":"1","letterSpacing":"0.04rem"}},"fontSize":"small"} -->
<p class="has-small-font-size" style="letter-spacing:0.04rem;line-height:1;text-transform:uppercase"><a href="http://wordpress.org">Instgrm</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->

<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"0"},"margin":{"top":"0px"}}},"layout":{"type":"default"}} -->
<div class="wp-block-group alignwide" style="margin-top:0px;padding-top:var(--wp--preset--spacing--60);padding-bottom:0"><!-- wp:columns {"verticalAlignment":"top","align":"wide"} -->
<div class="wp-block-columns alignwide are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"80%"} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:80%"><!-- wp:site-tagline /--></div>
<!-- /wp:column -->

<!-- wp:column {"verticalAlignment":"top","width":"20%"} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:20%"><!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size">Designed with <a href="https://wordpress.org" rel="nofollow">WordPress</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
1 change: 1 addition & 0 deletions nausicaa/parts/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- wp:pattern {"slug":"nausicaa/footer"} /-->
19 changes: 19 additions & 0 deletions nausicaa/parts/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|contrast","width":"8px"},"right":[],"bottom":[],"left":[]},"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="border-top-color:var(--wp--preset--color--contrast);border-top-width:8px;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><!-- wp:columns {"verticalAlignment":"top","align":"wide","style":{"spacing":{"blockGap":{"left":"0.5rem"}}}} -->
<div class="wp-block-columns alignwide are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"33.3%"} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:33.3%"><!-- wp:group {"style":{"spacing":{"blockGap":"0.5rem","padding":{"top":"0","bottom":"0","right":"55%"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="padding-top:0;padding-right:55%;padding-bottom:0"><!-- wp:site-title {"style":{"layout":{"selfStretch":"fixed","flexSize":"230px"}}} /--></div>
<!-- /wp:group --></div>
<!-- /wp:column -->

<!-- wp:column {"verticalAlignment":"top","width":"66.6%"} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:66.6%"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|80"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
<div class="wp-block-group alignwide"><!-- wp:navigation {"overlayMenu":"never","align":"wide","layout":{"type":"flex","justifyContent":"left"},"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"blockGap":"var:preset|spacing|50"}}} /-->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"0.8rem","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","letterSpacing":"0.04rem"}}} -->
<p style="font-size:0.8rem;font-style:normal;font-weight:700;letter-spacing:0.04rem;text-transform:uppercase">Contact</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->
7 changes: 7 additions & 0 deletions nausicaa/parts/time-to-read.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left"}} -->
<div class="wp-block-group"><!-- wp:post-time-to-read /-->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"0.8rem","fontStyle":"normal","fontWeight":"500"}}} -->
<p style="font-size:0.8rem;font-style:normal;font-weight:500">read</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
11 changes: 11 additions & 0 deletions nausicaa/patterns/404-body.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
/**
* Title: A 404 body
* Slug: nausicaa/404-body
* Inserter: no
*/
?>

<!-- wp:paragraph -->
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'nausicaa' ); ?></p>
<!-- /wp:paragraph -->
21 changes: 21 additions & 0 deletions nausicaa/patterns/404-heading.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/**
* Title: A 404 heading
* Slug: nausicaa/404-heading
* Inserter: no
*/
?>

<!-- wp:column {"verticalAlignment":"top","width":"65.16%","style":{"spacing":{"padding":{"bottom":"0"}}}} -->
<div class="wp-block-column is-vertically-aligned-top" style="padding-bottom:0;flex-basis:65.16%">
<!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"1.05"}},"fontSize":"xxx-large"} -->
<h1 class="wp-block-heading has-xxx-large-font-size" id="oops-that-page-can-t-be-found" style="line-height:1.05"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'nausicaa' ); ?></h1>
<!-- /wp:heading -->
</div>
<!-- /wp:column -->

<!-- wp:column {"width":"","style":{"spacing":{"padding":{"bottom":"0","top":"10px"}}}} -->
<div class="wp-block-column" style="padding-top:10px;padding-bottom:0">
<!-- wp:pattern {"slug":"nausicaa/search"} /-->
</div>
<!-- /wp:column -->
47 changes: 47 additions & 0 deletions nausicaa/patterns/call-to-action.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?php
/**
* Title: Call to action
* Slug: nausicaa/call-to-action
* Categories: featured, call-to-action
*/
?>

<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|50","left":"var:preset|spacing|60"}}}} -->
<div class="wp-block-columns alignwide">
<!-- wp:column {"width":""} -->
<div class="wp-block-column">
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","letterSpacing":"0.04em"},"spacing":{"margin":{"top":"var:preset|spacing|30"}}},"fontSize":"small"} -->
<p class="has-small-font-size" style="margin-top:var(--wp--preset--spacing--30);letter-spacing:0.04em;text-transform:uppercase"><?php echo esc_html__( 'Consultation', 'nausicaa' ); ?></p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:column -->

<!-- wp:column {"width":"65.16%"} -->
<div class="wp-block-column" style="flex-basis:65.16%">
<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group">
<!-- wp:heading {"level":1,"style":{"typography":{"textTransform":"none","lineHeight":"1.05"}},"fontSize":"xxx-large"} -->
<h1 class="wp-block-heading has-xxx-large-font-size" style="line-height:1.05;text-transform:none"><?php echo esc_html__( 'Ready to transform your life?', 'nausicaa' ); ?></h1>
<!-- /wp:heading -->
</div>
<!-- /wp:group -->

<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left","contentSize":"54%"}} -->
<div class="wp-block-group">
<!-- wp:paragraph -->
<p><?php echo esc_html__( 'Schedule your free consultation and find out how mindset coaching can help you.', 'nausicaa' ); ?></p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->

<!-- wp:buttons -->
<div class="wp-block-buttons">
<!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php echo esc_html__( 'Schedule a session', 'nausicaa' ); ?></a></div>
<!-- /wp:button -->
</div>
<!-- /wp:buttons -->
</div>
<!-- /wp:column -->
</div>
<!-- /wp:columns -->
Loading
Loading