From f76e85a27526a92a7098dc04c47f77897947e252 Mon Sep 17 00:00:00 2001 From: matthaven <152234252+matthaven@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:23:46 -0800 Subject: [PATCH] add: Haven Headache & Migraine Center (#731) https://havenheadache.com Co-authored-by: amattn --- priv/companies/haven_headache.exs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 priv/companies/haven_headache.exs diff --git a/priv/companies/haven_headache.exs b/priv/companies/haven_headache.exs new file mode 100644 index 00000000..e523a572 --- /dev/null +++ b/priv/companies/haven_headache.exs @@ -0,0 +1,21 @@ +# Company file for Haven Headache +# Created on: 2024-11-20 + +%{ + name: "Haven Headache & Migraine Center", + website: "https://havenheadache.com/", + github: "https://github.com/havenhm", + # reference lib/companies/industries.ex for a list of recommended industries to use here + industry: "Health Care", + location: %{ + city: "San Francisco", + state: "CA", + country: "United States" + }, + description: """ + Haven is a tech-enabled virtual telehealth solution for the millions of people who suffer from migraine. We offer the latest clinically proven care pathways to help patients get their condition under control in less time. + + Our backend patient management stack is built with Elixir, Phoenix and LiveView. + """, + last_changed_on: ~D[2024-11-20] +}