mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
71 lines
1.7 KiB
TypeScript
71 lines
1.7 KiB
TypeScript
export const skills = {
|
|
JavaScript: {
|
|
link: 'https://developer.mozilla.org/docs/Web/JavaScript',
|
|
image: '/images/skills/JavaScript.png'
|
|
},
|
|
TypeScript: {
|
|
link: 'https://www.typescriptlang.org/',
|
|
image: '/images/skills/TypeScript.png'
|
|
},
|
|
Python: {
|
|
link: 'https://www.python.org/',
|
|
image: '/images/skills/Python.png'
|
|
},
|
|
Dart: {
|
|
link: 'https://dart.dev/',
|
|
image: '/images/skills/Dart.png'
|
|
},
|
|
Flutter: {
|
|
link: 'https://flutter.dev/',
|
|
image: '/images/skills/Flutter.webp'
|
|
},
|
|
HTML: {
|
|
link: 'https://developer.mozilla.org/docs/Web/HTML',
|
|
image: '/images/skills/HTML.png'
|
|
},
|
|
CSS: {
|
|
link: 'https://developer.mozilla.org/docs/Web/CSS',
|
|
image: '/images/skills/CSS.png'
|
|
},
|
|
SASS: {
|
|
link: 'https://sass-lang.com/',
|
|
image: '/images/skills/SASS.svg'
|
|
},
|
|
'React.js (+ Next.js)': {
|
|
link: 'https://reactjs.org/',
|
|
image: '/images/skills/ReactJS.png'
|
|
},
|
|
'Node.js': {
|
|
link: 'https://nodejs.org/',
|
|
image: '/images/skills/NodeJS.png'
|
|
},
|
|
MySQL: {
|
|
link: 'https://www.mysql.com/',
|
|
image: '/images/skills/MySQL.png'
|
|
},
|
|
Strapi: {
|
|
link: 'https://strapi.io/',
|
|
image: '/images/skills/Strapi.png'
|
|
},
|
|
'Visual Studio Code': {
|
|
link: 'https://code.visualstudio.com/',
|
|
image: '/images/skills/Visual_Studio_Code.png'
|
|
},
|
|
Git: {
|
|
link: 'https://git-scm.com/',
|
|
image: '/images/skills/Git.png'
|
|
},
|
|
Hyper: {
|
|
link: 'https://hyper.is/',
|
|
image: '/images/skills/Hyper.svg'
|
|
},
|
|
Ubuntu: {
|
|
link: 'https://ubuntu.com/',
|
|
image: '/images/skills/Ubuntu.png'
|
|
},
|
|
Docker: {
|
|
link: 'https://www.docker.com/',
|
|
image: '/images/skills/Docker.png'
|
|
}
|
|
} as const
|