-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/more updates #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
guzmandrade-dev
wants to merge
6
commits into
main
Choose a base branch
from
feature/more-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
30d851e
translate chanegs to theme.json v2
a4a6345
export/import theme
c190937
installing wp scripts and tailwind
9bc484b
two column structure and theme.json generated by WP
fa02bb5
adding home.html template
ba4e9d1
footer font size, query loop issue fixed, bg color on front page
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "devDependencies": { | ||
| "@wordpress/scripts": "^26.1.0", | ||
| "tailwindcss": "^3.3.1" | ||
| }, | ||
| "scripts": { | ||
| "build": "wp-scripts build", | ||
| "check-engines": "wp-scripts check-engines", | ||
| "check-licenses": "wp-scripts check-licenses", | ||
| "format": "wp-scripts format", | ||
| "lint:css": "wp-scripts lint-style", | ||
| "lint:js": "wp-scripts lint-js", | ||
| "lint:md:docs": "wp-scripts lint-md-docs", | ||
| "lint:pkg-json": "wp-scripts lint-pkg-json", | ||
| "packages-update": "wp-scripts packages-update", | ||
| "plugin-zip": "wp-scripts plugin-zip", | ||
| "start": "wp-scripts start", | ||
| "test:e2e": "wp-scripts test-e2e", | ||
| "test:unit": "wp-scripts test-unit-js" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| <!-- wp:paragraph {"align":"center","fontSize":"small"} --> | ||
| <p class="has-text-align-center has-small-font-size"> <em>© 2023 WebDevStudios - A WD3, LLC Party</em> </p> | ||
| <!-- wp:paragraph {"align":"center","fontSize":"regular"} --> | ||
| <p class="has-text-align-center has-regular-font-size"> <em>© 2023 WebDevStudios - A WD3, LLC Party</em> </p> | ||
| <!-- /wp:paragraph --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| <!-- wp:group {"align":"full","backgroundColor":"very-light-gray"} --> | ||
| <div class="wp-block-group alignfull has-very-light-gray-background-color has-background"><!-- wp:spacer {"height":"70px"} --> | ||
| <div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div> | ||
| <!-- /wp:spacer --> | ||
|
|
||
| <!-- wp:columns {"verticalAlignment":"center","align":"wide"} --> | ||
| <div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"width":"50%"} --> | ||
| <div class="wp-block-column" style="flex-basis:50%"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1","fontSize":"30px"},"color":{"text":"#000000"}}} --> | ||
| <p class="has-text-color" style="color:#000000;font-size:30px;line-height:1.1"><strong>Oceanic Inspiration</strong></p> | ||
| <!-- /wp:paragraph --></div> | ||
| <!-- /wp:column --> | ||
|
|
||
| <!-- wp:column {"width":"50%"} --> | ||
| <div class="wp-block-column" style="flex-basis:50%"><!-- wp:separator {"opacity":"css","style":{"color":{"background":"#000000"}},"className":"is-style-wide"} --> | ||
| <hr class="wp-block-separator has-text-color has-css-opacity has-background is-style-wide" style="background-color:#000000;color:#000000"/> | ||
| <!-- /wp:separator --></div> | ||
| <!-- /wp:column --></div> | ||
| <!-- /wp:columns --> | ||
|
|
||
| <!-- wp:columns {"align":"wide"} --> | ||
| <div class="wp-block-columns alignwide"><!-- wp:column --> | ||
| <div class="wp-block-column"></div> | ||
| <!-- /wp:column --> | ||
|
|
||
| <!-- wp:column --> | ||
| <div class="wp-block-column"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} --> | ||
| <p class="has-text-color has-extra-small-font-size" style="color:#000000">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p> | ||
| <!-- /wp:paragraph --></div> | ||
| <!-- /wp:column --> | ||
|
|
||
| <!-- wp:column --> | ||
| <div class="wp-block-column"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} --> | ||
| <p class="has-text-color has-extra-small-font-size" style="color:#000000">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p> | ||
| <!-- /wp:paragraph --></div> | ||
| <!-- /wp:column --></div> | ||
| <!-- /wp:columns --> | ||
|
|
||
| <!-- wp:spacer {"height":"40px"} --> | ||
| <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> | ||
| <!-- /wp:spacer --></div> | ||
| <!-- /wp:group --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,3 @@ | ||
| <!-- wp:site-title {"textAlign":"center"} /--> | ||
|
|
||
| <!-- wp:navigation {"itemsJustification":"center"} --> | ||
| <!-- wp:navigation-link {"label":"About","url":"/about"} /--> | ||
| <!-- wp:navigation-link {"label":"Contact","url":"/contact"} /--> | ||
| <!-- /wp:navigation --> | ||
| <!-- wp:navigation {"ref":12,"layout":{"type":"flex","justifyContent":"center"}} /--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,28 +1,37 @@ | ||
| <!-- wp:template-part {"slug":"header","theme":"wds-block-based-theme","tagName":"header"} /--> | ||
|
|
||
| <!-- wp:cover {"minHeight":360,"customGradient":"linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)","align":"full"} --> | ||
| <div class="wp-block-cover alignfull has-background-dim has-background-gradient" | ||
| style="background:linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%);min-height:360px"> | ||
| <div class="wp-block-cover__inner-container"> | ||
| <!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --> | ||
| <p class="has-text-align-center has-large-font-size">Archive.html Template</p> | ||
| <!-- /wp:paragraph --> | ||
|
|
||
| <!-- wp:paragraph {"align":"center"} --> | ||
| <p class="has-text-align-center"><em>Now you can edit your entire site!</em></p> | ||
| <!-- /wp:paragraph --> | ||
| </div> | ||
| </div> | ||
| <!-- wp:cover {"minHeight":360,"customGradient":"linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)","isDark":false,"align":"full"} --> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can create theme.json level gradients to choose from to make this more consistant and create a css var for easy reuse. |
||
| <div class="wp-block-cover alignfull is-light" style="min-height:360px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --> | ||
| <p class="has-text-align-center has-large-font-size">Archive.html Template</p> | ||
| <!-- /wp:paragraph --> | ||
|
|
||
| <!-- wp:paragraph {"align":"center"} --> | ||
| <p class="has-text-align-center"><em>Now you can edit your entire site!</em></p> | ||
| <!-- /wp:paragraph --></div></div> | ||
| <!-- /wp:cover --> | ||
|
|
||
| <!-- wp:query --> | ||
| <!-- wp:post-template --> | ||
| <!-- wp:post-title /--> | ||
| <!-- wp:columns --> | ||
| <div class="wp-block-columns"><!-- wp:column {"width":"66.66%"} --> | ||
| <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:query {"queryId":31,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
| <div class="wp-block-query"><!-- wp:post-template --> | ||
| <!-- wp:post-title {"isLink":true} /--> | ||
|
|
||
| <!-- wp:post-featured-image {"isLink":true,"align":"wide"} /--> | ||
|
|
||
| <!-- wp:post-excerpt /--> | ||
|
|
||
| <!-- wp:separator {"opacity":"css"} --> | ||
| <hr class="wp-block-separator has-css-opacity"/> | ||
| <!-- /wp:separator --> | ||
|
|
||
| <!-- wp:post-content /--> | ||
| <!-- /wp:post-template --> | ||
| <!-- /wp:query --> | ||
| <!-- wp:post-date /--> | ||
| <!-- /wp:post-template --></div> | ||
| <!-- /wp:query --></div> | ||
| <!-- /wp:column --> | ||
|
|
||
| <!-- wp:template-part {"slug":"sidebar","theme":"wds-block-based-theme"} /--> | ||
| <!-- wp:column {"width":"33.33%"} --> | ||
| <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:template-part {"slug":"sidebar","theme":"wds-block-based-theme","area":"uncategorized"} /--></div> | ||
| <!-- /wp:column --></div> | ||
| <!-- /wp:columns --> | ||
|
|
||
| <!-- wp:template-part {"slug":"footer","theme":"wds-block-based-theme","tagName":"footer"} /--> | ||
| <!-- wp:template-part {"slug":"footer","theme":"wds-block-based-theme","tagName":"footer"} /--> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,23 @@ | ||
| <!-- wp:template-part {"slug":"header","theme":"wds-block-based-theme","tagName":"header"} /--> | ||
|
|
||
| <!-- wp:cover {"minHeight":360,"customGradient":"linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)","align":"full"} --> | ||
| <div class="wp-block-cover alignfull has-background-dim has-background-gradient" | ||
| style="background:linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%);min-height:360px"> | ||
| <div class="wp-block-cover__inner-container"> | ||
| <!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --> | ||
| <p class="has-text-align-center has-large-font-size">Front-page.html Template</p> | ||
| <!-- /wp:paragraph --> | ||
| <!-- wp:cover {"minHeight":360,"customGradient":"linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)","isDark":false,"align":"full"} --> | ||
| <div class="wp-block-cover alignfull is-light" style="min-height:360px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --> | ||
| <p class="has-text-align-center has-large-font-size">Front-page.html Template</p> | ||
| <!-- /wp:paragraph --> | ||
|
|
||
| <!-- wp:paragraph {"align":"center"} --> | ||
| <p class="has-text-align-center"><em>Now you can edit your entire site!</em></p> | ||
| <!-- /wp:paragraph --> | ||
| </div> | ||
| </div> | ||
| <!-- wp:paragraph {"align":"center"} --> | ||
| <p class="has-text-align-center"><em>Now you can edit your entire site!</em></p> | ||
| <!-- /wp:paragraph --></div></div> | ||
| <!-- /wp:cover --> | ||
|
|
||
| <!-- wp:template-part {"slug":"sidebar","theme":"wds-block-based-theme"} /--> | ||
| <!-- wp:columns --> | ||
| <div class="wp-block-columns"><!-- wp:column {"width":"66.66%"} --> | ||
| <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:template-part {"slug":"front-page-body","theme":"wds-block-based-theme"} /--></div> | ||
| <!-- /wp:column --> | ||
|
|
||
| <!-- wp:template-part {"slug":"footer","theme":"wds-block-based-theme","tagName":"footer"} /--> | ||
| <!-- wp:column {"width":"33.33%"} --> | ||
| <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:template-part {"slug":"sidebar","theme":"wds-block-based-theme"} /--></div> | ||
| <!-- /wp:column --></div> | ||
| <!-- /wp:columns --> | ||
|
|
||
| <!-- wp:template-part {"slug":"footer","theme":"wds-block-based-theme","tagName":"footer"} /--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| <!-- wp:template-part {"slug":"header","theme":"wds-block-based-theme","tagName":"header"} /--> | ||
|
|
||
| <!-- wp:cover {"minHeight":360,"customGradient":"linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)","isDark":false,"align":"full"} --> | ||
| <div class="wp-block-cover alignfull is-light" style="min-height:360px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --> | ||
| <p class="has-text-align-center has-large-font-size">Archive.html Template</p> | ||
| <!-- /wp:paragraph --> | ||
|
|
||
| <!-- wp:paragraph {"align":"center"} --> | ||
| <p class="has-text-align-center"><em>Now you can edit your entire site!</em></p> | ||
| <!-- /wp:paragraph --></div></div> | ||
| <!-- /wp:cover --> | ||
|
|
||
| <!-- wp:columns --> | ||
| <div class="wp-block-columns"><!-- wp:column {"width":"66.66%"} --> | ||
| <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:heading --> | ||
| <h2 class="wp-block-heading">Heading</h2> | ||
| <!-- /wp:heading --> | ||
|
|
||
| <!-- wp:paragraph --> | ||
| <p>Description.</p> | ||
| <!-- /wp:paragraph --> | ||
|
|
||
| <!-- wp:query {"queryId":31,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
| <div class="wp-block-query"><!-- wp:post-template --> | ||
| <!-- wp:post-title {"isLink":true} /--> | ||
|
|
||
| <!-- wp:post-featured-image {"isLink":true,"align":"wide"} /--> | ||
|
|
||
| <!-- wp:post-excerpt /--> | ||
|
|
||
| <!-- wp:separator {"opacity":"css"} --> | ||
| <hr class="wp-block-separator has-css-opacity"/> | ||
| <!-- /wp:separator --> | ||
|
|
||
| <!-- wp:post-date /--> | ||
| <!-- /wp:post-template --></div> | ||
| <!-- /wp:query --></div> | ||
| <!-- /wp:column --> | ||
|
|
||
| <!-- wp:column {"width":"33.33%"} --> | ||
| <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:template-part {"slug":"sidebar","theme":"wds-block-based-theme","area":"uncategorized"} /--></div> | ||
| <!-- /wp:column --></div> | ||
| <!-- /wp:columns --> | ||
|
|
||
| <!-- wp:template-part {"slug":"footer","theme":"wds-block-based-theme","tagName":"footer"} /--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,23 @@ | ||
| <!-- wp:template-part {"slug":"header", "tagName":"header"} /--> | ||
| <!-- wp:template-part {"slug":"header","theme":"wds-block-based-theme","tagName":"header"} /--> | ||
|
|
||
| <!-- wp:cover {"minHeight":360,"customGradient":"linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)","align":"full"} --> | ||
| <div class="wp-block-cover alignfull has-background-dim has-background-gradient" | ||
| style="background:linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%);min-height:360px"> | ||
| <div class="wp-block-cover__inner-container"> | ||
| <!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --> | ||
| <p class="has-text-align-center has-large-font-size">Index.html Template</p> | ||
| <!-- /wp:paragraph --> | ||
| <!-- wp:cover {"minHeight":360,"customGradient":"linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)","isDark":false,"align":"full"} --> | ||
| <div class="wp-block-cover alignfull is-light" style="min-height:360px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --> | ||
| <p class="has-text-align-center has-large-font-size">Index.html Template</p> | ||
| <!-- /wp:paragraph --> | ||
|
|
||
| <!-- wp:paragraph {"align":"center"} --> | ||
| <p class="has-text-align-center"><em>Now you can edit your entire site!</em></p> | ||
| <!-- /wp:paragraph --> | ||
| </div> | ||
| </div> | ||
| <!-- wp:paragraph {"align":"center"} --> | ||
| <p class="has-text-align-center"><em>Now you can edit your entire site!</em></p> | ||
| <!-- /wp:paragraph --></div></div> | ||
| <!-- /wp:cover --> | ||
|
|
||
| <!-- wp:post-content /--> | ||
| <!-- wp:columns --> | ||
| <div class="wp-block-columns"><!-- wp:column {"width":"66.66%"} --> | ||
| <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:post-content /--></div> | ||
| <!-- /wp:column --> | ||
|
|
||
| <!-- wp:template-part {"slug":"sidebar","theme":"wds-block-based-theme"} /--> | ||
| <!-- wp:column {"width":"33.33%"} --> | ||
| <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:template-part {"slug":"sidebar","theme":"wds-block-based-theme","area":"uncategorized"} /--></div> | ||
| <!-- /wp:column --></div> | ||
| <!-- /wp:columns --> | ||
|
|
||
| <!-- wp:template-part {"slug":"footer","theme":"wds-block-based-theme","tagName":"footer"} /--> | ||
| <!-- wp:template-part {"slug":"footer","theme":"wds-block-based-theme","tagName":"footer"} /--> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way we can make this a dynamic year within this kind of block based template?