Skip to content

Commit

Permalink
Update skills
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Dec 9, 2023
1 parent fe6657c commit b488fbe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions public/images/pnpm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/rust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/images/yarn.svg

This file was deleted.

8 changes: 4 additions & 4 deletions src/components/parts/skillset/Skillset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ import GitLogo from "/images/git.webp";
import GoLogo from "/images/golang.svg";
import GradleLogo from "/images/gradle.svg";
import JavaLogo from "/images/java.svg";
import JsLogo from "/images/javascript.webp";
import KotlinLogo from "/images/kotlin.webp";
import KubernetesLogo from "/images/kubernetes.svg";
import MongoLogo from "/images/mongo.svg";
import MySqlLogo from "/images/mysql.webp";
import NodeLogo from "/images/nodejs.webp";
import PnpmLogo from "/images/pnpm.svg";
import PythonLogo from "/images/python.webp";
import ReactLogo from "/images/react.svg";
import RedisLogo from "/images/redis.svg";
import RustLogo from "/images/rust.png";
import SassLogo from "/images/sass.webp";
import ScyllaLogo from "/images/scylla.svg";
import SvelteLogo from "/images/svelte.svg";
import TailwindCSS from "/images/tailwindcss.svg";
import TsLogo from "/images/typescript.webp";
import ViteLogo from "/images/vite.svg";
import YarnLogo from "/images/yarn.svg";

import SectionContainer, { SectionWrapper } from "../../elements/SectionContainer";
import Skill from "./Skill";
Expand Down Expand Up @@ -127,14 +127,14 @@ const Skillset: FC = () => {
<SectionContainer name="Tools" style={SubWrapperSecond}>
<Skill name="Git" icon={GitLogo} imgHeight={1.6} />
<Skill name="Docker" icon={DockerLogo} imgHeight={1.4} />
<Skill name="Yarn" icon={YarnLogo} imgHeight={1.8} />
<Skill name="PNPM" icon={PnpmLogo} imgHeight={1.8} />
<Skill name="Gradle" icon={GradleLogo} imgHeight={1.4} />
<Skill name="Vite" icon={ViteLogo} imgHeight={1.6} />
<Skill name="Bash" icon={BashLogo} imgHeight={2} />
</SectionContainer>
<SectionContainer name="Languages" style={SubWrapperThird}>
<Skill name="JavaScript" icon={JsLogo} />
<Skill name="TypeScript" icon={TsLogo} />
<Skill name="Rust" icon={RustLogo} />
<Skill name="Java" icon={JavaLogo} />
<Skill name="Kotlin" icon={KotlinLogo} />
<Skill name="Go" icon={GoLogo} />
Expand Down

0 comments on commit b488fbe

Please sign in to comment.