1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-09 17:45:53 +02:00

feat(skills): add GNU/Linux

This commit is contained in:
Divlo 2021-10-01 08:36:18 +02:00
parent 52bba0ef9c
commit a4effb52f9
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
3 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@ export const Skills: React.FC = () => {
</SkillsSection>
<SkillsSection title={t('home:skills.softwareTools')}>
<SkillComponent skill='GNU/Linux' />
<SkillComponent skill='Ubuntu' />
<SkillComponent skill='Visual Studio Code' />
<SkillComponent skill='Git' />

View File

@ -98,6 +98,10 @@ export const skills: Skills = {
link: 'https://ubuntu.com/',
image: '/images/skills/Ubuntu.png'
},
'GNU/Linux': {
link: 'https://www.gnu.org/',
image: '/images/skills/GNU-Linux.png'
},
Docker: {
link: 'https://www.docker.com/',
image: '/images/skills/Docker.png'

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB