Skip to content

Commit bd128db

Browse files
authored
Merge pull request #6436 from layer5io/quotes
Quotes
2 parents 6f4dcd0 + a26ea96 commit bd128db

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

87 KB
Loading

src/components/Inline-quotes/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ text-align: center;
4646
}
4747
img{
4848
border-radius: 50%;
49-
width: 6vw;
50-
height: 6vw;
49+
width: 5rem;
50+
height: 5rem;
51+
object-fit: contain;
5152
}
5253
5354
.quote-source {

src/sections/Devrel-platform/content.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import PictureSlider from "./picture-slider";
88
import JourneySection from "./JourneySection";
99
import InlineQuotes from "../../components/Inline-quotes";
1010
import YashSharmaIMg from "../../collections/members/yash-sharma/yash-sharma.webp";
11+
import NicJacksonImg from "../../collections/members/nicholas-jackson/nic-jackson.webp";
12+
import RutkIkegahImg from "../../collections/members/ruth-ikegah/ruth-ikegah.jpg";
1113
const DevrelContentWrapper = styled.div`
1214
min-height: fit-content;
1315
border-width: 2px 2px 2px 2px;
@@ -257,6 +259,13 @@ const DevrelContent = () => {
257259
</ul>
258260
</Col>
259261
</Row>
262+
<Row>
263+
<InlineQuotes
264+
person="Nic Jackson"
265+
title="Principal Developer Advocate at HashiCorp"
266+
quote="As someone who often presents complex cloud native architectures, Meshery's collaborative environment has become my go-to platform for interactive demonstrations and workshops."
267+
image={NicJacksonImg}/>
268+
</Row>
260269
<Row className="devrel">
261270
<Col $md={6} className="devrel-detail">
262271
<h2 className="heading">
@@ -289,6 +298,13 @@ const DevrelContent = () => {
289298
</ul>
290299
</Col>
291300
</Row>
301+
<Row>
302+
<InlineQuotes
303+
person="Ruth Ikegah"
304+
title="Open Source Program Manager and GitHub Star"
305+
quote="Layer5's platform helps me create engaging content for developers while building my professional brand. The analytics guide my content strategy and the public profile showcases my expertise to the cloud native community."
306+
image={RutkIkegahImg}/>
307+
</Row>
292308
<Row className="devrel">
293309
<Col $md={6} className="devrel-detail recognition-section">
294310
<h2 className="heading">

0 commit comments

Comments
 (0)