Skip to content

Commit

Permalink
Update companies links (#736)
Browse files Browse the repository at this point in the history
* Update companies links

* Update OMG Networks industry to match predefined list

* Update industries for change companies

* Remvoe parens from mbta file to fix validation script
  • Loading branch information
tsubery authored Dec 23, 2024
1 parent a6516bb commit 211a952
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 25 deletions.
2 changes: 2 additions & 0 deletions lib/companies/industries.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ defmodule Companies.Industries do
"Communication Services",
"Consumer Discretionary",
"Consumer Staples",
"Education",
"Energy",
"Financials",
"Health Care",
"Industrials",
"Information Technology",
"Materials",
"Real Estate",
"Transportation",
"Utilities"
]

Expand Down
4 changes: 2 additions & 2 deletions priv/companies/fully_forged.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{
industry: "Technology Consulting",
website: "http://fullyforged.com",
industry: "Information Technology",
website: "http://www.fullyforged.com",
github: "",
location: %{
city: "",
Expand Down
6 changes: 3 additions & 3 deletions priv/companies/househappy.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{
industry: "Home Services",
website: "https://www.househappy.com/)([Github](https://github.com/househappy)",
github: "",
industry: "Real Estate",
website: "https://www.househappy.com/",
github: "https://github.com/househappy",
location: %{
city: "",
state: "",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{
industry: "Transportation",
website: "https://medium.com/mbta-tech",
website: "https://www.mbta.com/",
github: "https://github.com/mbta",
location: %{
city: "Boston",
Expand Down
15 changes: 15 additions & 0 deletions priv/companies/omg_network.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
%{
industry: "Financials",
website: "https://omg.network",
github: "https://github.com/omgnetwork",
location: %{
city: "",
state: "",
country: ""
},
name: "OMG Network",
last_changed_on: ~D[2023-03-01],
description: """
OMG Network enables financial inclusion and interoperability through the public, decentralized OMG network. Elixir is used both for developing the OMG Network as well as the eWallet application.
"""
}
15 changes: 0 additions & 15 deletions priv/companies/omisego.exs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
%{
industry: "Marketing/Sales",
website: "http://lookbookhq.com",
industry: "Communication Services",
website: "http://pathfactory.com",
github: "https://github.com/buzzdata",
location: %{
city: "",
state: "",
country: ""
},
name: "LookBookHQ",
name: "Path Factory",
last_changed_on: ~D[2023-03-01],
description: """
Enabling marketers to package content into seamless experiences. We use Elixir to calculate analytics for our customers. Toronto, Canada.
Expand Down
2 changes: 1 addition & 1 deletion priv/companies/quero_education.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{
industry: "Education",
website: "http://quero.education/en",
website: "http://quero.education",
github: "https://github.com/quero-edu",
location: %{
city: "",
Expand Down

0 comments on commit 211a952

Please sign in to comment.