Skip to content

Commit

Permalink
v22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagasaki7K committed Apr 4, 2022
1 parent 8e26c4e commit 649da73
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Binary file added public/list/docker.png
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/list/git.png
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/list/nodejs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/items/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,27 @@ const items = [
url: "http://brackets.io/",
corporation: "Adobe Inc."
},
{
id: "docker",
name: "Docker Desktop",
img: "/list/docker.png",
url: "https://www.docker.com/products/docker-desktop/",
corporation: "Docker, Inc."
},
{
id: "filezilla",
name: "Filezilla",
img: "/list/filezilla.png",
url: "https://filezilla-project.org/",
corporation: "License GNU GPL"
},
{
id: "git",
name: "Git",
img: "/list/git.png",
url: "https://git-scm.com/downloads",
corporation: "Junio Hamano and others"
},
{
id: "github-desktop",
name: "Github Desktop",
Expand Down Expand Up @@ -69,6 +83,13 @@ const items = [
url: "https://netbeans.org/",
corporation: "Apache Software"
},
{
id: "nodejs",
name: "NodeJS",
img: "/list/nodejs.png",
url: "https://nodejs.org/en/download/",
corporation: "OpenJS Foundation"
},
{
id: "notepad",
name: "Notepad++",
Expand Down

1 comment on commit 649da73

@vercel
Copy link

@vercel vercel bot commented on 649da73 Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.