1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-02-08 21:59:39 +01:00

feat(skills): add C/C++

This commit is contained in:
Divlo 2021-10-01 08:51:07 +02:00
parent e88a9f9383
commit e05aeedab7
No known key found for this signature in database
GPG Key ID: 6F24DA54DA3967CF

View File

@ -12,6 +12,7 @@ export const Skills: React.FC = () => {
<SkillComponent skill='JavaScript' />
<SkillComponent skill='TypeScript' />
<SkillComponent skill='Python' />
<SkillComponent skill='C/C++' />
</SkillsSection>
<SkillsSection title='Front-end'>