|
|
@@ -49,7 +49,7 @@ const col1 = [
|
|
|
{
|
|
|
title: 'Python',
|
|
|
logo: '/images/logos/python.svg',
|
|
|
- subtitle: i18n.t('x_years', { years: 4 }),
|
|
|
+ subtitle: i18n.t('x_years', { years: 10 }),
|
|
|
details: ''
|
|
|
},
|
|
|
{
|
|
|
@@ -106,13 +106,19 @@ const col1 = [
|
|
|
subtitle: i18n.t('x_years', { years: 3 }),
|
|
|
details: ''
|
|
|
},
|
|
|
+ {
|
|
|
+ 'title': 'Django',
|
|
|
+ logo: theme.global.name.value === 'light' ? '/images/logos/django-light.svg' : '/images/logos/django-dark.svg',
|
|
|
+ subtitle: i18n.t('x_years', { years: 4 }),
|
|
|
+ details: ''
|
|
|
+ },
|
|
|
]
|
|
|
}
|
|
|
]
|
|
|
|
|
|
const col2 = [
|
|
|
{
|
|
|
- title: 'DBs and search-engines',
|
|
|
+ title: 'Data',
|
|
|
badges: [
|
|
|
{
|
|
|
title: 'Mysql',
|
|
|
@@ -184,23 +190,6 @@ const col2 = [
|
|
|
]
|
|
|
|
|
|
const col3 = [
|
|
|
- {
|
|
|
- title: 'CMS',
|
|
|
- badges: [
|
|
|
- {
|
|
|
- title: 'Typo3',
|
|
|
- logo: '/images/logos/typo3.png',
|
|
|
- subtitle: i18n.t('x_years', { years: 4 }),
|
|
|
- details: ''
|
|
|
- },
|
|
|
- {
|
|
|
- title: 'Wordpress',
|
|
|
- logo: theme.global.name.value === 'light' ? '/images/logos/wordpress.png' : '/images/logos/wordpress_dark.png',
|
|
|
- subtitle: i18n.t('x_years', { years: 6 }),
|
|
|
- details: ''
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
title: 'Other',
|
|
|
badges: [
|
|
|
@@ -219,9 +208,21 @@ const col3 = [
|
|
|
{
|
|
|
title: 'Linux',
|
|
|
logo: theme.global.name.value === 'light' ? '/images/logos/github-light.svg' : '/images/logos/github-dark.svg',
|
|
|
+ subtitle: i18n.t('x_years', { years: 8 }),
|
|
|
+ details: ''
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: 'Git-Flow',
|
|
|
+ logo: theme.global.name.value === 'light' ? '/images/logos/git-flow-light.svg' : '/images/logos/git-flow-dark.svg',
|
|
|
subtitle: i18n.t('x_years', { years: 3 }),
|
|
|
details: ''
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: 'Typo3 (dev)',
|
|
|
+ logo: '/images/logos/typo3.png',
|
|
|
+ subtitle: i18n.t('x_years', { years: 4 }),
|
|
|
+ details: ''
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -233,6 +234,12 @@ const col3 = [
|
|
|
subtitle: i18n.t('x_years', { years: 10 }),
|
|
|
details: ''
|
|
|
},
|
|
|
+ {
|
|
|
+ title: 'Product Owner',
|
|
|
+ logo: '/images/product-management.png',
|
|
|
+ subtitle: i18n.t('x_years', { years: 10 }),
|
|
|
+ details: ''
|
|
|
+ },
|
|
|
{
|
|
|
title: i18n.t('continuous_improvement'),
|
|
|
logo: '/images/continuous-improvement.png',
|