Commit graph

129 commits

Author SHA1 Message Date
Ben Dwyer
7156194355 Version Bump 2021-12-14 11:59:01 +00:00
Kjell Reigstad
75542ea9cb
Update title and names in Videomaker screenshot + patterns (#5164)
* Update Videomaker Screenshot

* Update title throughout patterns.

* Change names in a few more patterns.

* Replace more names
2021-12-14 10:20:39 +00:00
Jason Crist
69a561f0b3 Version Bump 2021-12-13 14:26:41 -05:00
Jason Crist
b6b5982639
Defaulting videomaker header fonts to Inter (#5185) 2021-12-10 20:49:11 +00:00
Jason Crist
f36cdea7da Version Bump 2021-12-10 12:17:24 -05:00
Jason Crist
4ee18413af
Fix/videomaker heading spacing (#5178)
* Corrected videomaker header and content spacing to match design targets.

Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2021-12-10 12:16:10 -05:00
Jason Crist
d654cd6643 Version Bump 2021-12-09 10:26:14 -05:00
Jason Crist
1b61f3c876
Try/consolidate headers (#5145)
* consolidate header styles designed for child themes into Blockbase which child themes can use as header/footer options.
* Refactor header spacing mechanism to use a spacer in a template part
* Refactor header layouts to allow for full-width background colors.
* Tweak navigation styles leveraged by headers to align with design intentions
* Various other header and navigation tweaks.
* Affects all Blockbase children

Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-12-09 10:22:50 -05:00
Ben Dwyer
c94ca8cbb1
Videomaker: Add a group to apply layout the header and footer (#5165)
* Videomaker: Add a group to apply layout the header and footer

* justify the footer group with space between
2021-12-09 13:53:54 +00:00
Ben Dwyer
3256482e88 Version Bump 2021-12-06 17:03:07 +00:00
Sarah Norris
7f238fa11a
Blockbase: refactor template part blocks (#5129)
* Update Blockbase template part blocks

* Update Arbutus template part blocks

* Update Geologist template part blocks

* Update Payton template part blocks

* Update Russell template part blocks

* Update Seedlet Blocks template part blocks

* Update Skatepark template part blocks

* Update Videomaker template part blocks

* Update Zoologist template part blocks

* Remove zero margin

* Remove reference to Blockbase

* Remove zero margin from all themes

* Move align setting to group block

* absorb group into the footer block

* remove layout from header footer only template

* remove wrappers from russell

* Move layout settings to footer template part for Seedlet Blocks

* Remove footer wrapper for Skatepark

* Remove wrapper from post-meta-icons

* Fix Mayland Blocks post meta icons spacing

* remmove space

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-12-06 15:20:15 +00:00
Ben Dwyer
1890979f74
Blockbase: Add an archive template (#5127)
* Blocbase: Add an archive.html file

* Add archive templates
2021-12-03 22:06:29 +00:00
Ben Dwyer
6b308fe3b6
Videomaker: Make the footer wide not full (#5139)
* Videomaker: Make the footer wide not full

* remove horizontal padding
2021-12-03 16:09:47 +00:00
Ben Dwyer
85e49de292 Version Bump 2021-11-29 15:49:50 +00:00
Maggie
1b6664c389
Videomaker: adjusting active states (#5091)
* fix active pagination styles

* removed active effect on query pagination

* border only when pagination not empty
2021-11-26 13:17:26 +00:00
Ben Dwyer
057bdbc69e Update the videomaker version number 2021-11-26 10:33:52 +00:00
Ben Dwyer
64112a2522
Videomaker: Add resource sources (#5098) 2021-11-25 10:15:16 +00:00
Ben Dwyer
dbd73c2a74
Videomaker: Update Videomaker navigation (#5059)
* Videomaker: Update navigation width

* Update font sizes

* change the jusificiation to be center

* add social links to the navigation

* prevent the navigation wrapping
2021-11-24 20:45:35 +00:00
Kjell Reigstad
c1f51c9957
Videomaker: Fix vertical spacing in and around posts (#5068)
* Tidy up spacing on index page.

* Tidy up spacing on pages.
2021-11-24 14:53:37 +00:00
Kjell Reigstad
aeafef5a63
Videomaker: Cleanup grid patterns, replace "I Love You" video (#5090)
* Replace I love you video

* Tidy up the Header, Description, and Grid of Projects pattern.

* Update Grid Pattern

* Remove extra site title block
2021-11-24 14:50:33 +00:00
Ben Dwyer
8b6801f593 Version Bump 2021-11-24 13:25:20 +00:00
Ben Dwyer
298aa8b7b0
Videomaker: Fix fonts (#5089)
* Videomaker: Fix fonts

* add missing comma
2021-11-24 13:09:58 +00:00
Kjell Reigstad
e3c01e0746
Update screenshot (#5081) 2021-11-24 12:25:29 +00:00
Ben Dwyer
fddb7297d2 Version Bump 2021-11-24 12:12:31 +00:00
Ben Dwyer
02c2556875
Blockbase: Simplify the approach to font customization (#4980)
* Blockbase: Simplify our approach to font customization

* remove commented code

* Handle fonts that are customized the old way

* add comments

* update all child themes to use the new font customization settings

* Add a comment about this being a breaking change

* Add a notice when a user has an old version of blockbase
2021-11-24 11:38:08 +00:00
Kjell Reigstad
18f6e76f4e
Videomaker: Fix "Film Poster" and "Background Video" patterns (#5083)
* Create new_film.png

* Fix background video pattern.

* Update new_film.png
2021-11-24 11:13:26 +00:00
Jason Crist
8cfaa36188
Paternize 404 Page (#5039)
* Refactor Blockbase 404 page to block pattern instead of PHP page

* Adjustments to get 404 to render in child themes.

* Adjustments to style Skatepark's 404 based on original PHP file.

* corrected 404 page layout styles

* Refactored videomaker 404 to use Blockbase pattern but match original PHP file styling.

* Refactored videomaker 404 to use Blockbase pattern but match original PHP file styling.

* Added 'blank' message to index.php

* formatted PHP comment

* Hide the pattern in the inserter

* Only use the copy in the block

* adding 404 templates

* Removed unused class

* rename the prompt

* added spacer to align with what other child themes are doing

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Maggie <maggie.cabrera@automattic.com>
2021-11-22 13:21:35 +00:00
Jason Crist
958742fa84 Version Bump 2021-11-19 11:32:06 -05:00
Ben Dwyer
803a8c71b2
Videomaker: Update patterns (#5062)
* Remove pattern from the name

* Replace post meta with a description

* Remove post meta from pattern
2021-11-19 11:30:53 -05:00
Sarah Norris
d781e55307
Update all navigation blocks to new markup (#5038)
* Update all vertical nav blocks to new markup

* Update Videomaker header nav

* Update Arbutus header nav

* Update Blockbase header nav

* Update Geologist nav blocks

* Update Kerr nav block

* Update Mayland Blocks nav blocks

* Update Payton nav block

* Update Quadrat nav block

* Update Russell nav block

* Update Seedlet Blocks nav block

* Update Skatepark header nav block

* Update Videomaker pattern nav blocks

* Update Zoologist nav block

* Fix Blockbase menu

* Add missing setCascadingProperties prop

* Reset top margin on header navigation
2021-11-19 09:14:43 +00:00
Jason Crist
fb08ebe272 Version Bump 2021-11-18 13:30:57 -05:00
Ben Dwyer
7557739e33
Videomaker: Remove tags from the index, increase margin under post title and remove post meta template (#5057) 2021-11-18 15:48:56 +00:00
Ben Dwyer
cec06e0213 Version Bump 2021-11-18 14:14:49 +00:00
Sarah Norris
924034b83a
Videomaker: Update footer navigation block (#5032)
* Add missing brackets

* Update footer nav block markup

Add text transform and block gap settings

* Use original nav block markup format

This works on dotcom for now but will need to be updated for the latest version of GB
2021-11-18 14:04:01 +00:00
Maggie
3fce38ea56
Videomaker: Awards pattern redone to not use images for text (#5045)
* Awards pattern redone to not use images for text

* removed blockgap from columns block
2021-11-18 14:03:47 +00:00
Ben Dwyer
aac1f9acae
Videomaker: Fix alignments (#5056) 2021-11-18 11:33:53 +00:00
Ben Dwyer
d534eaba4f Version Bump 2021-11-18 10:41:34 +00:00
Daniel Dudzic
0bbe3726bb
Videomaker: Increase tags border radius (#5043)
Closes #5041
2021-11-18 09:30:07 +00:00
Ben Dwyer
7c5e2acf40 Version Bump 2021-11-17 19:14:10 +00:00
Ben Dwyer
8f72219e9d
Blockbase: Add child CSS if it exists (#5047)
* Blockbase: Add child CSS if it exists

* add comment
2021-11-17 19:04:16 +00:00
Jason Crist
5c327538c6 Version Bump 2021-11-17 11:52:13 -05:00
Sarah Norris
0c4219d3f2
Make footer group block align wide (#5035) 2021-11-17 11:49:57 -05:00
Sarah Norris
ea5e1656c9
Align footer credits block (#5034) 2021-11-17 11:49:49 -05:00
Jason Crist
5d2aac64d9 Version Bump 2021-11-12 10:54:57 -05:00
Sarah Norris
c883f75527
Videomaker: Specify grid pattern header spacing (#5012) 2021-11-12 08:41:06 -05:00
Jason Crist
35b46d4763 Version Bump 2021-11-10 12:11:48 -05:00
Ben Dwyer
f45132b8c2
Blockbase: Use new attributes for navigation block (#4832)
* Use new attributes for navigation block
2021-11-10 12:09:10 -05:00
Ben Dwyer
cd40509fa5
Update the copy for the Videomaker grid pattern (#4994)
* Update the copy for the Videomaker grid pattern

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2021-11-10 12:06:06 -05:00
Ben Dwyer
de2e5f2c4c
Videomaker: Remove the space at the bottom of the about pattern (#4988) 2021-11-10 12:05:36 -05:00
Sarah Norris
b8ddc87a50
Videomaker: Header navigation styles (#4968)
* Add important to active text color
* Add underline to nav items on hover
* Set nav to always be a hamburger menu
* Left align open hamburger menu

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-11-10 12:03:24 -05:00