-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimages.json
More file actions
52 lines (52 loc) · 1.01 KB
/
Copy pathimages.json
File metadata and controls
52 lines (52 loc) · 1.01 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"id": 0,
"image": "/assets/logos/javascript.svg",
"text": "Javascript"
},
{
"id": 1,
"image": "/assets/logos/react.svg",
"text": "ReactJs"
},
{
"id": 2,
"image": "/assets/logos/angular.svg",
"text": "Angular"
},
{
"id": 3,
"image": "/assets/logos/sass.svg",
"text": "SASS"
},
{
"id": 4,
"image": "/assets/logos/typescript.svg",
"text": "TypeScript"
},
{
"id": 5,
"image": "/assets/logos/postgresql.svg",
"text": "PostgreSQL"
},
{
"id": 6,
"image": "/assets/logos/nestjs.svg",
"text": "NestJs"
},
{
"id": 7,
"image": "/assets/logos/nodejs.svg",
"text": "NodeJs"
},
{
"id": 8,
"image": "/assets/logos/express.svg",
"text": "ExpressJs"
},
{
"id": 9,
"image": "/assets/logos/tailwind.svg",
"text": "Tailwind CSS"
}
]