Skip to content

Commit

Permalink
Update companies links
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubery committed Dec 22, 2024
1 parent a6516bb commit f00d4db
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion 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",
website: "http://www.fullyforged.com",
github: "",
location: %{
city: "",
Expand Down
4 changes: 2 additions & 2 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: "",
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: "Blockchain & Fintech",
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",
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 f00d4db

Please sign in to comment.