diff --git a/app/views/static_pages/index.html.erb b/app/views/static_pages/index.html.erb
index 7396081..5cfd2e3 100644
--- a/app/views/static_pages/index.html.erb
+++ b/app/views/static_pages/index.html.erb
@@ -24,30 +24,31 @@
<% else %>
- <%= link_to hca_auth_path, class: "inline-flex items-center justify-center px-6 py-3 rounded text-white font-bold cursor-pointer border-none w-full my-2 bg-primary" do %>
-
Sign in with Hack Club
+ <%= link_to hca_auth_path, class: "inline-flex items-center justify-center px-6 py-3 rounded text-white font-bold cursor-pointer border-none w-full mt-4 bg-primary" do %>
+

+
Sign in with your Hack Club account
<% end %>
-
- <%= link_to slack_auth_path, class: "text-gray-400 hover:text-primary underline" do %>
- Sign in with Slack instead
- <% end %>
-
-
- <%= form_tag email_auth_path, class: "relative", data: { turbo: false } do %>
-
- <%= email_field_tag :email, nil, placeholder: "Enter your email to get a sign in link", required: true, class: "w-full px-3 py-3 pr-12 border border-gray-600 rounded text-base bg-gray-800 text-white" %>
-
-
- <% end %>
+
+ <%= form_tag email_auth_path, class: "relative flex-1", data: { turbo: false } do %>
+
+ <%= email_field_tag :email, nil, placeholder: "Enter your email to get a sign in link", required: true, class: "w-full px-3 py-3 pr-12 border border-darkless bg-dark hover:bg-gray-600 placeholder-gray-300 rounded focus:outline-none focus:border-blue-500 focus:ring-1 focus:ring-blue-500" %>
+
+
+ <% end %>
+ <%= link_to slack_auth_path, class: "flex items-center justify-center px-4 py-3 rounded text-white cursor-pointer border border-darkless bg-dark hover:bg-gray-600 transition-colors w-1/4 gap-2" do %>
+
+
Slack Sign In
+ <% end %>
+
<% if params[:sign_in_email] %>
@@ -75,7 +76,7 @@
['Emacs', 'emacs'], ['Jupyter', 'jupyter'], ['OnShape', 'onshape']
] %>
<% popular_editors.each do |name, slug| %>
-
" class="bg-darkless rounded-lg p-3 hover:bg-primary/10 transition-all duration-200 text-center block hover:translate-y-[-2px] hover:shadow-lg hover:shadow-blue-500/20">
+ " class="bg-darkless rounded-lg p-3 hover:bg-primary/10 transition-all duration-200 text-center block hover:-translate-y-0.5 hover:shadow-lg hover:shadow-blue-500/20">
<%= name %>
@@ -96,10 +97,10 @@
<% end %>
@@ -128,8 +129,8 @@
-