Skip to content

Commit

Permalink
close Python position
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Jul 29, 2024
1 parent 7135663 commit cfa0ea5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Jobs.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// Jobs. Steve Jobs.
const Jobs = {
python: {
name: 'Python',
title: 'Python/Django разработчик',
subTitle: 'Full-stack',
description: 'Full-stack разработчик (Python/Django + frontend)',
url: '/python/',
active: true,
},
marketing: {
name: 'Marketing',
title: 'Head of Marketing',
description: 'Product Marketing, Content, Digital, SEO, SMM',
url: '/marketing/',
active: true,
},
python: {
name: 'Python',
title: 'Python/Django разработчик',
subTitle: 'Full-stack',
description: 'Full-stack разработчик (Python/Django + frontend)',
url: '/python/',
active: false,
},
ux: {
name: 'UX',
title: 'UX/UI дизайнер',
Expand Down

0 comments on commit cfa0ea5

Please sign in to comment.