Skip to content

Commit

Permalink
trim down skills to ensure site is still mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-the-programmer committed Dec 25, 2023
1 parent 80b78d5 commit 46e635c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/BubbleSkillGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ const BubbleSkillGraph: React.FC = () => {
const data = [
{ name: "Terraform", value: 10, x: width * 0.26, y: height * 0.28 },
{ name: "AWS", value: 8, x: width * 0.35, y: height * 0.52 },
{ name: "Pulumi", value: 10, x: width * 0.43, y: height * 0.57 },
{ name: "Pulumi", value: 10, x: width * 0.55, y: height * 0.47 },
{ name: "Azure", value: 8, x: width * 0.50, y: height * 0.19 },
{ name: "Containers", value: 8, x: width * 0.52, y: height * 0.68 },
{ name: ".NET", value: 9, x: width * 0.8, y: height * 0.57 },
{ name: "Golang", value: 8, x: width * 0.74, y: height * 0.28 },
{ name: "Typescript", value: 8, x: width * 0.2, y: height * 0.74 },
{ name: "Python", value: 6, x: width * 0.6, y: height * 0.14 },
{ name: "Flutter", value: 5, x: width * 0.57, y: height * 0.71 },
{ name: "Flutter", value: 5, x: width * 0.53, y: height * 0.78 },
{ name: "Kafka", value: 7, x: width * 0.67, y: height * 0.71 },
];

Expand Down

0 comments on commit 46e635c

Please sign in to comment.