Skip to content

Commit 7c849e7

Browse files
integrate project links with logo
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent c336ba9 commit 7c849e7

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

src/sections/Solutions/minimize-complexity-section.js

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { ReactComponent as MesheryLogo } from "./images/meshery-logo.svg";
55
import { ReactComponent as MeshsyncLogo } from "./images/meshsync.svg";
66
import { ReactComponent as ServiceMeshLogo } from "./images/service-mesh.svg";
77
import { ReactComponent as KanvasLogo } from "./images/kanvas-icon.svg";
8+
import { ReactComponent as CNPLogo } from "./images/smp.svg";
89

910
const MinimizeComplexitySectionWrapper = styled.section`
1011
width: 100vw;
@@ -217,10 +218,22 @@ const MinimizeComplexitySection = () => {
217218
</ProductsHeading>
218219

219220
<ProductIcons>
220-
<MesheryLogo />
221-
<KanvasLogo />
222-
<MeshsyncLogo />
223-
<ServiceMeshLogo />
221+
<a href="https://meshery.io" target="_blank" rel="noopener noreferrer">
222+
<MesheryLogo />
223+
</a>
224+
<a href="https://layer5.io/cloud-native-management/kanvas" target="_blank" rel="noopener noreferrer">
225+
<KanvasLogo />
226+
</a>
227+
<a href="https://docs.meshery.io/v0.6/concepts/architecture/meshsync" target="_blank" rel="noopener noreferrer">
228+
<MeshsyncLogo />
229+
</a>
230+
<a href="https://service-mesh-patterns.github.io/service-mesh-patterns/" target="_blank" rel="noopener noreferrer">
231+
<ServiceMeshLogo />
232+
</a>
233+
<a href="https://smp-spec.io/" target="_blank" rel="noopener noreferrer">
234+
<CNPLogo style={{ width: "65px", height: "70px" }}/>
235+
</a>
236+
224237
</ProductIcons>
225238
</LeftColumn>
226239

0 commit comments

Comments
 (0)