Нет описания

page-layout-image-text-and-video.php 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. /**
  3. * Page layout with image, text and video.
  4. */
  5. return array(
  6. 'title' => __( 'Page layout with image, text and video', 'twentytwentytwo' ),
  7. 'categories' => array( 'pages' ),
  8. 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"backgroundColor":"primary","textColor":"background"} -->
  9. <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"layout":{"inherit":true}} -->
  10. <div class="wp-block-group"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} -->
  11. <h1 class="alignwide" style="font-size:clamp(3rem, 6vw, 4.5rem)">' . wp_kses_post( __( '<em>Warble</em>, a film about <br>hobbyist bird watchers.', 'twentytwentytwo' ) ) . '</h1>
  12. <!-- /wp:heading -->
  13. <!-- wp:spacer {"height":50} -->
  14. <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
  15. <!-- /wp:spacer -->
  16. <!-- wp:columns {"align":"wide"} -->
  17. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.33%"} -->
  18. <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:heading {"fontSize":"x-large"} -->
  19. <h2 class="has-x-large-font-size">' . esc_html__( 'Screening', 'twentytwentytwo' ) . '</h2>
  20. <!-- /wp:heading -->
  21. <!-- wp:paragraph -->
  22. <p>' . wp_kses_post( __( 'May 14th, 2022 @ 7:00PM<br>The Vintagé Theater,<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo' ) ) . '</p>
  23. <!-- /wp:paragraph -->
  24. <!-- wp:buttons -->
  25. <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"secondary","textColor":"primary"} -->
  26. <div class="wp-block-button"><a class="wp-block-button__link has-primary-color has-secondary-background-color has-text-color has-background">' . esc_html__( 'Buy Tickets', 'twentytwentytwo' ) . '</a></div>
  27. <!-- /wp:button --></div>
  28. <!-- /wp:buttons --></div>
  29. <!-- /wp:column -->
  30. <!-- wp:column {"width":"66.66%"} -->
  31. <div class="wp-block-column" style="flex-basis:66.66%"></div>
  32. <!-- /wp:column --></div>
  33. <!-- /wp:columns --></div>
  34. <!-- /wp:group -->
  35. <!-- wp:image {"align":"full","style":{"color":{}}} -->
  36. <figure class="wp-block-image alignfull"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-a.png" alt="' . esc_attr__( 'An illustration of a bird in flight', 'twentytwentytwo' ) . '"/></figure>
  37. <!-- /wp:image -->
  38. <!-- wp:group {"align":"full","layout":{"inherit":true}} -->
  39. <div class="wp-block-group alignfull"><!-- wp:columns {"align":"wide"} -->
  40. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.33%"} -->
  41. <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:heading {"fontSize":"x-large"} -->
  42. <h2 class="has-x-large-font-size">' . esc_html__( 'Extended Trailer', 'twentytwentytwo' ) . '</h2>
  43. <!-- /wp:heading -->
  44. <!-- wp:paragraph -->
  45. <p>' . esc_html__( 'Oh hello. My name’s Angelo, and you’ve found your way to my blog. I write about a range of topics, but lately I’ve been sharing my hopes for next year.', 'twentytwentytwo' ) . '</p>
  46. <!-- /wp:paragraph --></div>
  47. <!-- /wp:column -->
  48. <!-- wp:column {"width":"66.66%"} -->
  49. <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:video {"id":181} -->
  50. <figure class="wp-block-video"><video controls src="' . esc_url( get_template_directory_uri() ) . '/assets/videos/birds.mp4"></video></figure>
  51. <!-- /wp:video --></div>
  52. <!-- /wp:column --></div>
  53. <!-- /wp:columns --></div>
  54. <!-- /wp:group --></div>
  55. <!-- /wp:group -->',
  56. );