From 2fc72ac71823f9af47e46df41832b31973ed0640 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 25 Mar 2026 17:01:45 -0500 Subject: [PATCH] Website: add testimonials to GitOps workshop page (#42425) Closes: https://github.com/fleetdm/confidential/issues/13732 Changes: - Added two testimonials to the GitOps workshop page. --- .../pages/landing-pages/gitops-workshop.less | 68 ++++++++++++++++++- .../pages/landing-pages/gitops-workshop.ejs | 16 +++++ 2 files changed, 83 insertions(+), 1 deletion(-) diff --git a/website/assets/styles/pages/landing-pages/gitops-workshop.less b/website/assets/styles/pages/landing-pages/gitops-workshop.less index 4581af69c1..2bebaa955c 100644 --- a/website/assets/styles/pages/landing-pages/gitops-workshop.less +++ b/website/assets/styles/pages/landing-pages/gitops-workshop.less @@ -372,6 +372,64 @@ } } + + [purpose='quote-cards'] { + display: flex; + flex-direction: row; + gap: 48px; + [purpose='quote-card'] { + + display: flex; + padding: 48px; + flex-direction: column; + align-items: flex-start; + gap: 10px; + flex: 1 0 0; + align-self: stretch; + border-radius: 16px; + border: 1px solid #E2E4EA; + background: #FFF; + + } + + + [purpose='quote'] { + color: #515774; + + /* Body/LG */ + font-family: Inter; + font-size: 18px; + font-style: italic; + font-weight: 400; + line-height: 150%; + margin-bottom: 0px; + } + [purpose='quote']::before { + content: ' '; + background-image: url('/images/icon-quote-21x17@2x.png'); + background-repeat: no-repeat; + background-size: 16px 12.74px; + display: block; + position: relative; + top: -10px; + left: 0px; + width: 16px; + height: 12.741px; + } + [purpose='quote-attribution'] { + color: #192147; + + /* Body SM (bold) */ + font-family: Inter; + font-size: 14px; + font-style: normal; + font-weight: 700; + line-height: 150%; + padding: 10px 0px; + + } + } + @media (max-width: 991px) { [purpose='landing-page-container'] { @@ -411,6 +469,12 @@ width: 50%; height: unset; } + [purpose='quote-cards'] { + gap: 32px; + [purpose='quote-card'] { + padding: 32px; + } + } } @@ -534,7 +598,9 @@ } } } - + [purpose='quote-cards'] { + flex-direction: column; + } } @media (max-width: 575px) { diff --git a/website/views/pages/landing-pages/gitops-workshop.ejs b/website/views/pages/landing-pages/gitops-workshop.ejs index 60d208645e..881dad966a 100644 --- a/website/views/pages/landing-pages/gitops-workshop.ejs +++ b/website/views/pages/landing-pages/gitops-workshop.ejs @@ -74,6 +74,22 @@ +
+
+
+

+ WOW, it was truly inspiring! Git combined with MDM and CI/CD to manage endpoints was impressive. The GitOps functionality showcased at the workshop added yet another dimension to an already exciting product. If you’re in IT or device management/client platform engineering, I highly recommend checking out one of these sessions. +

+

— Justin LaBo, Benchling

+
+
+

+ The session was great! I’ve never used GitHub this way, yet I was able to follow the instructions the whole time! Everything was intuitive and easy to use. I see how this can be a powerful tool for admins to deploy changes and manage their devices. +

+

— Riley, Alice + Olivia

+
+
+

Why use GitOps