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] +}