From 71f0a828da7f5a4bc69eb929b1049b87617e056e Mon Sep 17 00:00:00 2001 From: Verwoerd Date: Mon, 21 Oct 2024 15:31:52 +0200 Subject: [PATCH] Update logo for Jetbrains and add Jump Trading Resolves #11. --- README.md | 1 + companies/logos/C-23.svg | 74 ++++++++++++++++----------- companies/logos/C-25.svg | 96 ++++++++++++++++++++++++++++++++++++ companies/organizations.json | 5 ++ 4 files changed, 148 insertions(+), 28 deletions(-) create mode 100644 companies/logos/C-25.svg diff --git a/README.md b/README.md index 6b9eef3..4bf93a5 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ For DOMJudge use the `background_64.zip`. | | C-22 | Netcompany | :heavy_check_mark: | | | C-23 | JetBrains | :heavy_check_mark: | | | C-24 | International Collegiate Programming Contest | :heavy_check_mark: | +| | C-25 | Jump Trading | :heavy_check_mark: | ### Studies diff --git a/companies/logos/C-23.svg b/companies/logos/C-23.svg index 1ce897a..bff4ce9 100644 --- a/companies/logos/C-23.svg +++ b/companies/logos/C-23.svg @@ -5,33 +5,51 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - diff --git a/companies/logos/C-25.svg b/companies/logos/C-25.svg new file mode 100644 index 0000000..fbc5cb9 --- /dev/null +++ b/companies/logos/C-25.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/companies/organizations.json b/companies/organizations.json index bbf9f72..b99d187 100644 --- a/companies/organizations.json +++ b/companies/organizations.json @@ -108,5 +108,10 @@ "id": "C-24", "name": "ICPC", "formal_name": "International Collegiate Programming Contest" + }, + { + "id": "C-25", + "name": "Jump Trading", + "formal_name": "Jump Trading" } ]