aboutsummaryrefslogtreecommitdiff
path: root/src/data/tools.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/tools.ts')
-rw-r--r--src/data/tools.ts38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/data/tools.ts b/src/data/tools.ts
deleted file mode 100644
index 0f753f0..0000000
--- a/src/data/tools.ts
+++ /dev/null
@@ -1,38 +0,0 @@
-export const Tools = [
- {
- name: "Linux",
- color: "bg-neutral-500/20",
- description: "Server and desktop OS",
- image: "/icons/linux.svg",
- },
- {
- name: "Git",
- color: "bg-orange-500/20",
- description: "Version control",
- image: "/icons/git.svg",
- },
- {
- name: "Docker",
- color: "bg-blue-500/20",
- description: "Containerization",
- image: "/icons/docker.svg",
- },
- {
- name: "Python",
- color: "bg-yellow-500/20",
- description: "Scripting lang",
- image: "/icons/python.svg",
- },
- {
- name: "Java",
- color: "bg-orange-500/20",
- description: "Object-oriented programming",
- image: "/icons/java.svg",
- },
- {
- name: "Nix",
- color: "bg-blue-500/20",
- description: "Declarative & reproducible",
- image: "/icons/nix.svg"
- },
-];