Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update companies links #736

Merged
merged 4 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading