Skip to content

Commit 94d3fb0

Browse files
authored
add-quotes
Signed-off-by: Touriist <126756092+Touriist@users.noreply.github.com>
1 parent 6f4dcd0 commit 94d3fb0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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 className="devel">
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 className="devel">
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)