Skip to content

Commit

Permalink
added some more c# related technologies to my experience and updated …
Browse files Browse the repository at this point in the history
…project progress
  • Loading branch information
hazzaRR committed Apr 30, 2024
1 parent 04adc1d commit 1bf237a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/onGoingProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"MVC",
"ASP .NET"
],
"progress": "w-3/12"
"progress": "w-8/12"
},
{
"name": "Phone Sensor Capturing Mobile App",
Expand Down
4 changes: 4 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
const experiences = {
python: {name:"Python", icon:"devicon-python-plain colored"},
csharp: {name:"C#", icon:"devicon-csharp-plain colored"},
dotnetcore: {name:".Net Core", icon:"devicon-dotnetcore-plain colored"},
java: {name:"Java", icon:"devicon-java-plain colored"},
spring: {name:"Spring Boot", icon:"devicon-spring-plain-wordmark colored"},
javascript: {name:"JavaScript", icon:"devicon-javascript-plain colored"},
Expand All @@ -47,6 +49,8 @@ const experiences = {
pandas: {name: "Pandas", icon: "devicon-pandas-original colored"},
react: {name: "React JS", icon: "devicon-react-original colored"},
linux: {name: "Linux", icon: "devicon-linux-plain colored"},
vscode: {name: "VS Code", icon: "devicon-vscode-plain colored"},
visualstudio: {name: "Visual Studio", icon: "devicon-visualstudio-plain colored"},
latex: {name: "Latex", icon: "devicon-latex-original colored"}
}
Expand Down

0 comments on commit 1bf237a

Please sign in to comment.