Commit graph

57 commits

Author SHA1 Message Date
Maggie
4d3c803ca9
Try making skatepark standalone block theme (#5523)
* removed parent theme, added functions file

* refactor json, functions.php added

* header and footer

* 404 page

* spacing for 404

* blank template, extra styles for buttons

* header and footer only template

* fixed missing alignment variables

* removed navigation pattern, removed label from navigation

* spacing on home page navigation

* fix separator styles

* removed two columns of text pattern

* Add hover state to navigation items.

* Reviser header template part to match the screenshot.

Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2022-02-16 15:06:58 +00:00
Matias Benedetto
3b0ae93dde
Blockbase: Use the Global Styles rest API in the customizer (#5492)
* Blockbase: Use the Global Styles rest API in the customizer

* Color and Fonts customizer: changing implementation

* Color and Fonts customizer: changing implementation

* unlinting

* unlinting

* Customizer:  handling when settings or styles are not arrays

* Revert "Skatepark: dynamic duotone support (#4740)"

This reverts commit f1a3133076.

* Blockbase: Use the Global Styles rest API in the customizer

* Color and Fonts customizer: changing implementation

* unlinting

* unlinting

* Customizer:  handling when settings or styles are not arrays

* Revert "Skatepark: dynamic duotone support (#4740)"

This reverts commit f1a3133076.

* remove unused function

* move settings to the theme key

* revert skatepark changes

* revert skatepark changes

* Renaming variables

* Reverting dded23b133

* re-adding delete_transient

* Remonving condition to unset fonts when default is selected

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-02-15 17:15:50 -03:00
Maggie
1ae2e1bbaa
Skatepark: new Home template (#5491)
* create skatepark homepage

* Change the site's wide width for better wrapping.

Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2022-02-11 10:07:22 +01:00
Maggie
4fb324e186
Skatepark: refactor CSS into block markup (#5473)
* refactored paragraph with quote pattern

* Image with caption pattern

* testimonial pattern

* Author block refactored

* removed navigation CSS that wasn't doing anything

* post comments CSS removed

* search block

* removed post meta css

* refactor index and links css

* scrapped more css

* removed partials

* removed unused includes

* removed headings styles refactoring pattern
2022-02-11 10:07:14 +01:00
Ben Dwyer
1483ab4a9f
Remove block style registration (#5368)
* Remove block style registration

* update variations

* Revert seedlet changes
2022-02-02 16:00:30 +00:00
Maggie
7871f79b21
Skatepark: updated font sizes (#5416)
* changed font sizes

* moved normal back to custom

* changed font size on patterns and templates

* fix block markup

* correct font size for search
2022-02-01 12:03:06 +00:00
Maggie
ff859ba69a
Blockbase: refactor footers to patterns (#5245) 2022-01-13 11:27:18 -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
3f1e6e07e2
Add block pattern for labeled post links (#5015) 2021-11-12 08:44:04 -05:00
Maggie
f1a3133076
Skatepark: dynamic duotone support (#4740)
* added duotone support for blocks, removed it from the patterns markup

* Add duotone to site logo too

* If the user changes colors via the customizer also update the default Duotone filter

* created a new filter for the custom duotone

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>

* delete new transient

* fix customizer preview and invert darker palettes

* check luminescence on php to see if we need to invert before saving

* Refactoring the code to make it easier to understand

* Remove closure

* refactor for readability

* merge user filter with theme ones

* Whitespace

* Check the array keys exist properly

* remove var_dumps

* check for the correct values when we define the custom filter

* minified colord file

* updated changelog and credited the colord library

* minified version of colord.js

* removed filter from logo

* Removed duplicated comment

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2021-10-29 08:31:41 +01:00
Ben Dwyer
d06b9a06d8
Blockbase: Update the query pagination block markup (#4805)
* Blockbase: Update the query pagination block markup

* Remove pagination extra div

* Remove the wrapper for the query pagination block
2021-10-21 09:24:14 +02:00
Maggie
b23a21348d
Skatepark: blog posts spacing (#4864)
* fixed block pattern to look like index.html

* removed margin rule
2021-10-20 20:23:22 +01:00
Ben Dwyer
347903e0f7
Blockbase: Update font size names (#4711)
* Blockbase: Update font size names
* Add overrides to geologist and quadrat
* Add a tiny custom variable to blockbase
* update templates to use new variable
* update block patterns
* update the post-meta font sizes
* Add a medium font size and make huge bigger
* replace font sizes in patterns with explict pixel values

Co-authored-by: Jeffrey Pearce <jeffikus@automattic.com>
2021-09-28 12:40:11 -04:00
Ben Dwyer
646c6a0e56
Move the paragraph indent style to the first paragraph of every container (#4481)
* Move the paragraph indent style to the first paragraph of every container

* removed text-indent css

* build css

* Remove references to indented paragraph class.

Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-09-01 15:07:39 -04:00
Maggie
7399923c15 missing slash 2021-08-30 12:59:35 +02:00
Maggie
a92c9048b2 added images to files and credited them 2021-08-30 12:54:24 +02:00
Ben Dwyer
bab109c49a
Quadrat: Make the post date a link (#4480)
* Quadrat: Make the post date a link

* Make all post date blocks link to the post
2021-08-27 11:40:29 +01:00
Jeff Ong
dc09d115fb
Skatepark: remove unneeded CSS for mixed media pattern (#4477)
* Remove unneeded margin overrides and make padding consistent.

* Reduce margins for h4 - h6

* JK, leave the heading margins alone.

* Add a spacer.
2021-08-26 15:49:39 -04:00
Sarah Norris
5f09f9c404
Skatepark: Add columns in container block pattern (#4449)
* Skatepark: Add columns in container pattern

* Skatepark: Fix indentation in block pattern

* Skatepark: Add inherit layout to columns in container

* Skatepark: Change pattern spacing to percentages

* Skatepark: Wrap alt text in esc_html__()

* Skatepark: Shrink internal margins in columns in container pattern

* Skatepark: Match vertical spacers to other patterns

* Skatepark: Increase container top padding

* Skatepark: Make padding consistent for pattern container

* Skatepark: Update css comment

* Skatepark: Override spacing for paragraphs & headings

* Skatepark: Reduce paragraph top & bottom margin

* Skatepark: Remove columns in container scss file

* Skatepark: Add spacers for spacing in container pattern
2021-08-26 13:04:56 -04:00
Maggie
25ff37221f translatable read more text 2021-08-25 11:15:37 +02:00
Maggie
452d5bcccc fixed spacing issues on the query block 2021-08-25 11:15:37 +02:00
Maggie
a29535f59c added link to featured image, fixed indent on read more link 2021-08-25 11:15:37 +02:00
Maggie
6b8398257d query loop block pattern 2021-08-25 11:15:35 +02:00
Jeff Ong
e8829f433a
Skatepark: add mixed media in container pattern (#4403)
* Add basic mixed media pattern.

* Add and refine mixed media in container pattern.

* Increase padding.

* Compress image.
2021-08-23 16:35:10 -04:00
Sarah Norris
ae1737ae80 Merge branch 'trunk' into add/skatepark-testimonial-block-pattern
# Conflicts:
#	skatepark/assets/theme.css
#	skatepark/inc/block-styles.php
#	skatepark/sass/theme.scss
2021-08-20 10:08:16 +01:00
Sarah Norris
812cdca191
Merge pull request #4414 from Automattic/add/skatepark-paragraph-quote-pattern
Skatepark: Add paragraph with quote block pattern
2021-08-20 09:47:27 +01:00
Sarah Norris
5051f5fd77 Skatepark: Add an improved testimonial block pattern 2021-08-18 10:34:57 +01:00
Sarah Norris
d87fb1d665 Skatepark: Use existing class for text indent 2021-08-18 10:08:37 +01:00
Jeff Ong
8ae038abd1 Add back icons. 2021-08-17 17:44:09 -04:00
Jeff Ong
1d74c15e91 Replace names with fake ones. 2021-08-17 17:42:48 -04:00
Sarah Norris
850b267a7c Skatepark: Add real content 2021-08-17 14:33:45 +01:00
Sarah Norris
358bd7fc73 Skatepark: Use native column block styles 2021-08-17 14:26:56 +01:00
Sarah Norris
6475b034c8 Skatepark: Control flex with CSS 2021-08-16 18:06:27 +01:00
Sarah Norris
646356a8a0 Skatepark: Adjust spacing for paragraph with quote 2021-08-16 17:46:49 +01:00
Sarah Norris
aaaf8d4d94 Skatepark: Add paragraph with quote block pattern 2021-08-16 17:11:37 +01:00
Sarah Norris
85dcae99b9 Skatepark: Add side quote block style 2021-08-16 17:11:17 +01:00
Sarah Norris
e2061b5e71 Merge branch 'trunk' into add/skatepark-testimonial-block-pattern
# Conflicts:
#	skatepark/assets/theme.css
#	skatepark/inc/block-styles.php
2021-08-16 09:39:06 +01:00
Sarah Norris
d0f8230640 Skatepark: Remove testimonial block pattern 2021-08-13 15:05:59 +01:00
Sarah Norris
de3b5e5f47 Skatepark: Add testimonial quote block style 2021-08-13 15:04:36 +01:00
Maggie
2f2a9a5657 tweaked query blocks styles 2021-08-13 15:01:42 +02:00
Sarah Norris
1db9f249ad Merge branch 'trunk' into add/skatepark-testimonial-block-pattern
# Conflicts:
#	skatepark/assets/theme.css
#	skatepark/inc/block-patterns.php
#	skatepark/sass/theme.scss
2021-08-13 09:28:12 +01:00
Maggie
5ca312c185 changed text 2021-08-13 10:11:17 +02:00
Maggie
f21bc7d6e5 two columns pattern and indented paragraph block style 2021-08-13 10:07:21 +02:00
Maggie
6f0e184384 alt text 2021-08-13 09:53:47 +02:00
Maggie
c93f1197b0 remove st
rong tag from pattern
2021-08-13 09:48:12 +02:00
Maggie
e9520280a9 translatable caption 2021-08-13 09:48:12 +02:00
Maggie
c840c418c7 created block style, changed approach to use caption instead of columns 2021-08-13 09:48:10 +02:00
Maggie
77c601bf45 first pass at the block pattern 2021-08-13 09:45:25 +02:00
Maggie
9b011ae59e created block pattern file 2021-08-13 09:45:01 +02:00
Jeff Ong
92dc007494
Skatepark: add text list with button block pattern (#4390)
* Add text list with button pattern.

* Use columns instead of a group.

* Update to percentage units instead of vw.
2021-08-12 13:15:32 -04:00