From d27040310cd43bf2bfd839974e8da1179c33c9db Mon Sep 17 00:00:00 2001 From: Guido Penta <119898224+GuidoPenta@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:07:44 +0200 Subject: [PATCH 1/2] Create nenet.json --- data/nenet.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/nenet.json diff --git a/data/nenet.json b/data/nenet.json new file mode 100644 index 00000000..b9e0fa43 --- /dev/null +++ b/data/nenet.json @@ -0,0 +1,19 @@ +{ + "name": "Nenet", + "career_page_url": "https://www.linkedin.com/company/nenetcompany/jobs/", + "url": "https://www.nenetcompany.com", + "remote_policy": "Full", + "hiring_policies": [ + "Direct" + ], + "type": "B2B", + "categories": [ + "marketing_writing", + "HR" + ], + "tags": [ + "Training", + "Coaching", + "Learning" + ] +} From b5c6a19aaa66c82295af1aad50d7be57c14de408 Mon Sep 17 00:00:00 2001 From: Edoardo Costantini Date: Tue, 5 Sep 2023 19:16:56 +0200 Subject: [PATCH 2/2] fix category --- data/nenet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/nenet.json b/data/nenet.json index b9e0fa43..f41f8886 100644 --- a/data/nenet.json +++ b/data/nenet.json @@ -9,7 +9,7 @@ "type": "B2B", "categories": [ "marketing_writing", - "HR" + "hr" ], "tags": [ "Training",