Adding videomaker white variation (#5187)
BIN
variations/videomaker/videomaker-white/screenshot.jpg
Normal file
After Width: | Height: | Size: 360 KiB |
17
variations/videomaker/videomaker-white/style.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
Theme Name: Videomaker White
|
||||
Theme URI: https://github.com/Automattic/themes/tree/trunk/videomaker
|
||||
Author: Automattic
|
||||
Author URI: https://automattic.com/
|
||||
Description: Videomaker is a free, minimalistic WordPress theme ideal for film directors and video creators.
|
||||
Requires at least: 5.8
|
||||
Tested up to: 5.8
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.3
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Template: blockbase
|
||||
Text Domain: videomaker-white
|
||||
Tags: one-column, block-styles, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, auto-loading-homepage
|
||||
|
||||
*/
|
30
variations/videomaker/videomaker-white/theme.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/theme-v1.json",
|
||||
"version": 1,
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"slug": "foreground",
|
||||
"color": "#000000",
|
||||
"name": "Foreground"
|
||||
},
|
||||
{
|
||||
"slug": "background",
|
||||
"color": "#FFFFFF",
|
||||
"name": "Background"
|
||||
},
|
||||
{
|
||||
"slug": "primary",
|
||||
"color": "#000000",
|
||||
"name": "Primary"
|
||||
},
|
||||
{
|
||||
"slug": "tertiary",
|
||||
"color": "#D7D7D7",
|
||||
"name": "Tertiary"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
BIN
videomaker-white/assets/images/blog-edited.jpg
Normal file
After Width: | Height: | Size: 199 KiB |
BIN
videomaker-white/assets/images/laurel_left.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
videomaker-white/assets/images/laurel_right.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
videomaker-white/assets/images/new_film.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
videomaker-white/assets/images/philosophy-1-edited.jpg
Normal file
After Width: | Height: | Size: 156 KiB |
BIN
videomaker-white/assets/images/team-1-edited.jpg
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
videomaker-white/assets/images/working_at_dawn.jpg
Normal file
After Width: | Height: | Size: 792 KiB |
173
videomaker-white/assets/theme.css
Normal file
|
@ -0,0 +1,173 @@
|
|||
/**
|
||||
* Breakpoints & Media Queries
|
||||
*/
|
||||
/**
|
||||
* Converts a hex value into the rgb equivalent.
|
||||
*
|
||||
* @param {string} hex - the hexadecimal value to convert
|
||||
* @return {string} comma separated rgb values
|
||||
*/
|
||||
/**
|
||||
* Breakpoint mixins
|
||||
*/
|
||||
/**
|
||||
* Long content fade mixin
|
||||
*
|
||||
* Creates a fading overlay to signify that the content is longer
|
||||
* than the space allows.
|
||||
*/
|
||||
/**
|
||||
* Focus styles.
|
||||
*/
|
||||
/**
|
||||
* Applies editor left position to the selector passed as argument
|
||||
*/
|
||||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
/**
|
||||
* Reset default styles for JavaScript UI based pages.
|
||||
* This is a WP-admin agnostic reset
|
||||
*/
|
||||
/**
|
||||
* Reset the WP Admin page styles for Gutenberg-like pages.
|
||||
*/
|
||||
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
||||
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
||||
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
||||
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
|
||||
border-style: var(--wp--custom--button--border--style);
|
||||
border-color: currentColor;
|
||||
border-width: var(--wp--custom--button--border--width);
|
||||
padding-top: var(--wp--custom--button--spacing--padding--top);
|
||||
padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
|
||||
padding-left: var(--wp--custom--button--spacing--padding--left);
|
||||
padding-right: var(--wp--custom--button--spacing--padding--right);
|
||||
}
|
||||
|
||||
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button.has-focus {
|
||||
border-style: var(--wp--custom--button--border--style);
|
||||
border-color: currentColor;
|
||||
border-width: var(--wp--custom--button--border--width);
|
||||
padding-top: var(--wp--custom--button--spacing--padding--top);
|
||||
padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
|
||||
padding-left: var(--wp--custom--button--spacing--padding--left);
|
||||
padding-right: var(--wp--custom--button--spacing--padding--right);
|
||||
}
|
||||
|
||||
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-focus,
|
||||
.wp-block-search .wp-block-search__button:hover,
|
||||
.wp-block-search .wp-block-search__button:focus,
|
||||
.wp-block-search .wp-block-search__button.has-focus {
|
||||
border-style: var(--wp--custom--button--border--style);
|
||||
border-color: currentColor;
|
||||
border-width: var(--wp--custom--button--border--width);
|
||||
padding-top: var(--wp--custom--button--spacing--padding--top);
|
||||
padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
|
||||
padding-left: var(--wp--custom--button--spacing--padding--left);
|
||||
padding-right: var(--wp--custom--button--spacing--padding--right);
|
||||
}
|
||||
|
||||
.wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
||||
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
||||
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
||||
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
|
||||
color: var(--wp--custom--button--color--background);
|
||||
background-color: var(--wp--custom--button--color--text);
|
||||
}
|
||||
|
||||
a:not(.wp-block-query-pagination-next):active {
|
||||
background: var(--wp--custom--color--foreground) !important;
|
||||
color: var(--wp--custom--color--background) !important;
|
||||
}
|
||||
|
||||
div.post-meta.wp-block-group {
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
div.post-meta > *:not(:first-child):before {
|
||||
color: var(--wp--custom--color--foreground);
|
||||
content: "/";
|
||||
margin-left: var(--wp--custom--gap--baseline);
|
||||
margin-right: var(--wp--custom--gap--baseline);
|
||||
}
|
||||
|
||||
div.post-meta a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.is-vertical.items-justified-right ul.wp-block-navigation__container {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
footer > .wp-block-group {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
footer > .wp-block-group p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
footer > .wp-block-group .footer-credit {
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.post-tags-container .taxonomy-post_tag.wp-block-post-terms {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--wp--custom--gap--baseline, 1em);
|
||||
}
|
||||
|
||||
.post-tags-container .taxonomy-post_tag.wp-block-post-terms a {
|
||||
background: var(--wp--custom--color--tertiary);
|
||||
border-radius: 100px;
|
||||
font-weight: 600;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.post-tags-container .taxonomy-post_tag.wp-block-post-terms .wp-block-post-terms__separator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wp-block-post-navigation-link {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.wp-block-post-navigation-link:not(:empty) {
|
||||
border-top: 1px solid var(--wp--custom--color--primary);
|
||||
}
|
||||
|
||||
.wp-block-post-navigation-link a {
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.post-navigation-link-next {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.wp-block-query-pagination {
|
||||
grid-template-areas: "prev next";
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
div.wp-block-query-pagination .wp-block-query-pagination-previous,
|
||||
div.wp-block-query-pagination .wp-block-query-pagination-next {
|
||||
border-top: 1px solid var(--wp--custom--color--primary);
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.wp-block-query-pagination .wp-block-query-pagination-next {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.wp-block-query-pagination .is-arrow-arrow {
|
||||
font-family: var(--wp--preset--font-family--system-font);
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=theme.css.map */
|
BIN
videomaker-white/assets/videos/boats.mp4
Normal file
BIN
videomaker-white/assets/videos/cocktails.mp4
Normal file
BIN
videomaker-white/assets/videos/digging.mp4
Normal file
BIN
videomaker-white/assets/videos/fish.mp4
Normal file
BIN
videomaker-white/assets/videos/i-love-you.mp4
Normal file
BIN
videomaker-white/assets/videos/pacific.mp4
Normal file
19
videomaker-white/block-template-parts/footer.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!-- wp:group {"layout":{"inherit":"true"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:group {"align":"wide","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"space-between"},"style":{"spacing":{"padding":{"top":"170px","bottom":"var(--wp--custom--gap--horizontal"}}}} -->
|
||||
<div class="wp-block-group alignwide" style="padding-top: 170px;padding-bottom: var(--wp--custom--gap--horizontal);"> <!-- wp:group -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:navigation {"overlayMenu":"never","__unstableLocation":"footer","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"},"style":{"typography":{"textTransform":"uppercase"},"spacing":{"blockGap":"0px"}}} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- wp:group {"className":"footer-credit"} -->
|
||||
<div class="wp-block-group footer-credit">
|
||||
<!-- wp:paragraph {"fontSize":"small"} -->
|
||||
<p class="has-small-font-size">Proudly Powered by <a href="https://wordpress.org" rel="nofollow">WordPress</a></p>
|
||||
<!-- /wp:paragraph -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
3
videomaker-white/block-template-parts/header-spacer.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!-- wp:spacer {"height":160} -->
|
||||
<div style="height:160px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
10
videomaker-white/block-templates/404.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:group {"layout":{"inherit":true},"tagName":"main"} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:pattern {"slug":"blockbase/404"} /-->
|
||||
<!-- wp:search {"label":""} /-->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"area":"footer","slug":"footer","tagName":"footer","className":"site-footer-container"} /-->
|
39
videomaker-white/block-templates/archive.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header","layout":{"inherit":true}} /-->
|
||||
|
||||
<!-- wp:query {"tagName":"main","layout":{"inherit":true}} -->
|
||||
<main class="wp-block-query">
|
||||
<!-- wp:query-title {"type":"archive","style":{"spacing":{"margin":{"bottom":"100px"}}}} /-->
|
||||
|
||||
<!-- wp:post-template -->
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"bottom":"45px"}}}} /-->
|
||||
<!-- wp:post-featured-image {"isLink":"true","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2.5 * var(--wp--style--block-gap,1em))"}}}} /-->
|
||||
<!-- wp:post-excerpt /-->
|
||||
|
||||
<!-- 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 -->
|
||||
|
||||
<!-- wp:spacer {"height":60} -->
|
||||
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:post-template -->
|
||||
<!-- wp:group {"layout":{"inherit":true}} -->
|
||||
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:query-pagination {"paginationArrow":"arrow"} -->
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
<!-- /wp:query-pagination -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</main>
|
||||
<!-- /wp:query -->
|
||||
|
||||
<!-- wp:template-part {"area":"footer","slug":"footer","tagName":"footer","layout":{"inherit":true},"className":"site-footer-container"} /-->
|
1
videomaker-white/block-templates/blank.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!-- wp:post-content {"layout":{"inherit":true}} /-->
|
10
videomaker-white/block-templates/header-footer-only.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var(--wp--custom--gap--vertical)"}}}} -->
|
||||
<main class="wp-block-group" style="margin-top: var(--wp--custom--gap--vertical)">
|
||||
|
||||
<!-- wp:post-content {"layout":{"inherit":true}} /-->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"area":"footer","slug":"footer","tagName":"footer","className":"site-footer-container"} /-->
|
38
videomaker-white/block-templates/index.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!-- wp:template-part {"slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:query {"tagName":"main","layout":{"inherit":true}} -->
|
||||
<main class="wp-block-query">
|
||||
|
||||
<!-- wp:post-template -->
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"bottom":"45px"}}}} /-->
|
||||
<!-- wp:post-featured-image {"isLink":"true","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2.5 * var(--wp--style--block-gap,1em))"}}}} /-->
|
||||
<!-- wp:post-excerpt /-->
|
||||
|
||||
<!-- 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 -->
|
||||
|
||||
<!-- wp:spacer {"height":60} -->
|
||||
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:post-template -->
|
||||
<!-- wp:group {"layout":{"inherit":true}} -->
|
||||
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:query-pagination {"paginationArrow":"arrow"} -->
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
<!-- /wp:query-pagination -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</main>
|
||||
<!-- /wp:query -->
|
||||
|
||||
<!-- wp:template-part {"area":"footer","slug":"footer","tagName":"footer","className":"site-footer-container"} /-->
|
42
videomaker-white/block-templates/page.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:spacer {"height":170} -->
|
||||
<div style="height:170px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:group {"tagName":"main"} -->
|
||||
<main class="wp-block-group">
|
||||
|
||||
<!-- wp:group {"layout":{"inherit":true}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:post-title /-->
|
||||
<!-- 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 -->
|
||||
<!-- wp:group {"className":"post-tags-container","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} -->
|
||||
<div class="wp-block-group post-tags-container" style="margin-top:var(--wp--style--block-gap,1em);margin-bottom:calc(2 * var(--wp--style--block-gap,1em))">
|
||||
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- wp:post-featured-image {"align":"full","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:post-content {"layout":{"inherit":true}} /-->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:spacer {"height":60} -->
|
||||
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:group {"layout":{"inherit":true}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:post-comments /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"area":"footer","slug":"footer","tagName":"footer","className":"site-footer-container"} /-->
|
20
videomaker-white/block-templates/search.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:group {"layout":{"inherit":true},"tagName":"main"} -->
|
||||
<main class="wp-block-group">
|
||||
|
||||
<!-- wp:query -->
|
||||
<div class="wp-block-query">
|
||||
<!-- wp:post-template -->
|
||||
|
||||
<!-- wp:post-title {"level":5,"isLink":true} /-->
|
||||
<!-- wp:post-excerpt /-->
|
||||
|
||||
<!-- /wp:post-template -->
|
||||
</div>
|
||||
<!-- /wp:query -->
|
||||
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"area":"footer","slug":"footer","tagName":"footer","className":"site-footer-container"} /-->
|
50
videomaker-white/block-templates/single.html
Normal file
|
@ -0,0 +1,50 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main"} -->
|
||||
<main class="wp-block-group">
|
||||
|
||||
<!-- wp:group {"layout":{"inherit":true}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:post-title /-->
|
||||
<!-- 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 -->
|
||||
<!-- wp:post-featured-image {"align":"full","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} /-->
|
||||
<!-- wp:group {"className":"post-tags-container","style":{"spacing":{"margin":{"top":"var(--wp--style--block-gap,1em)","bottom":"calc(2 * var(--wp--style--block-gap,1em))"}}}} -->
|
||||
<div class="wp-block-group post-tags-container" style="margin-top:var(--wp--style--block-gap,1em);margin-bottom:calc(2 * var(--wp--style--block-gap,1em))">
|
||||
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:post-content {"layout":{"inherit":true}} /-->
|
||||
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:spacer {"height":60} -->
|
||||
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:group {"layout":{"inherit":true}} -->
|
||||
<div class="wp-block-group">
|
||||
|
||||
<!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group alignwide">
|
||||
<!-- wp:post-navigation-link {"type":"previous"} /-->
|
||||
<!-- wp:post-navigation-link /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:spacer {"height":60} -->
|
||||
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
<!-- wp:post-comments /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"area":"footer","slug":"footer","tagName":"footer","className":"site-footer-container"} /-->
|
21
videomaker-white/functions.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Add Editor Styles
|
||||
*/
|
||||
function videomaker_editor_styles() {
|
||||
// Primary navigation is used on the header and the footer pattern
|
||||
register_nav_menus(
|
||||
array(
|
||||
'primary' => __( 'Primary Navigation', 'videomaker' ),
|
||||
'social' => __( 'Social Navigation', 'videomaker' ),
|
||||
'footer' => __( 'Footer Navigation', 'videomaker' )
|
||||
)
|
||||
);
|
||||
}
|
||||
add_action( 'after_setup_theme', 'videomaker_editor_styles' );
|
||||
|
||||
/**
|
||||
* Block Patterns.
|
||||
*/
|
||||
require get_stylesheet_directory() . '/inc/block-patterns.php';
|
49
videomaker-white/inc/block-patterns.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
/**
|
||||
* Videomaker Theme: Block Patterns
|
||||
*
|
||||
* @package Videomaker
|
||||
* @since 1.0.0
|
||||
*/
|
||||
if ( ! function_exists( 'videomaker_register_block_patterns' ) ) :
|
||||
|
||||
function videomaker_register_block_patterns() {
|
||||
|
||||
if ( function_exists( 'register_block_pattern_category' ) ) {
|
||||
register_block_pattern_category(
|
||||
'videomaker',
|
||||
array( 'label' => __( 'Videomaker', 'videomaker' ) )
|
||||
);
|
||||
}
|
||||
|
||||
if ( function_exists( 'register_block_pattern' ) ) {
|
||||
$block_patterns = array(
|
||||
'about',
|
||||
'awards',
|
||||
'background-video',
|
||||
'description',
|
||||
'film-credits',
|
||||
'film-poster',
|
||||
'full-width-homepage',
|
||||
'footer',
|
||||
'description',
|
||||
'header-description-and-grid-of-projects',
|
||||
'header-names-list-and-grid',
|
||||
'pattern-grid',
|
||||
'pattern-offset-project-grid',
|
||||
'pattern-two-posts-with-excerpt',
|
||||
'post-i-love-you',
|
||||
'reviews',
|
||||
);
|
||||
|
||||
foreach ( $block_patterns as $block_pattern ) {
|
||||
register_block_pattern(
|
||||
'videomaker/' . $block_pattern,
|
||||
require __DIR__ . '/patterns/' . $block_pattern . '.php'
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
endif;
|
||||
|
||||
add_action( 'init', 'videomaker_register_block_patterns', 9 );
|
54
videomaker-white/inc/patterns/about.php
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?php
|
||||
/**
|
||||
* About.
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'About', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"fontWeight":"300"}},"fontSize":"large"} -->
|
||||
<h3 class="has-large-font-size" style="font-weight:300">' . esc_html__( 'Gary Han is a award-winning creative director, designer, photographer and visual artist based in Singapore.', 'videomaker' ) . '</h3>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-large"><img src="' . get_stylesheet_directory_uri() . '/assets/images/team-1-edited.jpg" alt="' . esc_attr__( 'Photograph of a person holding a camera', 'videomaker' ) . '" /></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:paragraph {"fontSize":"medium"} -->
|
||||
<p class="has-medium-font-size"><a href="#">' . esc_html__( 'The Crew', 'videomaker' ) . '</a></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-large"><img src="' . get_stylesheet_directory_uri() . '/assets/images/philosophy-1-edited.jpg" alt="' . esc_attr__( 'Photograph of a man holding a camera', 'videomaker' ) . '" /></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:paragraph {"fontSize":"medium"} -->
|
||||
<p class="has-medium-font-size"><a href="#">' . esc_html__( 'Our Philosophy', 'videomaker' ) . '</a></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-large"><img src="' . get_stylesheet_directory_uri() . '/assets/images/blog-edited.jpg" alt="' . esc_attr__( 'Photograph of a person standing and holding a camera in a city', 'videomaker' ) . '" /></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:paragraph {"fontSize":"medium"} -->
|
||||
<p class="has-medium-font-size"><a href="#">' . esc_html__( 'Blog', 'videomaker' ) . '</a></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->',
|
||||
);
|
86
videomaker-white/inc/patterns/awards.php
Normal file
|
@ -0,0 +1,86 @@
|
|||
<?php
|
||||
/**
|
||||
* Awards.
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Awards', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:cover {"overlayColor":"background","minHeight":100,"minHeightUnit":"vh","align":"wide","style":{"spacing":{"padding":{"top":"50px","right":"50px","bottom":"50px","left":"50px"}}}} -->
|
||||
<div class="wp-block-cover alignwide has-background-background-color has-background-dim" style="padding-top:50px;padding-right:50px;padding-bottom:50px;padding-left:50px;min-height:100vh"><div class="wp-block-cover__inner-container"><!-- wp:columns {"verticalAlignment":"center"} -->
|
||||
<div class="wp-block-columns are-vertically-aligned-center">
|
||||
|
||||
<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"padding":{"top":"20px","right":"0px","bottom":"20px","left":"0px"}}}} -->
|
||||
<div class="wp-block-column is-vertically-aligned-center" style="padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px">
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"flex","allowOrientation":false,"justifyContent":"space-between","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group"><!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-full"><img src="' . get_stylesheet_directory_uri() . '/assets/images/laurel_left.png" alt=""/></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group"><!-- wp:paragraph {"align":"center","fontSize":"medium","style":{"typography":{"lineHeight":"1"}}} -->
|
||||
<p class="has-text-align-center has-medium-font-size" style="line-height:1"><strong>' . esc_html__( '\'Best Film\'', 'videomaker' ) . '</strong></p>
|
||||
<!-- /wp:paragraph --><!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"0"}}}} -->
|
||||
<p class="has-text-align-center" style="margin-top:0">' . esc_html__( 'Winner', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-full"><img src="' . get_stylesheet_directory_uri() . '/assets/images/laurel_right.png" alt=""/></figure>
|
||||
<!-- /wp:image --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
|
||||
<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"padding":{"top":"20px","right":"0px","bottom":"20px","left":"0px"}}}} -->
|
||||
<div class="wp-block-column is-vertically-aligned-center" style="padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px">
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"flex","allowOrientation":false,"justifyContent":"space-between","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group"><!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-full"><img src="' . get_stylesheet_directory_uri() . '/assets/images/laurel_left.png" alt=""/></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group"><!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"0"}},"typography":{"letterSpacing":"-0.13em","lineHeight":"1"}},"fontSize":"medium"} -->
|
||||
<p class="has-text-align-center has-medium-font-size" style="line-height:1;margin-top:0;letter-spacing:-0.13em"><strong>' . esc_html__( 'NFF', 'videomaker' ) . '</strong></p>
|
||||
<!-- /wp:paragraph -->
|
||||
<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"0"}},"typography":{"lineHeight":"1"}}} -->
|
||||
<p class="has-text-align-center" style="line-height:1;margin-top:0">' . wp_kses_post( __( 'NEW FILM <br> FESTIVAL', 'videomaker' ) ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-full"><img src="' . get_stylesheet_directory_uri() . '/assets/images/laurel_right.png" alt=""/></figure>
|
||||
<!-- /wp:image --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"padding":{"top":"20px","right":"0px","bottom":"20px","left":"0px"}}}} -->
|
||||
<div class="wp-block-column is-vertically-aligned-center" style="padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px">
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"flex","allowOrientation":false,"justifyContent":"space-between","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group"><!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-full"><img src="' . get_stylesheet_directory_uri() . '/assets/images/laurel_left.png" alt=""/></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group"><!-- wp:paragraph {"align":"center","fontSize":"medium","style":{"typography":{"lineHeight":"1"}}} -->
|
||||
<p class="has-text-align-center has-medium-font-size" style="line-height:1"><strong>' . esc_html__( '\'Best Short\'', 'videomaker' ) . '</strong></p>
|
||||
<!-- /wp:paragraph --><!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"0"}}}} -->
|
||||
<p class="has-text-align-center" style="margin-top:0">' . esc_html__( 'Winner', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-full"><img src="' . get_stylesheet_directory_uri() . '/assets/images/laurel_right.png" alt=""/></figure>
|
||||
<!-- /wp:image --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
</div>
|
||||
<!-- /wp:columns --></div></div>
|
||||
<!-- /wp:cover -->',
|
||||
);
|
21
videomaker-white/inc/patterns/background-video.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* Background Video
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Background video', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'blockTypes' => array( 'core/template-part/header' ),
|
||||
'content' => '<!-- wp:cover {"url":"' . get_stylesheet_directory_uri() . '/assets/videos/fish.mp4","dimRatio":40,"overlayColor":"background","backgroundType":"video","minHeight":100,"minHeightUnit":"vh","contentPosition":"bottom left","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"60px","right":"60px","bottom":"60px","left":"60px"}}}} -->
|
||||
<div class="wp-block-cover alignfull is-light has-custom-content-position is-position-bottom-left" style="padding-top:60px;padding-right:60px;padding-bottom:60px;padding-left:60px;min-height:100vh"><span aria-hidden="true" class="has-background-background-color has-background-dim-40 wp-block-cover__gradient-background has-background-dim"></span><video class="wp-block-cover__video-background intrinsic-ignore" autoplay muted loop playsinline src="' . get_stylesheet_directory_uri() . '/assets/videos/fish.mp4" data-object-fit="cover"></video><div class="wp-block-cover__inner-container"><!-- wp:heading {"textColor":"foreground","fontSize":"large"} -->
|
||||
<h2 class="has-foreground-color has-text-color has-large-font-size">' . esc_html__( 'Plenty of fish in the sea', 'videomaker' ) . '</h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph {"textColor":"foreground"} -->
|
||||
<p class="has-foreground-color has-text-color">' . esc_html__( 'A film about finding what you’re looking for.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div></div>
|
||||
<!-- /wp:cover -->',
|
||||
);
|
36
videomaker-white/inc/patterns/description.php
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?php
|
||||
/**
|
||||
* Description.
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Description', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:spacer {"height":50} -->
|
||||
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","fontSize":"large"} -->
|
||||
<p class="has-text-align-center has-large-font-size">' . esc_html__( 'Man Working at Dawn', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:columns {"isStackedOnMobile":false} -->
|
||||
<div class="wp-block-columns is-not-stacked-on-mobile"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"align":"right","fontSize":"medium"} -->
|
||||
<p class="has-text-align-right has-medium-font-size">' . wp_kses_post( __( '<strong>Release Date<br>Rating</strong><br><br><strong>Year<br>Country<br>Slogan<br>Genre<br>Time<br>Budget<br>Age</strong>', 'videomaker' ) ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"fontSize":"medium"} -->
|
||||
<p class="has-medium-font-size">' . wp_kses_post( __( '25th March 2020<br>PG-13<br><br>2016<br>United States of America<br>“A Life of Labor”<br>Short Film, Documentary<br>35 min.<br>$ 450 000<br>12+', 'videomaker' ) ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:spacer {"height":50} -->
|
||||
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->',
|
||||
);
|
50
videomaker-white/inc/patterns/film-credits.php
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?php
|
||||
/**
|
||||
* Film credits.
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Film credits', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:spacer {"height":50} -->
|
||||
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.3"}},"fontSize":"medium"} -->
|
||||
<p class="has-text-align-center has-medium-font-size" style="line-height:1.3">' . esc_html__( 'Based on the novel “Man Working at Dawn” by', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.3"}},"fontSize":"large"} -->
|
||||
<p class="has-text-align-center has-large-font-size" style="line-height:1.3">' . esc_html__( 'LOIS HERBERT', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:spacer {"height":20} -->
|
||||
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.3"}},"fontSize":"medium"} -->
|
||||
<p class="has-text-align-center has-medium-font-size" style="line-height:1.3">' . esc_html__( 'Screenplay by', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.3"}},"fontSize":"large"} -->
|
||||
<p class="has-text-align-center has-large-font-size" style="line-height:1.3">' . wp_kses_post( __( 'AUGUSTA SMITH<br>DAN ANDREWS<br>GARY HAN', 'videomaker' ) ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:spacer {"height":20} -->
|
||||
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.3"}},"fontSize":"medium"} -->
|
||||
<p class="has-text-align-center has-medium-font-size" style="line-height:1.3">' . esc_html__( 'Directed by', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.3"}},"fontSize":"large"} -->
|
||||
<p class="has-text-align-center has-large-font-size" style="line-height:1.3">' . esc_html__( 'GARY HAN', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:spacer {"height":50} -->
|
||||
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->',
|
||||
);
|
72
videomaker-white/inc/patterns/film-poster.php
Normal file
|
@ -0,0 +1,72 @@
|
|||
<?php
|
||||
/**
|
||||
* Film poster.
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Film poster', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"backgroundColor":"background"} -->
|
||||
<div class="wp-block-group alignwide has-background-background-color has-background" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:cover {"url":"' . get_stylesheet_directory_uri() . '/assets/images/working_at_dawn.jpg","dimRatio":0,"overlayColor":"background","minHeight":1410,"minHeightUnit":"px","contentPosition":"center center","align":"wide","style":{"spacing":{"padding":{"top":"20px","right":"20px","bottom":"20px","left":"20px"}}}} -->
|
||||
<div class="wp-block-cover alignwide has-background-background-color" style="padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;min-height:1410px"><img class="wp-block-cover__image-background" alt="" src="' . get_stylesheet_directory_uri() . '/assets/images/working_at_dawn.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:image {"align":"center","width":206,"height":105,"sizeSlug":"full","linkDestination":"none"} -->
|
||||
<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img src="' . get_stylesheet_directory_uri() . '/assets/images/new_film.png" alt="' . esc_attr__( 'Photo of a man working at dawn', 'videomaker' ) . '" width="206" height="105"/></figure></div>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","textColor":"foreground","fontSize":"normal"} -->
|
||||
<p class="has-text-align-center has-normal-font-size has-foreground-color has-text-color"><em>' . esc_html__( '“Absurdly and assuredly packed punch in the gut.”', 'videomaker' ) . '</em></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","textColor":"foreground","style":{"typography":{"fontSize":"12px"}}} -->
|
||||
<p class="has-text-align-center has-foreground-color has-text-color" style="font-size:12px"><strong>' . esc_html__( 'Latest Review', 'videomaker' ) . '</strong></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:spacer {"height":500} -->
|
||||
<div style="height:500px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","textColor":"foreground","placeholder":"Write title…","style":{"typography":{"lineHeight":"1.3"}},"fontSize":"large"} -->
|
||||
<p class="has-text-align-center has-large-font-size has-foreground-color has-text-color" style="line-height:1.3">' . wp_kses_post( __( '<strong>MAN WORKING AT DAWN</strong>', 'videomaker' ) ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"align":"center","textColor":"foreground","style":{"typography":{"lineHeight":"1"}}} -->
|
||||
<p class="has-text-align-center has-foreground-color has-text-color" style="line-height:1">' . wp_kses_post( __( 'A Film by <strong>Gary Han</strong>', 'videomaker' ) ) . '</p>
|
||||
<!-- /wp:paragraph --></div></div>
|
||||
<!-- /wp:cover -->
|
||||
|
||||
<!-- wp:columns -->
|
||||
<div class="wp-block-columns"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"align":"center","fontSize":"medium"} -->
|
||||
<p class="has-text-align-center has-medium-font-size">' . esc_html__( 'AKACHUKWU ELBA', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"align":"center","fontSize":"medium"} -->
|
||||
<p class="has-text-align-center has-medium-font-size">' . esc_html__( 'VICTORIA EDEM', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"align":"center","fontSize":"medium"} -->
|
||||
<p class="has-text-align-center has-medium-font-size">' . esc_html__( 'MUSA IDOWU', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"align":"center","fontSize":"medium"} -->
|
||||
<p class="has-text-align-center has-medium-font-size">' . esc_html__( 'SANI GODWIN', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"100%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:100%"><!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"12px"}}} -->
|
||||
<p class="has-text-align-center" style="font-size:12px">' . esc_html__( 'Videomaker Collective Presents In Association with HANO Direction by Dan Andrews Screenplay by Augusta Smith Camera Diego Cruz, Helen Smith-Andrews and Dan Andrews Art Philip Mizrahi Production Romana Arakelyan Operators Syd Wyatt and Cameron Madeira Behind the Camera Diego Cruz Color Editing and Post-Production Philip Mizrahi and Tony Sánchez Videomaker Collective Presents In Association with HANO Direction by Dan Andrews Screenplay by Augusta Smith Camera Diego Cruz, Helen Smith-Andrews and Dan Andrews Art Philip Mizrahi Production Romana Arakelyan Operators Syd Wyatt and Cameron Madeira Behind the Camera Diego Cruz Color Editing and Post-Production Philip Mizrahi and Tony Sánchez', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns --></div>
|
||||
<!-- /wp:group -->',
|
||||
);
|
24
videomaker-white/inc/patterns/footer.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
/**
|
||||
* Footer
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Footer', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column -->
|
||||
<div class="wp-block-column">
|
||||
<!-- wp:navigation {"overlayMenu":"never","__unstableLocation":"footer","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"},"style":{"typography":{"lineHeight":"1"}}} /-->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"align":"right","style":{"typography":{"lineHeight":1.4}},"fontSize":"extra-small"} -->
|
||||
<p class="has-text-align-right has-extra-small-font-size" style="line-height:1.4">'. esc_html__( '© Gary Han 2021', 'videomaker' ) . '<br>' . esc_html__( 'Creative Director', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->',
|
||||
);
|
27
videomaker-white/inc/patterns/full-width-homepage.php
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
/**
|
||||
* Full-width Homepage
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Full-width Homepage', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'blockTypes' => array( 'core/template-part/header' ),
|
||||
'content' => '<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center"} -->
|
||||
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:site-title /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"verticalAlignment":"center"} -->
|
||||
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:navigation {"__unstableLocation":"primary","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"horizontal"},"style":{"typography":{"textTransform":"uppercase"}}} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/bjvmxiQS","type":"video","providerNameSlug":"videopress","responsive":true,"align":"wide","className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<figure class="wp-block-embed alignwide 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">
|
||||
https://videopress.com/v/bjvmxiQS
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->',
|
||||
);
|
|
@ -0,0 +1,111 @@
|
|||
<?php
|
||||
/**
|
||||
* Header, Description and Grid of Projects
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Header, Description and Grid of Projects', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'blockTypes' => array( 'core/template-part/header' ),
|
||||
'content' => '<!-- wp:columns {"verticalAlignment":"top","align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"30%"} -->
|
||||
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:30%"><!-- wp:site-title /-->
|
||||
|
||||
<!-- wp:heading {"level":3,"style":{"typography":{"fontWeight":"300"}}} -->
|
||||
<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>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:navigation {"overlayMenu":"never","__unstableLocation":"primary","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"},"style":{"typography":{"textTransform":"uppercase"}}} /-->
|
||||
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"10%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:10%"><!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"60%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:60%"><!-- wp:columns -->
|
||||
<div class="wp-block-columns"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/bjvmxiQS","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/bjvmxiQS
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<h4 class="wp-embed-aspect-16-9 wp-has-aspect-ratio">' . esc_html__( 'Man Working at Dawn', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/z4N1oaIj","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/z4N1oaIj
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<h4 class="wp-embed-aspect-16-9 wp-has-aspect-ratio">' . esc_html__( 'Boats', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:columns -->
|
||||
<div class="wp-block-columns"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/QnM8BRgT","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/QnM8BRgT
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<h4 class="wp-embed-aspect-16-9 wp-has-aspect-ratio">' . esc_html__( 'The Tale of The Three Cocktails', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/ma3Uz3AE","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/ma3Uz3AE
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<h4 class="wp-embed-aspect-16-9 wp-has-aspect-ratio">' . esc_html__( 'Plenty of Fish in the Sea', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:columns -->
|
||||
<div class="wp-block-columns"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/Ubk3Xl86","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/Ubk3Xl86
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<h4 class="wp-embed-aspect-16-9 wp-has-aspect-ratio">' . esc_html__( 'Is this the Pacific?', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/TKDIpWEl","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/TKDIpWEl
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<h4 class="wp-embed-aspect-16-9 wp-has-aspect-ratio">' . esc_html__( 'I Love You', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->',
|
||||
);
|
54
videomaker-white/inc/patterns/header-names-list-and-grid.php
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?php
|
||||
/**
|
||||
* Header, Names List and Grid
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Header, Names List and Grid', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'blockTypes' => array( 'core/template-part/header' ),
|
||||
'content' => '<!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:columns {"verticalAlignment":"top","align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"46.67%"} -->
|
||||
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:46.67%"><!-- wp:site-title /-->
|
||||
|
||||
<!-- wp:heading {"level":3,"style":{"typography":{"fontWeight":"300"}}} -->
|
||||
<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>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"13.33%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:13.33%"><!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"60%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:60%">
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/z4N1oaIj","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/z4N1oaIj
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":3,"style":{"typography":{"fontWeight":"700"}},"fontSize":"normal"} -->
|
||||
<h3 class="has-normal-font-size" style="font-weight:700">' . esc_html__( 'Boats', 'videomaker' ) . '</h3>
|
||||
<!-- /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 -->
|
||||
|
||||
</div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->',
|
||||
);
|
116
videomaker-white/inc/patterns/pattern-grid.php
Normal file
|
@ -0,0 +1,116 @@
|
|||
<?php
|
||||
/**
|
||||
* Pattern: Grid
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Grid', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/bjvmxiQS","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/bjvmxiQS
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"style":{"spacing":{"margin":{"bottom":"10px"}}}} -->
|
||||
<h4 style="margin-bottom:10px">' . esc_html__( 'Man Working at Dawn', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'Trailer for a film about people working along a river.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/z4N1oaIj","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/z4N1oaIj
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"style":{"spacing":{"margin":{"bottom":"10px"}}}} -->
|
||||
<h4 style="margin-bottom:10px">' . esc_html__( 'Boats', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'A brief, ambient film of boats rising and lowering in the waves.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/QnM8BRgT","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/QnM8BRgT
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"style":{"spacing":{"margin":{"bottom":"10px"}}}} -->
|
||||
<h4 style="margin-bottom:10px">' . esc_html__( 'The Tale of The Three Cocktails', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'A music video for the band “Generous Penguin”.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:embed {"url":"https://videopress.com/v/ma3Uz3AE","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/ma3Uz3AE
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4,"style":{"spacing":{"margin":{"bottom":"10px"}}}} -->
|
||||
<h4 style="margin-bottom:10px">' . esc_html__( 'Plenty of Fish In The Sea', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'A film about finding what you’re looking for.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column -->
|
||||
<div class="wp-block-column">
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/Ubk3Xl86","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/Ubk3Xl86
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4} -->
|
||||
<h4>' . esc_html__( 'Is This The Pacific?', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'A documentary about how the climate crisis affects the Pacific ocean.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column">
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/TKDIpWEl","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/TKDIpWEl
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:heading {"level":4} -->
|
||||
<h4>' . esc_html__( 'I Love You', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'An advertisement film series for a fragrance.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->',
|
||||
);
|
154
videomaker-white/inc/patterns/pattern-offset-project-grid.php
Normal file
|
@ -0,0 +1,154 @@
|
|||
<?php
|
||||
/**
|
||||
* Pattern: Offset Project Grid
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Offset Project Grid', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"60%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:60%">
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/bjvmxiQS","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/bjvmxiQS
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:heading {"level":4} -->
|
||||
<h4>' . esc_html__( 'Man Working at Dawn', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'Trailer for a film about people working along a river.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
</div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"40%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:40%"><!-- wp:spacer {"height":290} -->
|
||||
<div style="height:290px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/z4N1oaIj","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/z4N1oaIj
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:heading {"level":4} -->
|
||||
<h4>' . esc_html__( 'Boats', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- 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>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:spacer {"height":65} -->
|
||||
<div style="height:65px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"20%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"66.66%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:66.66%">
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/QnM8BRgT","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/QnM8BRgT
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:heading {"level":4} -->
|
||||
<h4>' . esc_html__( 'The Tale Of Three Cocktails', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'A music video for the band “Generous Penguin”.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
</div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"33.33%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"40%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:40%"><!-- wp:spacer {"height":385} -->
|
||||
<div style="height:385px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/Ubk3Xl86","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/Ubk3Xl86
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:group --><div class="wp-block-group">
|
||||
<!-- wp:heading {"level":4} -->
|
||||
<h4>' . esc_html__( 'Is This The Pacific?', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'A documentary about how the climate crisis affects the Pacific ocean.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
</div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"60%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:60%">
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/ma3Uz3AE","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/ma3Uz3AE
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:heading {"level":4} -->
|
||||
<h4>' . esc_html__( 'Plenty of Fish In The Sea', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>' . esc_html__( 'A film about finding what you’re looking for.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
</div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->'
|
||||
);
|
|
@ -0,0 +1,86 @@
|
|||
<?php
|
||||
/**
|
||||
* Pattern: Two posts with excerpt
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Two posts with excerpt', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"80%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:80%">
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/bjvmxiQS","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/bjvmxiQS
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:columns -->
|
||||
<div class="wp-block-columns"><!-- wp:column -->
|
||||
<div class="wp-block-column">
|
||||
|
||||
<!-- wp:heading {"level":4} -->
|
||||
<h4>' . esc_html__( 'Man Working at Dawn', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"small"} -->
|
||||
<p class="has-small-font-size" style="line-height:1.5">' . esc_html__( 'As nations under the present system are driven to compete with one another for the markets of the world, so also have the workers to compete with each other—for livelihood.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"33.33%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"20%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"80%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:80%">
|
||||
|
||||
<!-- wp:embed {"url":"https://videopress.com/v/z4N1oaIj","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/z4N1oaIj
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
|
||||
<!-- wp:columns -->
|
||||
<div class="wp-block-columns"><!-- wp:column -->
|
||||
<div class="wp-block-column">
|
||||
|
||||
<!-- wp:heading {"level":4} -->
|
||||
<h4>' . esc_html__( 'Boats', 'videomaker' ) . '</h4>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"small"} -->
|
||||
<p class="has-small-font-size" style="line-height:1.5">' . esc_html__( 'As nations under the present system are driven to compete with one another for the markets of the world, so also have the workers to compete with each other—for livelihood.', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->',
|
||||
);
|
19
videomaker-white/inc/patterns/post-i-love-you.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
/**
|
||||
* Post: I Love You
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Post: I Love You', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:embed {"url":"https://videopress.com/v/TKDIpWEl","type":"video","providerNameSlug":"videopress","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
|
||||
<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">
|
||||
https://videopress.com/v/TKDIpWEl
|
||||
</div></figure>
|
||||
<!-- /wp:embed -->
|
||||
<!-- wp:paragraph {"fontSize":"small"} -->
|
||||
<p class="has-small-font-size">' . esc_html__( 'As nations under the present system are driven to compete with one another for the markets of the world, and as firms or the captains of industry have to scramble for their share of the profits of the markets, so also have the workers to compete with each other—for livelihood.', 'videomaker' ) . '<br><br>—<br><br><strong>' . esc_html__( 'Direction', 'videomaker' ) . '</strong><br>' . esc_html__( 'Dan Andrews', 'videomaker' ) . '<br><br><strong>' . esc_html__( 'Screenplay', 'videomaker' ) . '</strong><br>' . esc_html__( 'Augusta Smith', 'videomaker' ) . '<br><br><strong>' . esc_html__( 'Actors', 'videomaker' ) . '</strong><br>' . esc_html__( 'Akachukwu Elba', 'videomaker' ) . '<br><br><strong>' . esc_html__( 'Camera', 'videomaker' ) . '</strong><br>' . esc_html__( 'Diego Cruz, Helen Smith-Andrews and Dan Andrews', 'videomaker' ) . '<br><br><strong>' . esc_html__( 'Art', 'videomaker' ) . '</strong><br>' . esc_html__( 'Philip Mizrahi', 'videomaker' ) . '<br><br><strong>' . esc_html__( 'Production', 'videomaker' ) . '</strong><br>' . esc_html__( 'Romana Arakelyan', 'videomaker' ) . '<br><br><strong>' . esc_html__( 'Operators', 'videomaker' ) . '</strong><br>' . esc_html__( 'Syd Wyatt and Cameron Madeira', 'videomaker' ) . '<br>' . esc_html__( 'Behind the Camera: Diego Cruz', 'videomaker' ) . '<br><br><strong>' . esc_html__( 'Color Editing and Post-Production', 'videomaker' ) . '<br></strong>' . esc_html__( 'Philip Mizrahi and Tony Sánchez', 'videomaker' ) . '</p>
|
||||
<!-- /wp:paragraph -->',
|
||||
);
|
40
videomaker-white/inc/patterns/reviews.php
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
/**
|
||||
* Reviews.
|
||||
*
|
||||
* @package Videomaker
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Reviews', 'videomaker' ),
|
||||
'categories' => array( 'videomaker' ),
|
||||
'content' => '<!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:columns {"align":"wide"} -->
|
||||
<div class="wp-block-columns alignwide"><!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"fontSize":"medium"} -->
|
||||
<p class="has-medium-font-size"><em>' . esc_html__( '“Han’s newest short film is an absurdly and assuredly packed punch in the gut that’s short, shocking, and, incidentally, a romantic view on underdeveloped coutries.”', 'videomaker' ) . '</em></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"fontSize":"small"} -->
|
||||
<p class="has-small-font-size"><strong>' . esc_html__( '— Latest Review', 'videomaker' ) . '</strong></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph {"fontSize":"medium"} -->
|
||||
<p class="has-medium-font-size"><em>' . esc_html__( '“The film is beautifully shot and captures the picturesque African savannah, with the memorable image of a man working at dawn, creating a striking contrast between nature and humankind.”', 'videomaker' ) . '</em></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"fontSize":"small"} -->
|
||||
<p class="has-small-font-size"><strong>' . esc_html__( '— The Newspaper', 'videomaker' ) . '</strong></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
||||
<!-- wp:spacer -->
|
||||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->',
|
||||
);
|
3275
videomaker-white/package-lock.json
generated
Normal file
20
videomaker-white/package.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "videomaker",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"main": "style.css",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@wordpress/base-styles": "^3.4.0",
|
||||
"chokidar-cli": "^2.1.0",
|
||||
"node-sass": "^5.0.0",
|
||||
"node-sass-package-importer": "^5.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
|
||||
"build": "npm run build:scss",
|
||||
"build:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/theme.scss assets/theme.css --output-style expanded --indent-type tab --indent-width 1 --source-map true"
|
||||
},
|
||||
"author": "",
|
||||
"license": "GPLv2"
|
||||
}
|
59
videomaker-white/readme.txt
Normal file
|
@ -0,0 +1,59 @@
|
|||
=== Videomaker ===
|
||||
Contributors: Automattic
|
||||
Requires at least: 5.8
|
||||
Tested up to: 5.8
|
||||
Requires PHP: 5.7
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
== Description ==
|
||||
|
||||
Videomaker is a free, minimalistic WordPress theme ideal for film directors and video creators.
|
||||
|
||||
It features a variety of block patterns created specifically for film releases and video portfolios, and allows the traditional blogging experience with a single column layout for blog posts.
|
||||
|
||||
With simple, customizable typography, and alternative color palettes, Videomaker lets your videos stand out both on desktop and mobile devices.
|
||||
|
||||
Videomaker is designed to work with the VideoPress plugin, although it will work well without it.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release
|
||||
|
||||
== Copyright ==
|
||||
|
||||
Videomaker WordPress Theme, (C) 2021 Automattic, Inc.
|
||||
Videomaker is distributed under the terms of the GNU GPL.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
Videomaker uses the following resources:
|
||||
|
||||
Videos
|
||||
License: CC0
|
||||
Source: https://www.pexels.com/video/video-of-school-of-fish-854012/
|
||||
https://www.pexels.com/video/watercrafts-docked-853917/
|
||||
https://www.pexels.com/video/boats-floating-at-the-sea-853856/
|
||||
https://www.pexels.com/video/man-working-during-dawn-854069/
|
||||
https://www.pexels.com/video/mixing-cocktail-drinks-854128/
|
||||
https://www.pexels.com/video/black-and-white-video-of-busy-street-854141/
|
||||
|
||||
Images
|
||||
License: CC0
|
||||
Source: https://pxhere.com/en/photo/559804
|
||||
https://stocksnap.io/photo/people-hands-91UQMKOMCW
|
||||
https://stocksnap.io/photo/camera-lens-0RG77S4ZNE
|
||||
https://stocksnap.io/photo/people-man-NSV3ZCAJXT
|
||||
https://stocksnap.io/photo/people-man-6O7JXC5DC5
|
||||
https://stocksnap.io/photo/camera-gopro-IOO3SM5ZEH
|
||||
|
||||
Included in theme screenshot and in block patterns.
|
BIN
videomaker-white/screenshot.jpg
Normal file
After Width: | Height: | Size: 360 KiB |
17
videomaker-white/style.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
Theme Name: Videomaker White
|
||||
Theme URI: https://github.com/Automattic/themes/tree/trunk/videomaker
|
||||
Author: Automattic
|
||||
Author URI: https://automattic.com/
|
||||
Description: Videomaker is a free, minimalistic WordPress theme ideal for film directors and video creators.
|
||||
Requires at least: 5.8
|
||||
Tested up to: 5.8
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.3
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Template: blockbase
|
||||
Text Domain: videomaker-white
|
||||
Tags: one-column, block-styles, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, auto-loading-homepage
|
||||
|
||||
*/
|
261
videomaker-white/theme.json
Normal file
|
@ -0,0 +1,261 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/theme-v1.json",
|
||||
"version": 1,
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"slug": "foreground",
|
||||
"color": "#000000",
|
||||
"name": "Foreground"
|
||||
},
|
||||
{
|
||||
"slug": "background",
|
||||
"color": "#FFFFFF",
|
||||
"name": "Background"
|
||||
},
|
||||
{
|
||||
"slug": "primary",
|
||||
"color": "#000000",
|
||||
"name": "Primary"
|
||||
},
|
||||
{
|
||||
"slug": "tertiary",
|
||||
"color": "#D7D7D7",
|
||||
"name": "Tertiary"
|
||||
}
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"button": {
|
||||
"border": {
|
||||
"color": "var(--wp--custom--color--foreground)",
|
||||
"radius": "0",
|
||||
"width": "1.5px"
|
||||
},
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--foreground)",
|
||||
"text": "var(--wp--custom--color--background)"
|
||||
},
|
||||
"hover": {
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)",
|
||||
"background": "var(--wp--custom--color--background)"
|
||||
},
|
||||
"border": {
|
||||
"color": "var(--wp--custom--color--foreground)"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontWeight": 700
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"foreground": "var(--wp--preset--color--foreground)",
|
||||
"background": "var(--wp--preset--color--background)",
|
||||
"primary": "var(--wp--preset--color--foreground)",
|
||||
"secondary": "var(--wp--preset--color--foreground)",
|
||||
"tertiary": "var(--wp--preset--color--tertiary)"
|
||||
},
|
||||
"colorPalettes": [
|
||||
{
|
||||
"label": "Blue/Yellow",
|
||||
"slug": "blue/yellow",
|
||||
"colors": {
|
||||
"foreground": "#FFFFFF",
|
||||
"background": "#0C1525",
|
||||
"primary": "#FFEBD9",
|
||||
"tertiary": "#1D283D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Olive Green/Light Pink",
|
||||
"slug": "olive-green/light-pink",
|
||||
"colors": {
|
||||
"foreground": "#FFFFFF",
|
||||
"background": "#283226",
|
||||
"primary": "#FFF1EE",
|
||||
"tertiary": "#3B453A"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Grey/Mint Green",
|
||||
"slug": "grey/mint-green",
|
||||
"colors": {
|
||||
"foreground": "#FFFFFF",
|
||||
"background": "#3D3D3D",
|
||||
"primary": "#E7FFDE",
|
||||
"tertiary": "#4F4F4F"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Light Grey/Bordeaux",
|
||||
"slug": "light-grey/bordeaux",
|
||||
"colors": {
|
||||
"foreground": "#000000",
|
||||
"background": "#E3E4E8",
|
||||
"primary": "#4E1509",
|
||||
"tertiary": "#FAFAFA"
|
||||
}
|
||||
}
|
||||
],
|
||||
"fontSizes": {
|
||||
"tiny": "16px"
|
||||
},
|
||||
"gap": {
|
||||
"baseline": "10px"
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "800px",
|
||||
"wideSize": "1300px"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "\"Inter\", serif",
|
||||
"fontSlug": "inter",
|
||||
"slug": "body-font",
|
||||
"name": "Body (Inter)",
|
||||
"google": "family=Inter:wght@100..900"
|
||||
},
|
||||
{
|
||||
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
|
||||
"fontSlug": "system-font",
|
||||
"slug": "heading-font",
|
||||
"name": "Headings (System Font)"
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Small",
|
||||
"size": "16px",
|
||||
"slug": "small"
|
||||
},
|
||||
{
|
||||
"name": "Normal",
|
||||
"size": "18px",
|
||||
"slug": "normal"
|
||||
},
|
||||
{
|
||||
"name": "Medium",
|
||||
"size": "25px",
|
||||
"slug": "medium"
|
||||
},
|
||||
{
|
||||
"name": "Large",
|
||||
"size": "45px",
|
||||
"slug": "large"
|
||||
},
|
||||
{
|
||||
"name": "Huge",
|
||||
"size": "60px",
|
||||
"slug": "huge"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/navigation-link": {
|
||||
"color": {
|
||||
"background": "transparent",
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
}
|
||||
},
|
||||
"core/post-date": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/post-terms": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--huge)"
|
||||
}
|
||||
},
|
||||
"core/site-tagline": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/site-title": {
|
||||
"typography": {
|
||||
"textTransform": "uppercase"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontWeight": 600
|
||||
},
|
||||
"spacing": {
|
||||
"margin": {
|
||||
"top": "var(--wp--style--block-gap)",
|
||||
"bottom": "var(--wp--style--block-gap)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontWeight": 600
|
||||
},
|
||||
"spacing": {
|
||||
"margin": {
|
||||
"top": "var(--wp--style--block-gap)",
|
||||
"bottom": "var(--wp--style--block-gap)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontWeight": 600
|
||||
},
|
||||
"spacing": {
|
||||
"margin": {
|
||||
"top": "var(--wp--style--block-gap)",
|
||||
"bottom": "var(--wp--style--block-gap)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontWeight": 600
|
||||
},
|
||||
"spacing": {
|
||||
"margin": {
|
||||
"top": "var(--wp--style--block-gap)",
|
||||
"bottom": "var(--wp--style--block-gap)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontWeight": 600
|
||||
},
|
||||
"spacing": {
|
||||
"margin": {
|
||||
"top": "var(--wp--style--block-gap)",
|
||||
"bottom": "var(--wp--style--block-gap)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontWeight": 600
|
||||
},
|
||||
"spacing": {
|
||||
"margin": {
|
||||
"top": "var(--wp--style--block-gap)",
|
||||
"bottom": "var(--wp--style--block-gap)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
26
videomaker-white/variation-readme.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
### THIS THEME IS A GENERATED VARIATION THEME! DO NOT MODIFY THE CONTENTS.
|
||||
|
||||
In order to make changes to this theme change the details in the /varations folder that coorisponds to this theme.
|
||||
|
||||
Then re-run the `build-variations.mjs` script via the command `npm run build:variations` in the root of the /themes project.
|
||||
|
||||
### Variations
|
||||
|
||||
The first level of folders coorispond to the Blockbase theme that will be used as the SOURCE of the variation.
|
||||
|
||||
The second level of folders coorispond to the Blockbase theme that will be created as the variation.
|
||||
|
||||
For example:
|
||||
|
||||
/variations
|
||||
/geologist
|
||||
/geologist-banana
|
||||
|
||||
For a variation in that folder `/variations/geologist/geologist-banana`
|
||||
|
||||
* First the relevant portions of the theme `/geologist` will be copied to `/geologist-banana`.
|
||||
* Next the contents of `/variations/geologist/geologist-banana` will be copied to `/geologist-banana`
|
||||
* Lastly the theme.json files in `/geologist` and `/variations/geologist/geologist-banana` will be merged.
|
||||
|
||||
Any resource in the /variations folder will replace the resources in the source theme (with the exception of theme.json);
|