diff --git a/app/frontend/images/sso_apps/macondo.png b/app/frontend/images/sso_apps/macondo.png new file mode 100644 index 00000000..84990ed4 Binary files /dev/null and b/app/frontend/images/sso_apps/macondo.png differ diff --git a/app/models/special_app_cards/macondo.rb b/app/models/special_app_cards/macondo.rb new file mode 100644 index 00000000..e5613756 --- /dev/null +++ b/app/models/special_app_cards/macondo.rb @@ -0,0 +1,19 @@ +# frozen_string_literal: true + +module SpecialAppCards + class Macondo < Base + def visible? + identity.ysws_eligible != false && Flipper.enabled?(:macondo, identity) + end + + def friendly_name = "Macondo" + + def tagline = "Build personal hardware or software projects, get them funded, fly to a hackathon in Colombia." + + def icon = "macondo.png" + + def url = "https://macondo.hackclub.com/?utm_source=HCA" + + def launch_text = "Get Started!" + end +end