diff --git a/app/controllers/homepage_controller.rb b/app/controllers/homepage_controller.rb index 3502f53..9354e15 100644 --- a/app/controllers/homepage_controller.rb +++ b/app/controllers/homepage_controller.rb @@ -4,4 +4,7 @@ def index def about end + + def prizes + end end diff --git a/app/views/homepage/prizes.html.erb b/app/views/homepage/prizes.html.erb new file mode 100644 index 0000000..ec79020 --- /dev/null +++ b/app/views/homepage/prizes.html.erb @@ -0,0 +1,248 @@ +
+ Total Prize Pool: $10,000 +
++ Our prize distribution rewards excellence across multiple dimensions while encouraging participation and innovation throughout the hackathon journey. +
+Second-best overall solution
+Winner of the overall hackathon competition
+Third-best overall solution
+$1,000
+Most sophisticated and effective use of artificial intelligence
+$1,000
+Best addresses accessibility constraints and inclusive design
+$600
+Best incorporates Ghanaian cultural context and GSL authenticity
+$700
+Selected by participant voting during final presentations
+$1,500
++ Join us for 36 hours of innovation and compete for your share of the $10,000 prize pool while building solutions that can transform education and empower voices. +
+ <%= link_to "Register Your Team", + rodauth(:hacker).create_account_path, + class: "inline-flex items-center rounded-xl bg-gradient-to-r from-primary-600 to-primary-500 px-8 py-4 text-lg font-semibold text-white shadow-md transition-all duration-300 ease-out hover:translate-y-[-2px] hover:shadow-lg focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2" %> +