Skip to content

Commit

Permalink
Add Up Learn (#718)
Browse files Browse the repository at this point in the history
* Create uplearn.exs

* Update uplearn.exs

* Update priv/companies/uplearn.exs

---------

Co-authored-by: Sean Callan <[email protected]>
Co-authored-by: Jim Segal <[email protected]>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent f9851d3 commit ec33dd4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions priv/companies/uplearn.exs
Original file line number Diff line number Diff line change
@@ -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]
}

0 comments on commit ec33dd4

Please sign in to comment.