From fc2442ee6bff74c678209278375ef30e093139f4 Mon Sep 17 00:00:00 2001 From: Christian Oleson Date: Sat, 1 Oct 2022 14:29:29 -0500 Subject: [PATCH 1/2] Add ImagineLearning to Remote Companies --- .gitignore | 3 +++ README.md | 1 + company-profiles/imaginelearning.md | 31 +++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 company-profiles/imaginelearning.md diff --git a/.gitignore b/.gitignore index 1a91441f..9aaf1cc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /node_modules/ /site/build/ + +# Jetbrains IDEs +.idea \ No newline at end of file diff --git a/README.md b/README.md index 6e51bf44..ba469f85 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ Name | Website | Region [IDoneThis](/company-profiles/idonethis.md) | https://idonethis.com/ | Worldwide [iFit](/company-profiles/ifit.md) | https://www.ifit.com/ | USA [Igalia](/company-profiles/igalia.md) | https://www.igalia.com/ | Europe +[ImagineLearning](/company-profiles/imaginelearning.md) | https://www.imaginelearning.com | USA [Impala](/company-profiles/impala.md) | https://www.getimpala.com/ | Europe [Impira](/company-profiles/impira.md) | https://www.impira.com/ | USA [Implisense](/company-profiles/implisense.md) | https://implisense.com/ | Germany diff --git a/company-profiles/imaginelearning.md b/company-profiles/imaginelearning.md new file mode 100644 index 00000000..93028f47 --- /dev/null +++ b/company-profiles/imaginelearning.md @@ -0,0 +1,31 @@ +# Imagine Learning + +## Company blurb + +Imagine Learning inspires learning breakthroughs for students while empowering educators. Our K-12 solutions provide support for 21st-century learners, giving students a stronger foundation to build on. www.imaginelearning.com + +## Company size + +3000+ + +## Remote status + +We are a company with departments that are remote, hybrid, or in office (depending on the position) + +## Region + +USA + +## Company technologies + +.NET, C#, Kotlin, Micronaut, Python, JavaScript, Typescript, HTML, CSS, Java, Ruby, and more. + +## Office locations + +* Austin, TX (USA) +* Scottsdale, AZ (USA) +* Rock Rapids, IA + +## How to apply + +Visit our [Careers page](https://www.imaginelearning.com/en/us/about/careers) for information on how to apply. \ No newline at end of file From 03dddfa112529a3c099681ffd601e75c4df28869 Mon Sep 17 00:00:00 2001 From: Christian Oleson Date: Sun, 2 Oct 2022 18:59:57 -0500 Subject: [PATCH 2/2] PR Concerns --- README.md | 2 +- company-profiles/{imaginelearning.md => imagine-learning.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename company-profiles/{imaginelearning.md => imagine-learning.md} (100%) diff --git a/README.md b/README.md index fe6545f1..82ac24a0 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ Name | Website | Region [IDoneThis](/company-profiles/idonethis.md) | https://idonethis.com/ | Worldwide [iFit](/company-profiles/ifit.md) | https://www.ifit.com/ | USA [Igalia](/company-profiles/igalia.md) | https://www.igalia.com/ | Europe -[ImagineLearning](/company-profiles/imaginelearning.md) | https://www.imaginelearning.com | USA +[Imagine Learning](/company-profiles/imagine-learning.md) | https://www.imaginelearning.com | USA [Impala](/company-profiles/impala.md) | https://www.getimpala.com/ | Europe [Impira](/company-profiles/impira.md) | https://www.impira.com/ | USA [Implisense](/company-profiles/implisense.md) | https://implisense.com/ | Germany diff --git a/company-profiles/imaginelearning.md b/company-profiles/imagine-learning.md similarity index 100% rename from company-profiles/imaginelearning.md rename to company-profiles/imagine-learning.md