-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/parameter1/randall-reilly…
…-websites into staging
- Loading branch information
Showing
14 changed files
with
65 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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,5 +1,5 @@ | ||
{ | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"command": { | ||
|
31 changes: 31 additions & 0 deletions
31
packages/global/components/blocks/ovd-pride-polish-promo.marko
This file contains 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,31 @@ | ||
import defaultValue from "@parameter1/base-cms-marko-core/utils/default-value"; | ||
|
||
$ const blockName = "pib-page-card"; | ||
$ const logoRoot = "https://img.overdriveonline.com/files/base/randallreilly/all/image/static"; | ||
$ const imgSrc = "Pride__26_Polish_2024.jpg?auto=format&w=120&fit=crop"; | ||
|
||
<marko-web-block name=blockName> | ||
<marko-web-element block-name=blockName name="inner-wrapper"> | ||
<div> | ||
<marko-web-element block-name=blockName name="title"> | ||
Pride & Polish | ||
</marko-web-element> | ||
<marko-web-element block-name=blockName name="description"> | ||
<em>Overdrive</em>’s annual Pride & Polish virtual truck show attracts entries from across the nation showcasing show-quality design, mechanical ingenuity and plenty of trucking-business pride. Find recent-history awards shows, in-depth features about the winners, and more. | ||
</marko-web-element> | ||
<marko-web-link | ||
class=`btn btn-primary ${blockName}__download-btn` | ||
href="https://overdriveonline.com/pride-polish" | ||
title="Read More" | ||
> | ||
Read More | ||
</marko-web-link> | ||
</div> | ||
<marko-web-img | ||
class=`${blockName}__issue-cover` | ||
src=`${logoRoot}/${imgSrc}` | ||
srcset=[`${logoRoot}/${imgSrc}&dpr=2 2x`] | ||
alt="Pride & Polish Promo Image" | ||
/> | ||
</marko-web-element> | ||
</marko-web-block> |
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/package-global", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/packages/global", | ||
"license": "MIT", | ||
|
This file contains 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
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/package-overdrive", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Brian Miller <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/packages/overdrive", | ||
"license": "MIT", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@randall-reilly/package-global": "^1.78.2" | ||
"@randall-reilly/package-global": "^1.78.4" | ||
}, | ||
"engines": { | ||
"node": ">=14.15" | ||
|
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/ccjdigital.com", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/sites/ccjdigital.com", | ||
"license": "MIT", | ||
|
@@ -39,7 +39,7 @@ | |
"@parameter1/base-cms-object-path": "^4.74.0", | ||
"@parameter1/base-cms-utils": "^4.74.0", | ||
"@parameter1/base-cms-web-cli": "^4.74.0", | ||
"@randall-reilly/package-global": "^1.78.2", | ||
"@randall-reilly/package-global": "^1.78.4", | ||
"csvtojson": "^2.0.10", | ||
"debounce": "^1.2.0", | ||
"graphql": "^14.5.4", | ||
|
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/cleantrucking.com", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/sites/cleantrucking.com", | ||
"license": "MIT", | ||
|
@@ -38,7 +38,7 @@ | |
"@parameter1/base-cms-object-path": "^4.74.0", | ||
"@parameter1/base-cms-utils": "^4.74.0", | ||
"@parameter1/base-cms-web-cli": "^4.74.0", | ||
"@randall-reilly/package-global": "^1.78.2", | ||
"@randall-reilly/package-global": "^1.78.4", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
} | ||
|
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/equipmentworld.com", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/sites/equipmentworld.com", | ||
"license": "MIT", | ||
|
@@ -40,7 +40,7 @@ | |
"@parameter1/base-cms-utils": "^4.74.0", | ||
"@parameter1/base-cms-web-cli": "^4.74.0", | ||
"@randall-reilly/equipment-experts": "^1.77.3", | ||
"@randall-reilly/package-global": "^1.78.2", | ||
"@randall-reilly/package-global": "^1.78.4", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
} | ||
|
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/hardworkingtrucks.com", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/sites/hardworkingtrucks.com", | ||
"license": "MIT", | ||
|
@@ -38,7 +38,7 @@ | |
"@parameter1/base-cms-object-path": "^4.74.0", | ||
"@parameter1/base-cms-utils": "^4.74.0", | ||
"@parameter1/base-cms-web-cli": "^4.74.0", | ||
"@randall-reilly/package-global": "^1.78.2", | ||
"@randall-reilly/package-global": "^1.78.4", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
} | ||
|
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/overdriveonline.com", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/sites/overdriveonline.com", | ||
"license": "MIT", | ||
|
@@ -38,8 +38,8 @@ | |
"@parameter1/base-cms-object-path": "^4.74.0", | ||
"@parameter1/base-cms-utils": "^4.74.0", | ||
"@parameter1/base-cms-web-cli": "^4.74.0", | ||
"@randall-reilly/package-global": "^1.78.2", | ||
"@randall-reilly/package-overdrive": "^1.78.2", | ||
"@randall-reilly/package-global": "^1.78.4", | ||
"@randall-reilly/package-overdrive": "^1.78.4", | ||
"@randall-reilly/package-rigdig": "^1.77.3", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
|
This file contains 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
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/totallandscapecare.com", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/sites/totallandscapecare.com", | ||
"license": "MIT", | ||
|
@@ -38,7 +38,7 @@ | |
"@parameter1/base-cms-object-path": "^4.74.0", | ||
"@parameter1/base-cms-utils": "^4.74.0", | ||
"@parameter1/base-cms-web-cli": "^4.74.0", | ||
"@randall-reilly/package-global": "^1.78.2", | ||
"@randall-reilly/package-global": "^1.78.4", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
} | ||
|
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/truckhistoryreport.com", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/sites/truckhistoryreport.com", | ||
"license": "MIT", | ||
|
@@ -38,8 +38,8 @@ | |
"@parameter1/base-cms-object-path": "^4.74.0", | ||
"@parameter1/base-cms-utils": "^4.74.0", | ||
"@parameter1/base-cms-web-cli": "^4.74.0", | ||
"@randall-reilly/package-global": "^1.78.2", | ||
"@randall-reilly/package-overdrive": "^1.78.2", | ||
"@randall-reilly/package-global": "^1.78.4", | ||
"@randall-reilly/package-overdrive": "^1.78.4", | ||
"@randall-reilly/package-rigdig": "^1.77.3", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
|
This file contains 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,6 @@ | ||
{ | ||
"name": "@randall-reilly/truckpartsandservice.com", | ||
"version": "1.78.2", | ||
"version": "1.78.4", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/randall-reilly-websites/tree/master/sites/truckpartsandservice.com", | ||
"license": "MIT", | ||
|
@@ -39,7 +39,7 @@ | |
"@parameter1/base-cms-object-path": "^4.74.0", | ||
"@parameter1/base-cms-utils": "^4.74.0", | ||
"@parameter1/base-cms-web-cli": "^4.74.0", | ||
"@randall-reilly/package-global": "^1.78.2", | ||
"@randall-reilly/package-global": "^1.78.4", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
} | ||
|