mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-12-08 00:44: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 title={t('home:skills.softwareTools')}>
|
||||
<SkillComponent skill='GNU/Linux' />
|
||||
<SkillComponent skill='Ubuntu' />
|
||||
<SkillComponent skill='Visual Studio Code' />
|
||||
<SkillComponent skill='Git' />
|
||||
|
@ -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'
|
||||
|
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