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 @@ +
+ +
+

+ Prize Pool & Awards +

+

+ Total Prize Pool: $10,000 +

+

+ Our prize distribution rewards excellence across multiple dimensions while encouraging participation and innovation throughout the hackathon journey. +

+
+ + +
+
+
+

+ Overall Competition Prizes +

+
+ + +
+ +
+
+
+ 2nd +
+
+
+

$1,600

+

Second-best overall solution

+
+
+ + +
+ +
🏆
+
+
+ 1st +
+
+
+

$2,600

+

Winner of the overall hackathon competition

+
+
+ + +
+
+
+ 3rd +
+
+
+

$1,100

+

Third-best overall solution

+
+
+
+ + +
+

Evaluation Criteria

+
+
+
Innovation
+
Novelty & creativity
+
+
+
Technical Excellence
+
Code quality & architecture
+
+
+
Impact Potential
+
Problem solving & sustainability
+
+
+
User Experience
+
Interface & accessibility
+
+
+
Presentation
+
Communication & delivery
+
+
+
+
+
+ + +
+
+

Category Prizes

+
+ +
+ +
+
+
+ 🤖 +
+

Best AI Implementation

+

$1,000

+

Most sophisticated and effective use of artificial intelligence

+
+
+ + +
+
+
+ +
+

Most Accessible Solution

+

$1,000

+

Best addresses accessibility constraints and inclusive design

+
+
+ + +
+
+
+ 🇬🇭 +
+

Best Cultural Integration

+

$600

+

Best incorporates Ghanaian cultural context and GSL authenticity

+
+
+
+
+ + +
+
+ +
+
+
+ + + +
+

People's Choice Award

+

$700

+

Selected by participant voting during final presentations

+
+
+ + +
+
+
+ + + +
+

Daily Bounties

+

$1,500

+
+ +
+
+ Day 1 - Most Creative Approach + $400 +
+
+ Day 2 - Best Progress/Iteration + $500 +
+
+ Day 3 - Best Pitch Delivery + $500 +
+
+
+
+
+ + +
+
+

Prize Distribution Rules

+ +
+
+

Eligibility & Restrictions

+
    +
  • + " + Teams may win multiple category prizes but only one overall prize +
  • +
  • + " + Daily bounties are independent and can be won alongside any other prizes +
  • +
  • + " + All team members share prize money equally +
  • +
  • + " + Winners must be present during award ceremony +
  • +
+
+
+ +
+

Award Timeline

+
+
+
Daily
+
Bounties announced each evening
+
+
+
Final Day
+
Category and overall winners announced
+
+
+
30 Days
+
Prize distribution post-hackathon
+
+
+
+
+
+ + +
+

Ready to Compete?

+

+ 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" %> +
+
\ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index d20729e..e7f1ef7 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -295,6 +295,15 @@ > Contact + + Prizes +