We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ec013 commit c22d082Copy full SHA for c22d082
src/components/Skills.astro
@@ -19,6 +19,11 @@
19
alt="Java"
20
/>
21
<!-- Java -->
22
+ <img
23
+ src="https://img.shields.io/badge/Go-00ADD8?style=for-the-badge&logo=go&logoColor=white"
24
+ alt="Go"
25
+ />
26
+ <!-- Go -->
27
<!-- Miscellaneous -->
28
<img
29
src="https://img.shields.io/badge/Data_Structures_and_Algorithms-005571?style=for-the-badge&logo=data&logoColor=white"
0 commit comments