diff --git a/src/images/arduino.png b/src/images/arduino.png deleted file mode 100644 index dffb52b..0000000 Binary files a/src/images/arduino.png and /dev/null differ diff --git a/src/images/brownie.png b/src/images/brownie.png deleted file mode 100644 index 34a68d8..0000000 Binary files a/src/images/brownie.png and /dev/null differ diff --git a/src/images/css.png b/src/images/css.png deleted file mode 100644 index 95630a3..0000000 Binary files a/src/images/css.png and /dev/null differ diff --git a/src/images/ethereum.png b/src/images/ethereum.png deleted file mode 100644 index 46e54fe..0000000 Binary files a/src/images/ethereum.png and /dev/null differ diff --git a/src/images/flask.png b/src/images/flask.png deleted file mode 100644 index 8a1100f..0000000 Binary files a/src/images/flask.png and /dev/null differ diff --git a/src/images/foundry.png b/src/images/foundry.png deleted file mode 100644 index 9cd09c3..0000000 Binary files a/src/images/foundry.png and /dev/null differ diff --git a/src/images/git.png b/src/images/git.png deleted file mode 100644 index 51f4ae5..0000000 Binary files a/src/images/git.png and /dev/null differ diff --git a/src/images/github.png b/src/images/github.png deleted file mode 100644 index 25ae436..0000000 Binary files a/src/images/github.png and /dev/null differ diff --git a/src/images/go.png b/src/images/go.png deleted file mode 100644 index 20a709d..0000000 Binary files a/src/images/go.png and /dev/null differ diff --git a/src/images/hardhat.png b/src/images/hardhat.png deleted file mode 100644 index cca9279..0000000 Binary files a/src/images/hardhat.png and /dev/null differ diff --git a/src/images/html.png b/src/images/html.png deleted file mode 100644 index d0d7b17..0000000 Binary files a/src/images/html.png and /dev/null differ diff --git a/src/images/linux.png b/src/images/linux.png new file mode 100644 index 0000000..a41fdea Binary files /dev/null and b/src/images/linux.png differ diff --git a/src/images/node.png b/src/images/node.png deleted file mode 100644 index 9b3ef4b..0000000 Binary files a/src/images/node.png and /dev/null differ diff --git a/src/images/pytorch.png b/src/images/pytorch.png deleted file mode 100644 index d97c2a3..0000000 Binary files a/src/images/pytorch.png and /dev/null differ diff --git a/src/images/qt.png b/src/images/qt.png deleted file mode 100644 index c0bfb51..0000000 Binary files a/src/images/qt.png and /dev/null differ diff --git a/src/images/tailwind.png b/src/images/tailwind.png deleted file mode 100644 index 8844079..0000000 Binary files a/src/images/tailwind.png and /dev/null differ diff --git a/src/images/ts.png b/src/images/ts.png new file mode 100644 index 0000000..c927e53 Binary files /dev/null and b/src/images/ts.png differ diff --git a/src/images/visualstudio.png b/src/images/visualstudio.png deleted file mode 100644 index 4eb50f4..0000000 Binary files a/src/images/visualstudio.png and /dev/null differ diff --git a/src/images/vscode.png b/src/images/vscode.png deleted file mode 100644 index 05871a0..0000000 Binary files a/src/images/vscode.png and /dev/null differ diff --git a/src/utils/SkillData.js b/src/utils/SkillData.js index 084af42..9a59ae9 100644 --- a/src/utils/SkillData.js +++ b/src/utils/SkillData.js @@ -1,53 +1,39 @@ -import Arduino from "../images/arduino.png"; -import Brownie from "../images/brownie.png"; import C from "../images/c.png"; import Cpp from "../images/cpp.png"; import CSharp from "../images/csharp.png"; -import Css from "../images/css.png"; -import Ethereum from "../images/ethereum.png"; -import Flask from "../images/flask.png"; -import Foundry from "../images/foundry.png"; -import Git from "../images/git.png"; -import GitHub from "../images/github.png"; -import Go from "../images/go.png"; -import Hardhat from "../images/hardhat.png"; -import Html from "../images/html.png"; import Js from "../images/js.png"; -import Node from "../images/node.png"; +import Linux from "../images/linux.png"; import Python from "../images/python.png"; -import PyTorch from "../images/pytorch.png"; -import Qt from "../images/qt.png"; import React from "../images/react.png"; import Solidity from "../images/solidity.png"; -import Tailwind from "../images/tailwind.png"; -import VisualStudio from "../images/visualstudio.png"; -import VsCode from "../images/vscode.png"; +import Ts from "../images/ts.png"; const SkillData = [ - { img: C, alt: "C", href: "https://www.iso.org/standard/74528.html/" }, - { img: Cpp, alt: "C++", href: "https://isocpp.org/" }, - { img: CSharp, alt: "C#", href: "https://docs.microsoft.com/en-us/dotnet/csharp/" }, - { img: Go, alt: "Go", href: "https://go.dev/" }, - { img: Python, alt: "Python", href: "https://www.python.org/" }, - { img: Html, alt: "HTML", href: "https://html.spec.whatwg.org/" }, - { img: Css, alt: "CSS", href: "https://www.w3.org/TR/CSS/#css/" }, - { img: Tailwind, alt: "Tailwind CSS", href: "https://tailwindcss.com/" }, - { img: Js, alt: "JavaScript", href: "https://www.ecma-international.org/publications-and-standards/standards/ecma-262/" }, - { img: Node, alt: "Node.js", href: "https://nodejs.org/" }, - { img: React, alt: "React", href: "https://reactjs.org/" }, - { img: Ethereum, alt: "Ethereum", href: "https://ethereum.org/" }, - { img: Solidity, alt: "Solidity", href: "https://soliditylang.org/" }, - { img: Foundry, alt: "Foundry", href: "https://book.getfoundry.sh/ " }, - { img: Brownie, alt: "Brownie", href: "https://eth-brownie.readthedocs.io/en/stable/" }, - { img: Hardhat, alt: "Hardhat", href: "https://hardhat.org/" }, - { img: Flask, alt: "Flask", href: "https://flask.palletsprojects.com/" }, - { img: Git, alt: "Git", href: "https://git-scm.com/" }, - { img: GitHub, alt: "GitHub", href: "https://github.com/" }, - { img: Qt, alt: "Qt", href: "https://www.qt.io/" }, - { img: VisualStudio, alt: "Visual Studio", href: "https://visualstudio.microsoft.com/" }, - { img: VsCode, alt: "Visual Studio Code", href: "https://code.visualstudio.com/" }, - { img: PyTorch, alt: "PyTorch", href: "https://pytorch.org/" }, - { img: Arduino, alt: "Arduino", href: "https://arduino.cc/" }, + { img: C, alt: "C", href: "https://www.iso.org/standard/74528.html/" }, + { img: Cpp, alt: "C++", href: "https://isocpp.org/" }, + { + img: CSharp, + alt: "C#", + href: "https://docs.microsoft.com/en-us/dotnet/csharp/", + }, + { img: Linux, alt: "Linux", href: "https://kernel.org/" }, + { img: Python, alt: "Python", href: "https://www.python.org/" }, + { + img: Js, + alt: "JavaScript", + href: "https://www.ecma-international.org/publications-and-standards/standards/ecma-262/", + }, + { + img: Ts, + alt: "TypeScript", + href: "https://www.typescriptlang.org/", + }, + { + img: React, + alt: "React", + href: "https://reactjs.org/", + }, + { img: Solidity, alt: "Solidity", href: "https://soliditylang.org/" }, ]; -export default SkillData; \ No newline at end of file +export default SkillData;