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

Videomaker: Update patterns #5062

Merged
merged 3 commits into from
Nov 19, 2021
Merged
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
2 changes: 1 addition & 1 deletion videomaker/inc/patterns/pattern-grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

return array(
'title' => __( 'Pattern: Grid', 'videomaker' ),
'title' => __( 'Grid', 'videomaker' ),
'categories' => array( 'videomaker' ),
'content' => '<!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide"><!-- wp:column -->
Expand Down
47 changes: 16 additions & 31 deletions videomaker/inc/patterns/pattern-offset-project-grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

return array(
'title' => __( 'Pattern: Offset Project Grid', 'videomaker' ),
'title' => __( 'Offset Project Grid', 'videomaker' ),
'categories' => array( 'videomaker' ),
'content' => '<!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"60%"} -->
Expand All @@ -24,12 +24,9 @@
<h4>' . esc_html__( 'Man Working at Dawn', 'videomaker' ) . '</h4>
<!-- /wp:heading -->

<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:paragraph -->
<p>' . esc_html__( 'Trailer for a film about people working along a river.', 'videomaker' ) . '</p>
<!-- /wp:paragraph -->

</div>
<!-- /wp:group --></div>
Expand All @@ -52,12 +49,9 @@
<h4>' . esc_html__( 'Boats', 'videomaker' ) . '</h4>
<!-- /wp:heading -->

<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:paragraph -->
<p>' . esc_html__( 'A brief, ambient film of boats rising and lowering in the waves.', 'videomaker' ) . '</p>
<!-- /wp:paragraph -->

</div>
<!-- /wp:group --></div>
Expand Down Expand Up @@ -90,12 +84,9 @@
<h4>' . esc_html__( 'The Tale Of Three Cocktails', 'videomaker' ) . '</h4>
<!-- /wp:heading -->

<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:paragraph -->
<p>' . esc_html__( 'A music video for the band “Generous Penguin”.', 'videomaker' ) . '</p>
<!-- /wp:paragraph -->

</div>
<!-- /wp:group --></div>
Expand Down Expand Up @@ -129,12 +120,9 @@
<h4>' . esc_html__( 'Is This The Pacific?', 'videomaker' ) . '</h4>
<!-- /wp:heading -->

<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:paragraph -->
<p>' . esc_html__( 'A documentary about how the climate crisis affects the Pacific ocean.', 'videomaker' ) . '</p>
<!-- /wp:paragraph -->

</div>
<!-- /wp:group --></div>
Expand All @@ -155,12 +143,9 @@
<h4>' . esc_html__( 'Plenty of Fish In The Sea', 'videomaker' ) . '</h4>
<!-- /wp:heading -->

<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:paragraph -->
<p>' . esc_html__( 'A film about finding what you’re looking for.', 'videomaker' ) . '</p>
<!-- /wp:paragraph -->

</div>
<!-- /wp:group --></div>
Expand Down
14 changes: 0 additions & 14 deletions videomaker/inc/patterns/pattern-two-posts-with-excerpt.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
<h4>' . esc_html__( 'Man Working at Dawn', 'videomaker' ) . '</h4>
<!-- /wp:heading -->

<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
</div>
<!-- /wp:group -->

</div>
<!-- /wp:column -->

Expand Down Expand Up @@ -79,13 +72,6 @@
<h4>' . esc_html__( 'Boats', 'videomaker' ) . '</h4>
<!-- /wp:heading -->

<!-- wp:group {"className":"post-meta","layout":{"type":"flex"},"style":{"spacing":{"padding":{"top":"var(--wp--style--block-gap,1em)","bottom":"var(--wp--style--block-gap,1em)"}}}} -->
<div class="wp-block-group post-meta" style="padding-top:var(--wp--style--block-gap,1em);padding-bottom:var(--wp--style--block-gap,1em)">
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
</div>
<!-- /wp:group -->

</div>
<!-- /wp:column -->

Expand Down