Skip to content

Commit

Permalink
Merge pull request layer5io#6043 from CalebZoe/more-kanvas-icon
Browse files Browse the repository at this point in the history
update kanvas logo in CTA
  • Loading branch information
vishalvivekm authored Oct 31, 2024
2 parents 745231f + df5bb8e commit 4cf350f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 13 deletions.
6 changes: 3 additions & 3 deletions src/sections/Community/Handbook/repo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import appmeshLogo from "../../../assets/images/service-mesh-icons/aws-app-mesh.
import ciliumLogo from "../../../assets/images/service-mesh-icons/cilium.svg";
import wasm from "../../../assets/images/webassembly/webssembly_icon.svg";
import recognitionLogo from "../../../assets/images/recognition-program/recognition-program.png";
import kanvasLogo from "../../../assets/images/kanvas-snapshot/kanvas-snapshot.svg";
import kanvasLogo from "../../../assets/images/kanvas/icon-only/kanvas-icon-color.svg";

export const repo_data = [
{
Expand Down Expand Up @@ -85,7 +85,7 @@ export const repo_data = [
},
{
project: "Kanvas",
image: meshery,
image: kanvasLogo,
site: "/cloud-native-management/kanvas",
language: "React.js, Cytoscape.js",
maintainers_name: ["Aabid Sofi"],
Expand Down Expand Up @@ -324,7 +324,7 @@ export const repo_data = [
},
{
project: "Helm Kanvas Snapshot",
image: meshery,
image: kanvasLogo,
language: "Golang",
maintainers_name: ["Vacant"],
link: [""],
Expand Down
10 changes: 1 addition & 9 deletions src/sections/Kanvas/kanvas-cta/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import styled from "styled-components";

import { Container } from "../../../reusecore/Layout";
import Locator from "./locator.svg";
import MesherySurface from "./meshery-surface.svg";
import Button from "../../../reusecore/Button";

const KanvasCTAWrapper = styled.div`
Expand All @@ -17,10 +16,6 @@ const KanvasCTAWrapper = styled.div`
margin: 2rem auto;
align-items: center;
.surface {
width: 60%;
min-width: 160px;
}
.rotate{
animation: coin-rotate 4s ease-in-out infinite alternate;
/* animation-fill-mode: both; */
Expand Down Expand Up @@ -59,9 +54,7 @@ const KanvasCTAWrapper = styled.div`
@media screen and (max-width:767px) {
display: block;
.surface {
width: 30%;
}
.rotate {
margin: 0 auto 0.25rem;
height: 12rem;
Expand Down Expand Up @@ -97,7 +90,6 @@ const KanvasCTA = () => {
<div className="CTAbody">
<div>
<img className="rotate" src={Locator} />
<img className="surface" src={MesherySurface} />
</div>
<div className="text">
<h2><span>Kanvas</span> is here!</h2>
Expand Down
27 changes: 26 additions & 1 deletion src/sections/Kanvas/kanvas-cta/locator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cf350f

Please sign in to comment.