Skip to content

Commit

Permalink
close the Content position
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Sep 30, 2024
1 parent 5f7dd7d commit ea72512
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Jobs.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
// Jobs. Steve Jobs.
const Jobs = {
content: {
name: 'Content',
title: 'Контент-менеджер, продюсер',
description: 'Content, Product Marketing, Digital, SEO, SMM',
url: '/content/',
active: true,
},
python: {
name: 'Python',
title: 'Python/Django разработчик',
Expand All @@ -15,6 +8,13 @@ const Jobs = {
url: '/python/',
active: false,
},
content: {
name: 'Content',
title: 'Контент-менеджер, продюсер',
description: 'Content, Product Marketing, Digital, SEO, SMM',
url: '/content/',
active: false,
},
ux: {
name: 'UX',
title: 'UX/UI дизайнер',
Expand Down

0 comments on commit ea72512

Please sign in to comment.