diff --git a/app/frontend/images/sso_apps/stasis.png b/app/frontend/images/sso_apps/stasis.png new file mode 100644 index 00000000..8c0f479b Binary files /dev/null and b/app/frontend/images/sso_apps/stasis.png differ diff --git a/app/models/special_app_cards/stasis.rb b/app/models/special_app_cards/stasis.rb new file mode 100644 index 00000000..252b4b58 --- /dev/null +++ b/app/models/special_app_cards/stasis.rb @@ -0,0 +1,21 @@ +# frozen_string_literal: true + +module SpecialAppCards + class Stasis < Base + def visible? + identity.ysws_eligible != false && Flipper.enabled?(:stasis, identity) + end + + def friendly_name = "Stasis" + + def tagline = "Build hardware projects, get up to $300, fly to a hackathon in Texas" + + def icon = "stasis.png" + + def icon_background = "#0E305B" + + def url = "https://stasis.hackclub.com/?utm_source=HCA" + + def launch_text = "Get Started!" + end +end