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 05a7737 commit eda0378Copy full SHA for eda0378
src/lib/techIcons.ts
@@ -16,12 +16,16 @@ export const techIcons: { [key: string]: string } = {
16
Firebase: 'devicon:firebase',
17
Flask: 'simple-icons:flask',
18
'Framer Motion': 'simple-icons:framer',
19
+ 'GitLab CI': 'logos:gitlab-icon',
20
+ 'GitHub Actions': 'radix-icons:github-logo',
21
Go: 'logos:go',
22
+ 'Google Cloud': 'logos:google-cloud',
23
HTML5: 'devicon:html5',
24
JavaScript: 'devicon:javascript',
25
'JavaScript (ES6)': 'devicon:javascript',
26
Jest: 'logos:jest',
27
jQuery: 'devicon-plain:jquery',
28
+ Kubernetes: 'devicon:kubernetes',
29
Linux: 'devicon:linux',
30
MongoDB: 'logos:mongodb-icon',
31
MySQL: 'fontisto:mysql',
0 commit comments