Skip to content

Commit b98043b

Browse files
davidalencardoomsporkjsegal205
authored
Trio (#730)
* add trio * update description * Update priv/companies/trio.exs Co-authored-by: Jim Segal <[email protected]> --------- Co-authored-by: Sean Callan <[email protected]> Co-authored-by: Jim Segal <[email protected]>
1 parent f76e85a commit b98043b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: priv/companies/trio.exs

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
%{
2+
name: "Trio",
3+
website: "https://www.triohq.com/en",
4+
github: "https://github.com/trioHQ",
5+
# reference lib/companies/industries.ex for a list of recommended industries to use here
6+
industry: "Financials",
7+
location: %{
8+
city: "Curitiba",
9+
state: "Paraná",
10+
country: "Brazil"
11+
},
12+
description: """
13+
Trio is a financial institution specializing in instant payments in Brazil. All our products, from the banking core to the payment checkout, were developed using Elixir, Phoenix, and LiveView.
14+
""",
15+
last_changed_on: ~D[2024-11-15]
16+
}

0 commit comments

Comments
 (0)