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.
This commit is contained in:
Eric
2026-03-25 17:01:45 -05:00
committed by GitHub
parent b06f673730
commit 2fc72ac718
2 changed files with 83 additions and 1 deletions
@@ -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) {
+16
View File
@@ -74,6 +74,22 @@
</div>
</div>
<div purpose="landing-page-section">
<div purpose="quote-cards">
<div purpose="quote-card">
<p purpose="quote">
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 youre in IT or device management/client platform engineering, I highly recommend checking out one of these sessions.
</p>
<p purpose="quote-attribution">— Justin LaBo, Benchling</p>
</div>
<div purpose="quote-card">
<p purpose="quote">
The session was great! Ive 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.
</p>
<p purpose="quote-attribution">— Riley, Alice + Olivia</p>
</div>
</div>
</div>
<div purpose="landing-page-section">
<div purpose="section-heading">
<h2>Why use GitOps</h2>