mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-08 22:31:30 +01:00
feat(skills): add GNU/Linux
This commit is contained in:
parent
52bba0ef9c
commit
a4effb52f9
@ -30,6 +30,7 @@ export const Skills: React.FC = () => {
|
|||||||
</SkillsSection>
|
</SkillsSection>
|
||||||
|
|
||||||
<SkillsSection title={t('home:skills.softwareTools')}>
|
<SkillsSection title={t('home:skills.softwareTools')}>
|
||||||
|
<SkillComponent skill='GNU/Linux' />
|
||||||
<SkillComponent skill='Ubuntu' />
|
<SkillComponent skill='Ubuntu' />
|
||||||
<SkillComponent skill='Visual Studio Code' />
|
<SkillComponent skill='Visual Studio Code' />
|
||||||
<SkillComponent skill='Git' />
|
<SkillComponent skill='Git' />
|
||||||
|
@ -98,6 +98,10 @@ export const skills: Skills = {
|
|||||||
link: 'https://ubuntu.com/',
|
link: 'https://ubuntu.com/',
|
||||||
image: '/images/skills/Ubuntu.png'
|
image: '/images/skills/Ubuntu.png'
|
||||||
},
|
},
|
||||||
|
'GNU/Linux': {
|
||||||
|
link: 'https://www.gnu.org/',
|
||||||
|
image: '/images/skills/GNU-Linux.png'
|
||||||
|
},
|
||||||
Docker: {
|
Docker: {
|
||||||
link: 'https://www.docker.com/',
|
link: 'https://www.docker.com/',
|
||||||
image: '/images/skills/Docker.png'
|
image: '/images/skills/Docker.png'
|
||||||
|
BIN
public/images/skills/GNU-Linux.png
Normal file
BIN
public/images/skills/GNU-Linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 290 KiB |
Loading…
Reference in New Issue
Block a user