header-description-and-grid-of-projects.php 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php
  2. /**
  3. * Header, Description and Grid of Projects
  4. *
  5. * @package Videomaker
  6. */
  7. return array(
  8. 'title' => __( 'Header, Description and Grid of Projects', 'videomaker' ),
  9. 'categories' => array( 'videomaker' ),
  10. 'blockTypes' => array( 'core/template-part/header' ),
  11. 'content' => '<!-- wp:columns {"verticalAlignment":"top","align":"wide"} -->
  12. <div class="wp-block-columns alignwide are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"35%"} -->
  13. <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:35%">
  14. <!-- wp:site-title /-->
  15. <!-- wp:heading {"level":3,"style":{"typography":{"fontWeight":"300"}}} -->
  16. <h3 style="font-weight:300">' . esc_html__( 'Jonah is Creative Director of Hano, a production studio that specializes in combining storytelling with visual design.', 'videomaker' ) . '</h3>
  17. <!-- /wp:heading -->
  18. <!-- wp:navigation {"orientation":"vertical","__unstableLocation":"primary"} /-->
  19. </div>
  20. <!-- /wp:column -->
  21. <!-- wp:column {"width":"10%"} -->
  22. <div class="wp-block-column" style="flex-basis:10%"><!-- 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":"30%"} -->
  27. <div class="wp-block-column" style="flex-basis:30%">
  28. <!-- wp:video {"src":"' . get_stylesheet_directory_uri() . '/assets/videos/digging.mp4","videoPressClassNames":"wp-block-embed is-type-video is-provider-videopress"} -->
  29. <figure class="wp-block-video wp-block-embed is-type-video is-provider-videopress"><video controls src="' . get_stylesheet_directory_uri() . '/assets/videos/digging.mp4"></video></figure>
  30. <!-- /wp:video -->
  31. <!-- wp:heading {"level":4} -->
  32. <h4>' . esc_html__( 'Man Working at Dawn', 'videomaker' ) . '</h4>
  33. <!-- /wp:heading -->
  34. <!-- wp:video {"src":"' . get_stylesheet_directory_uri() . '/assets/videos/cocktails.mp4","videoPressClassNames":"wp-block-embed is-type-video is-provider-videopress"} -->
  35. <figure class="wp-block-video wp-block-embed is-type-video is-provider-videopress"><video controls src="' . get_stylesheet_directory_uri() . '/assets/videos/cocktails.mp4"></video></figure>
  36. <!-- /wp:video -->
  37. <!-- wp:heading {"level":4} -->
  38. <h4>' . esc_html__( 'The Tale of The Three Cocktails', 'videomaker' ) . '</h4>
  39. <!-- /wp:heading -->
  40. <!-- wp:video {"src":"' . get_stylesheet_directory_uri() . '/assets/videos/cocktails.mp4","videoPressClassNames":"wp-block-embed is-type-video is-provider-videopress"} -->
  41. <figure class="wp-block-video wp-block-embed is-type-video is-provider-videopress"><video controls src="' . get_stylesheet_directory_uri() . '/assets/videos/pacific.mp4"></video></figure>
  42. <!-- /wp:video -->
  43. <!-- wp:heading {"level":4} -->
  44. <h4>' . esc_html__( 'Is This The Pacific?', 'videomaker' ) . '</h4>
  45. <!-- /wp:heading -->
  46. </div>
  47. <!-- /wp:column -->
  48. <!-- wp:column {"width":"30%"} -->
  49. <div class="wp-block-column" style="flex-basis:30%">
  50. <!-- wp:video {"src":"' . get_stylesheet_directory_uri() . '/assets/videos/boats.mp4","videoPressClassNames":"wp-block-embed is-type-video is-provider-videopress"} -->
  51. <figure class="wp-block-video wp-block-embed is-type-video is-provider-videopress"><video controls src="' . get_stylesheet_directory_uri() . '/assets/videos/boats.mp4"></video></figure>
  52. <!-- /wp:video -->
  53. <!-- wp:heading {"level":4} -->
  54. <h4>' . esc_html__( 'Boats', 'videomaker' ) . '</h4>
  55. <!-- /wp:heading -->
  56. <!-- wp:video {"src":"' . get_stylesheet_directory_uri() . '/assets/videos/fish.mp4","videoPressClassNames":"wp-block-embed is-type-video is-provider-videopress"} -->
  57. <figure class="wp-block-video wp-block-embed is-type-video is-provider-videopress"><video controls src="' . get_stylesheet_directory_uri() . '/assets/videos/fish.mp4"></video></figure>
  58. <!-- /wp:video -->
  59. <!-- wp:heading {"level":4} -->
  60. <h4>' . esc_html__( 'Plenty of Fish In The Sea', 'videomaker' ) . '</h4>
  61. <!-- /wp:heading -->
  62. <!-- wp:video {"src":"' . get_stylesheet_directory_uri() . '/assets/videos/i-love-you.mp4","videoPressClassNames":"wp-block-embed is-type-video is-provider-videopress"} -->
  63. <figure class="wp-block-video wp-block-embed is-type-video is-provider-videopress"><video controls src="' . get_stylesheet_directory_uri() . '/assets/videos/i-love-you.mp4"></video></figure>
  64. <!-- /wp:video -->
  65. <!-- wp:heading {"level":4} -->
  66. <h4>' . esc_html__( 'I Love You', 'videomaker' ) . '</h4>
  67. <!-- /wp:heading -->
  68. </div>
  69. <!-- /wp:column --></div>
  70. <!-- /wp:columns -->',
  71. );