From ea7251215ee1c371bb37f3f0c72f8506aecb6f19 Mon Sep 17 00:00:00 2001 From: Denis Stebunov Date: Mon, 30 Sep 2024 13:28:24 +0300 Subject: [PATCH] close the Content position --- src/Jobs.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Jobs.js b/src/Jobs.js index 7d84d99..f9d3622 100644 --- a/src/Jobs.js +++ b/src/Jobs.js @@ -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 разработчик', @@ -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 дизайнер',