diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 940bd98..528aa6e 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -467,7 +467,7 @@ h1, h2, h3, h4, h5, h6 { position: absolute; bottom: 0; left: 0; - width: clamp(150px, 20vw, 280px); + width: clamp(800px, 20vw, 280px); z-index: 2; } diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 483c840..49caa6e 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -6,6 +6,8 @@ <%= content_for?(:title) ? yield(:title) : "Reboot" %> <%= csrf_meta_tags %> + + diff --git a/app/views/pages/shop.html.erb b/app/views/pages/shop.html.erb index 085e4aa..c9d1626 100644 --- a/app/views/pages/shop.html.erb +++ b/app/views/pages/shop.html.erb @@ -4,210 +4,146 @@ <%= render "shared/navbar" %>
-
+

Shop

Recent Purchases
-
-
- - - + + diff --git a/app/views/pages/signin.html.erb b/app/views/pages/signin.html.erb index 05b0ec3..b456fcb 100644 --- a/app/views/pages/signin.html.erb +++ b/app/views/pages/signin.html.erb @@ -2,16 +2,25 @@ <% content_for :page, "signin" %>
- Hack Club 2025 + + +
- - <%= form_tag("/auth/hack_club", method: :post) do %> - + <% end %> + +
Mole diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index c7c857f..3d7ef0f 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -13,7 +13,10 @@ <% end %> -
<%= @current_user&.balance&.to_i || 0 %> 🪛
+
+ <%= @current_user&.balance&.to_i || 0 %> + bolts +