-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.json
More file actions
38 lines (38 loc) · 1.23 KB
/
stack.json
File metadata and controls
38 lines (38 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"name": "Python",
"icon": "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg",
"href": "https://python.org"
},
{
"name": "Go",
"icon": "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/go/go-original-wordmark.svg",
"href": "https://go.dev"
},
{
"name": "TypeScript",
"icon": "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/typescript/typescript-original.svg",
"href": "https://typescriptlang.org"
},
{
"name": "Svelte",
"icon": "https://svelte.dev/favicon.png",
"href": "https://svelte.dev"
},
{
"name": "React",
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/1280px-React-icon.svg.png?_=20220125121207",
"href": "https://react.dev"
}
,
{
"name": "Docker",
"icon": "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original-wordmark.svg",
"href": "https://www.docker.com"
},
{
"name": "Kubernetes",
"icon": "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/kubernetes/kubernetes-plain-wordmark.svg",
"href": "https://kubernetes.io"
}
]