Skip to content

Commit

Permalink
feat(skills): update skills.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Collinbrown95 committed May 2, 2024
1 parent 3f8cf52 commit 1be06fd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions exampleSite/data/skills.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
{
"name": "Documentation",
"img": "https://img.icons8.com/external-flaticons-lineal-color-flat-icons/64/external-documentation-productivity-flaticons-lineal-color-flat-icons-2.png"
},
{
"name": "Project Management",
"img": "https://img.icons8.com/arcade/64/project-management.png"
}
]
},
Expand Down Expand Up @@ -53,12 +57,12 @@
"icon": "devicon-apachespark-original colored"
},
{
"name": "Pandas",
"icon": "devicon-pandas-plain colored"
"name": "SQL",
"img": "https://img.icons8.com/external-soft-fill-juicy-fish/60/external-sql-coding-and-development-soft-fill-soft-fill-juicy-fish.png"
},
{
"name": "NumPy",
"icon": "devicon-numpy-plain colored"
"name": "Data Modelling",
"img": "https://img.icons8.com/external-smashingstocks-mixed-smashing-stocks/68/external-data-warehouse-data-analytics-and-statistics-smashingstocks-mixed-smashing-stocks.png"
}
]
},
Expand Down

0 comments on commit 1be06fd

Please sign in to comment.