Skip to content

Commit

Permalink
chore: update skills section data
Browse files Browse the repository at this point in the history
  • Loading branch information
dickidarmawansaputra authored Jul 31, 2024
1 parent 2bf37c1 commit c7047fb
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 32 deletions.
Binary file added content/images/apiato.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 content/images/meilisearch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 46 additions & 18 deletions content/sections/interests/interests.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"interests": [
{
"label": "Apiato",
"image": {
"src": "../../images/apiato.png",
"alt": ""
}
},
{
"label": "Laravel",
"image": {
"src": "../../images/laravel.png",
"alt": ""
}
},
{
"label": "PHP",
"image": {
Expand All @@ -8,9 +22,9 @@
}
},
{
"label": "Laravel Framework",
"label": "PostgreSQL",
"image": {
"src": "../../images/laravel.png",
"src": "../../images/postgresql.png",
"alt": ""
}
},
Expand All @@ -22,9 +36,37 @@
}
},
{
"label": "PostgreSQL",
"label": "Meilisearch",
"image": {
"src": "../../images/postgresql.png",
"src": "../../images/meilisearch.png",
"alt": ""
}
},
{
"label": "Redis",
"image": {
"src": "../../images/redis.png",
"alt": ""
}
},
{
"label": "Docker",
"image": {
"src": "../../images/docker.png",
"alt": ""
}
},
{
"label": "Git",
"image": {
"src": "../../images/git.png",
"alt": ""
}
},
{
"label": "Linux",
"image": {
"src": "../../images/linux.png",
"alt": ""
}
},
Expand Down Expand Up @@ -77,20 +119,6 @@
"alt": ""
}
},
{
"label": "Git",
"image": {
"src": "../../images/git.png",
"alt": ""
}
},
{
"label": "Linux",
"image": {
"src": "../../images/linux.png",
"alt": ""
}
},
{
"label": "AWS: (Basic)",
"image": {
Expand Down
14 changes: 0 additions & 14 deletions content/sections/stacks/stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,12 @@
"alt": ""
}
},
{
"label": "Docker",
"image": {
"src": "../../images/docker.png",
"alt": ""
}
},
{
"label": "MongoDB",
"image": {
"src": "../../images/mongodb.png",
"alt": ""
}
},
{
"label": "Redis",
"image": {
"src": "../../images/redis.png",
"alt": ""
}
}
],
"button": {
Expand Down

0 comments on commit c7047fb

Please sign in to comment.