header-names-list-and-grid.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. /**
  3. * Header, Names List and Grid
  4. *
  5. * @package Videomaker
  6. */
  7. return array(
  8. 'title' => __( 'Header, Names List and Grid', 'videomaker' ),
  9. 'categories' => array( 'videomaker' ),
  10. 'blockTypes' => array( 'core/template-part/header' ),
  11. 'content' => '<!-- wp:spacer -->
  12. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  13. <!-- /wp:spacer -->
  14. <!-- wp:columns {"verticalAlignment":"top","align":"wide"} -->
  15. <div class="wp-block-columns alignwide are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"46.67%"} -->
  16. <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:46.67%"><!-- wp:site-title /-->
  17. <!-- wp:heading {"level":3,"style":{"typography":{"fontWeight":"300"}}} -->
  18. <h3 style="font-weight:300">' . esc_html__( 'Augusta Smith', 'videomaker' ) . '<br>' . esc_html__( 'Dan Andrews', 'videomaker' ) . '<br>' . esc_html__( 'Syd Wyatt', 'videomaker' ) . '<br>' . esc_html__( 'Philip Mizrahi', 'videomaker' ) . '<br>' . esc_html__( 'Tony Sánchez', 'videomaker' ) . '<br>' . esc_html__( 'Romana Arak', 'videomaker' ) . '</h3>
  19. <!-- /wp:heading --></div>
  20. <!-- /wp:column -->
  21. <!-- wp:column {"width":"13.33%"} -->
  22. <div class="wp-block-column" style="flex-basis:13.33%"><!-- wp:spacer -->
  23. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  24. <!-- /wp:spacer --></div>
  25. <!-- /wp:column -->
  26. <!-- wp:column {"width":"60%"} -->
  27. <div class="wp-block-column" style="flex-basis:60%">
  28. <!-- wp:embed {"url":"https://videopress.com/v/z4N1oaIj","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
  29. <figure class="wp-block-embed is-type-video is-provider-videopress wp-block-embed-videopress wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  30. https://videopress.com/v/z4N1oaIj
  31. </div></figure>
  32. <!-- /wp:embed -->
  33. <!-- wp:heading {"level":3,"style":{"typography":{"fontWeight":"700"}},"fontSize":"normal"} -->
  34. <h3 class="has-normal-font-size" style="font-weight:700">' . esc_html__( 'Boats', 'videomaker' ) . '</h3>
  35. <!-- /wp:heading -->
  36. <!-- wp:template-part {"slug":"post-meta","theme":"' . get_stylesheet() . '"} /-->
  37. </div>
  38. <!-- /wp:column --></div>
  39. <!-- /wp:columns -->',
  40. );