2 Commits

Author SHA1 Message Date
7c29e7789f Restores notes of test deployment 2026-03-29 11:10:18 -04:00
c00fdbdf2e Fixes github actions 2026-03-29 09:55:43 -04:00
2 changed files with 14 additions and 7 deletions

View File

@@ -54,6 +54,7 @@ jobs:
with:
oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }}
oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }}
tags: tag:ci
- name: Setup kubectl
uses: azure/setup-kubectl@v3

View File

@@ -1,23 +1,29 @@
<div class="max-w-4xl mx-auto text-center py-16">
<h1 class="text-5xl font-bold text-gray-900 mb-6">Welcome to TurboVault</h1>
<p class="text-xl text-gray-600 mb-8">Track and manage your video game collection with ease (Test Deployment v1.0.1)</p>
<p class="text-xl text-gray-600 mb-8">Track and manage your video game collection with ease.</p>
<div class="space-x-4">
<%= link_to "Get Started", signup_path, class: "px-8 py-3 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 text-lg font-semibold" %>
<%= link_to "Login", login_path, class: "px-8 py-3 bg-gray-200 text-gray-800 rounded-lg hover:bg-gray-300 text-lg font-semibold" %>
<%= link_to "Get Started",
signup_path,
class:
"px-8 py-3 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 text-lg font-semibold" %>
<%= link_to "Login",
login_path,
class:
"px-8 py-3 bg-gray-200 text-gray-800 rounded-lg hover:bg-gray-300 text-lg font-semibold" %>
</div>
<div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-lg shadow">
<h3 class="text-xl font-bold mb-2">Track Your Collection</h3>
<p class="text-gray-600">Manage both physical and digital games across all platforms</p>
</div>
<div class="bg-white p-6 rounded-lg shadow">
<h3 class="text-xl font-bold mb-2">Organize with Collections</h3>
<p class="text-gray-600">Create custom collections and subcollections for your games</p>
</div>
<div class="bg-white p-6 rounded-lg shadow">
<h3 class="text-xl font-bold mb-2">View Statistics</h3>
<p class="text-gray-600">See insights about your collection with detailed stats</p>