|
|
@@ -19,6 +19,7 @@
|
|
|
:img="badge.logo"
|
|
|
:subtitle="badge.subtitle"
|
|
|
:details="badge.details"
|
|
|
+ :small="badge.small ?? false"
|
|
|
/>
|
|
|
</div>
|
|
|
</v-col>
|
|
|
@@ -206,10 +207,11 @@ const col3 = [
|
|
|
details: ''
|
|
|
},
|
|
|
{
|
|
|
- title: 'Linux',
|
|
|
- logo: theme.global.name.value === 'light' ? '/images/logos/github-light.svg' : '/images/logos/github-dark.svg',
|
|
|
+ title: i18n.t('system_administration'),
|
|
|
+ logo: theme.global.name.value === 'light' ? '/images/command-line_light.png' : '/images/command-line_dark.png',
|
|
|
subtitle: i18n.t('x_years', { years: 8 }),
|
|
|
- details: ''
|
|
|
+ details: '',
|
|
|
+ small: true
|
|
|
},
|
|
|
{
|
|
|
title: 'Git-Flow',
|
|
|
@@ -244,7 +246,8 @@ const col3 = [
|
|
|
title: i18n.t('continuous_improvement'),
|
|
|
logo: '/images/continuous-improvement.png',
|
|
|
subtitle: i18n.t('x_years', { years: 9 }),
|
|
|
- details: ''
|
|
|
+ details: '',
|
|
|
+ small: true
|
|
|
},
|
|
|
{
|
|
|
title: 'SCRUM',
|