Skip to content

Commit

Permalink
chore: update skills data"
Browse files Browse the repository at this point in the history
  • Loading branch information
dickidarmawansaputra authored Aug 1, 2024
1 parent 91f77eb commit 70c66e7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 deletions.
Binary file added content/images/directus.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/nodejs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 19 additions & 12 deletions content/sections/interests/interests.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,37 @@
}
},
{
"label": "PostgreSQL",
"label": "Meilisearch",
"image": {
"src": "../../images/postgresql.png",
"src": "../../images/meilisearch.png",
"alt": ""
}
},
{
"label": "MySQL / MariaDB",
"label": "Redis",
"image": {
"src": "../../images/mysql.png",
"src": "../../images/redis.png",
"alt": ""
}
},
{
"label": "Meilisearch",
"label": "Directus",
"image": {
"src": "../../images/meilisearch.png",
"src": "../../images/directus.png",
"alt": ""
}
},
{
"label": "Redis",
"label": "PostgreSQL",
"image": {
"src": "../../images/redis.png",
"src": "../../images/postgresql.png",
"alt": ""
}
},
{
"label": "MySQL / MariaDB",
"image": {
"src": "../../images/mysql.png",
"alt": ""
}
},
Expand All @@ -71,16 +78,16 @@
}
},
{
"label": "JavaScript",
"label": "jQuery",
"image": {
"src": "../../images/javascript.png",
"src": "../../images/jquery.png",
"alt": ""
}
},
{
"label": "jQuery",
"label": "JavaScript",
"image": {
"src": "../../images/jquery.png",
"src": "../../images/javascript.png",
"alt": ""
}
},
Expand Down
11 changes: 9 additions & 2 deletions content/sections/stacks/stacks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"stacks": [
{
"label": "Gofiber",
"image": {
"src": "../../images/gofiber.png",
"alt": ""
}
},
{
"label": "Go",
"image": {
Expand All @@ -8,9 +15,9 @@
}
},
{
"label": "Gofiber Framework",
"label": "Node JS",
"image": {
"src": "../../images/gofiber.png",
"src": "../../images/nodejs.png",
"alt": ""
}
},
Expand Down

0 comments on commit 70c66e7

Please sign in to comment.