Skip to content

Commit 6fc4b17

Browse files
authored
Merge pull request #5136 from platformsh/5135-promo-text
Update Fixed text in sidebar promo; minor edit
2 parents 75c5f0b + 8daa769 commit 6fc4b17

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

sites/platform/config/_default/params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ vendor:
2525
link: https://upsun.com/register/
2626
cta: Activate your 15-day trial
2727
title: Try Upsun for 15 days
28-
description: "After that, enjoy the same, game-changing Upsun features for less with the First Project Incentive!¹ A monthly $19 perk!"
29-
fine: "¹Terms and conditions apply"
28+
description: "After that, enjoy the same game-changing Upsun features for less with the [First Project Incentive](https://upsun.com/blog/first-project-incentive/)!¹ A monthly $19 perk!"
29+
fine: "¹Terms and conditions apply. Only for Flexible Resource projects."
3030
config:
3131
version: 1
3232
dir: .platform

sites/upsun/config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ vendor:
2525
link: https://upsun.com/register/
2626
cta: Activate your 15-day trial
2727
title: Try Upsun for 15 days
28-
description: "After that, enjoy the same, game-changing Upsun features for less with the First Project Incentive!¹ A monthly $19 perk!"
28+
description: "After that, enjoy the same game-changing Upsun features for less with the [First Project Incentive](https://upsun.com/blog/first-project-incentive/)!¹ A monthly $19 perk!"
2929
fine: "¹Terms and conditions apply"
3030
psh_ref: Upsun Fixed
3131
config:

themes/psh-docs/assets/css/vendor.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,19 @@ summary {
152152
font-weight: 500;
153153
font-size: 0.85rem;
154154
line-height: 1.2rem;
155+
}
156+
157+
.cta-body a {
158+
color: #6046FF;
159+
font-weight: 600; /* Slightly bolder to emphasize */
160+
text-decoration: underline; /* Underlined to indicate it's a link */
161+
}
162+
163+
.cta-body a:visited {
164+
color: #4D38CC; /* Slightly darker after visit */
165+
}
166+
167+
.cta-body a:hover,
168+
.cta-body a:focus {
169+
color: #8877f1 /* Lighter shade on hover/focus */
155170
}

themes/psh-docs/layouts/partials/page-content.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ <h3 class="pt-4 pb-2 font-light text-base text-slate">On this page</h3>
8080
</div>
8181
{{ end }}
8282
<div class="cta-text main-copy flex-col justify-start items-start gap-2 inline-flex">
83-
<div class="cta-body">
84-
{{ index $recruitment "description"}}
83+
<div class="cta-body a">
84+
{{ index $recruitment "description" | markdownify }}
8585
</div>
8686

8787
</div>

0 commit comments

Comments
 (0)