Skip to content

Commit c9fd236

Browse files
author
Vivek Vishal
authored
add quote
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 3b5a4c5 commit c9fd236

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

src/sections/Devrel-platform/content.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@ import React from "react";
22
import styled from "styled-components";
33
import { Container, Row, Col } from "../../reusecore/Layout";
44
import IntegrationDesigner from "./images/layer5-kanvas-designer.webp";
5-
// import CatalogImage from "./images/catalog_mac.png";
5+
import CatalogImage from "./images/catalog_mac.png";
66
import DashboardImg from "./images/cncf_hub_dashboard_mac.png";
77
import PictureSlider from "./picture-slider";
88
// import Button from "../../../reusecore/Button";
99
import JourneySection from "./JourneySection";
10+
import InlineQuotes from "../../components/Inline-quotes";
11+
import YashSharmaIMg from "../../collections/members/yash-sharma/yash-sharma.webp";
1012
const DevrelContentWrapper = styled.div`
1113
min-height: fit-content;
1214
border-width: 2px 2px 2px 2px;
1315
background-color: ${(props) => props.theme.body};
1416
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
1517
padding-top: 100px;
16-
padding-bottom: 100px;
18+
padding-bottom: 10px;
1719
@media (max-width: 468px) {
1820
margin: 3rem 0;
1921
}
@@ -282,6 +284,7 @@ const DevrelContent = () => {
282284
<h2 className="heading">Build Your Professional Brand</h2>
283285
<ul className="caption">
284286
<li><b>Public User Profile:</b> All your published designs and reference architectures are linked to your profile, with real-time stats to track their reach and impact.</li>
287+
<li><b>Showcase Your Metrics and Leaderboard Position: </b>Track your content's performance with analytics, leaderboard rankings, and engagement metrics. assess what's resonating with your audience and refine your advocacy strategy accordingly.</li>
285288
<li><b>Themed Organization:</b> Create a personalized dashboard with your organization's colors and logo, and invite members.</li>
286289
<li><b>Dedicated Workspace:</b> Maintain a centralized environment for all your content and resources.</li>
287290
</ul>
@@ -324,6 +327,13 @@ const DevrelContent = () => {
324327
</div>
325328
</div>
326329
</Row>
330+
<Row className="devrel">
331+
<InlineQuotes
332+
person="Yash Sharma"
333+
title="Engineering at DigitalOcean"
334+
quote="One of my published designs is a top performer in the catalog, opening up new opportunities for me."
335+
image={YashSharmaIMg}/>
336+
</Row>
327337
</Container>
328338
</DevrelContentWrapper>
329339
<JourneySection />

0 commit comments

Comments
 (0)