From 9469bbfd92452e819cc6c9757313b778ff322931 Mon Sep 17 00:00:00 2001 From: Emma Whamond Date: Thu, 28 Sep 2023 13:30:53 -0700 Subject: [PATCH 1/2] Add MartialArts.io --- priv/companies/martialartsio.exs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 priv/companies/martialartsio.exs diff --git a/priv/companies/martialartsio.exs b/priv/companies/martialartsio.exs new file mode 100644 index 00000000..fad10a81 --- /dev/null +++ b/priv/companies/martialartsio.exs @@ -0,0 +1,15 @@ +%{ + industry: "Software", + website: "https://martialarts.io", + github: "", + location: %{ + city: "", + state: "CA", + country: "United States" + }, + name: "MartialArts.io", + last_changed_on: ~D[2023-09-28], + description: """ + Martial arts management software for martial arts schools, dojos, academies, and gyms. We help martial arts school owners track their student attendance, billing, belt and stripe promotions, testings, email blasts, and more. We are a bootstrapped company that use a PETAL stack for all development. + """ +} From a94442c577d25bcb4419a3f4ba2ed3c5a90c5563 Mon Sep 17 00:00:00 2001 From: Emma Whamond Date: Tue, 3 Oct 2023 16:55:08 -0700 Subject: [PATCH 2/2] Remove stray tab --- priv/companies/martialartsio.exs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/priv/companies/martialartsio.exs b/priv/companies/martialartsio.exs index fad10a81..10982ba9 100644 --- a/priv/companies/martialartsio.exs +++ b/priv/companies/martialartsio.exs @@ -1,15 +1,15 @@ %{ - industry: "Software", - website: "https://martialarts.io", - github: "", - location: %{ - city: "", - state: "CA", - country: "United States" - }, - name: "MartialArts.io", - last_changed_on: ~D[2023-09-28], - description: """ - Martial arts management software for martial arts schools, dojos, academies, and gyms. We help martial arts school owners track their student attendance, billing, belt and stripe promotions, testings, email blasts, and more. We are a bootstrapped company that use a PETAL stack for all development. - """ + industry: "Software", + website: "https://martialarts.io", + github: "", + location: %{ + city: "", + state: "CA", + country: "United States" + }, + name: "MartialArts.io", + last_changed_on: ~D[2023-10-03], + description: """ + Martial arts management software for martial arts schools, dojos, academies, and gyms. We help martial arts school owners track their student attendance, billing, belt and stripe promotions, testings, email blasts, and more. We are a bootstrapped company that use a PETAL stack for all development. + """ }