Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/frontend/images/sso_apps/Forge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 0 additions & 19 deletions app/models/special_app_cards/flavortown.rb

This file was deleted.

14 changes: 14 additions & 0 deletions app/models/special_app_cards/forge.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# frozen_string_literal: true
module SpecialAppCards
class Forge < Base
def visible?
identity.ysws_eligible != false
end
def friendly_name = "Forge"
def tagline = "This is program where teens like yourself can design and build hardware projects, and get them funded!"
def icon = "Forge.png"
def icon_background = "#1c1b1b"
def url = "https://forge.hackclub.com/"
def launch_text = "Get forging now"
end
end