Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-websites into staging
  • Loading branch information
B77Mills committed Dec 9, 2024
2 parents 772a1b9 + 736c8a5 commit c768e8f
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
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": {
Expand Down
31 changes: 31 additions & 0 deletions packages/global/components/blocks/ovd-pride-polish-promo.marko
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>
2 changes: 1 addition & 1 deletion packages/global/package.json
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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
$self: &;
height: 100%;
padding: 24px 24px 0 24px ;
margin-bottom: map-get($spacers, block);
background-color: $gray-100;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -40,6 +41,12 @@
}
}

&__website-section-name {
@include skin-typography($style: "slug-small", $link-style: "primary");
display: block;
margin-bottom: 12px;
}

&__description {
margin-bottom: 16px;
@include skin-typography($style: "small-body-text");
Expand Down
4 changes: 2 additions & 2 deletions packages/overdrive/package.json
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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions sites/ccjdigital.com/package.json
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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions sites/cleantrucking.com/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions sites/equipmentworld.com/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions sites/hardworkingtrucks.com/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions sites/overdriveonline.com/package.json
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",
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import PromoB from "@randall-reilly/package-global/components/blocks/ovd-pib-man
import PromoC from "@parameter1/base-cms-marko-web-theme-monorail/components/blocks/white-papers"
import PromoD from "@randall-reilly/package-global/components/blocks/partner-insights-promo";
import PromoF from "@randall-reilly/package-global/components/blocks/thr-vin-lookup-promo";
import PromoG from "@randall-reilly/package-global/components/blocks/ovd-pride-polish-promo";


$ const { site } = out.global;
Expand All @@ -29,6 +30,10 @@ $ const cards = [
limit: 20,
'block-title': 'Partner Insights',
},
},
{
component: PromoG,
props: {},
}
];
<!-- toggle adding THR promo card based on inbody display of THR promo -->
Expand Down
4 changes: 2 additions & 2 deletions sites/totallandscapecare.com/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions sites/truckhistoryreport.com/package.json
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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions sites/truckpartsandservice.com/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit c768e8f

Please sign in to comment.