From ec33dd453cb90f69faa446568a44c80e586ed06c Mon Sep 17 00:00:00 2001 From: wlad Date: Fri, 1 Nov 2024 13:33:03 -0300 Subject: [PATCH] Add Up Learn (#718) * Create uplearn.exs * Update uplearn.exs * Update priv/companies/uplearn.exs --------- Co-authored-by: Sean Callan Co-authored-by: Jim Segal --- priv/companies/uplearn.exs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 priv/companies/uplearn.exs diff --git a/priv/companies/uplearn.exs b/priv/companies/uplearn.exs new file mode 100644 index 00000000..af7c5b23 --- /dev/null +++ b/priv/companies/uplearn.exs @@ -0,0 +1,20 @@ +# Company file for Up Learn +# Created on: 2024-10-30 + +%{ + name: "Up Learn", + website: "https://uplearn.co.uk/", + github: "https://gitlab.com/up-learn-uk", + # reference lib/companies/industries.ex for a list of recommended industries to use here + industry: "Information Technology", + location: %{ + city: "London", + state: "London", + country: "United Kingdom" + }, + description: """ + Up Learn is an UK EdTech that provides everything you need to get top grades at UK exams (A Level and GCSE) in your subject, as efficiently as possible. No need for textbooks or tutors. + We use Elixir and React to build our main application, serving multiple courses to tens of thousands of students daily. + """, + last_changed_on: ~D[2024-10-30] +}