feat: remove launchpad prototypes

The prototypes are not needed anymore.
They were only used for initial development.
This commit is contained in:
bwnyasse
2026-01-10 23:04:22 -05:00
parent 3c0488576b
commit 97615b8d00
3 changed files with 0 additions and 66 deletions

View File

@@ -1,22 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KROW Mobile Client - Prototype</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-100 flex items-center justify-center h-screen">
<div class="text-center p-8 bg-white rounded-xl shadow-lg max-w-md">
<div class="w-16 h-16 bg-blue-100 text-blue-600 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z"></path></svg>
</div>
<h1 class="text-2xl font-bold text-gray-900 mb-2">Mobile Client App</h1>
<p class="text-gray-500 mb-6">Interactive prototype placeholder.</p>
<div class="animate-pulse flex space-x-4 justify-center">
<div class="h-2 bg-gray-200 rounded w-12"></div>
<div class="h-2 bg-gray-200 rounded w-12"></div>
</div>
</div>
</body>
</html>

View File

@@ -1,22 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KROW Mobile Staff - Prototype</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-100 flex items-center justify-center h-screen">
<div class="text-center p-8 bg-white rounded-xl shadow-lg max-w-md">
<div class="w-16 h-16 bg-green-100 text-green-600 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path></svg>
</div>
<h1 class="text-2xl font-bold text-gray-900 mb-2">Mobile Staff App</h1>
<p class="text-gray-500 mb-6">Interactive prototype placeholder.</p>
<div class="animate-pulse flex space-x-4 justify-center">
<div class="h-2 bg-gray-200 rounded w-12"></div>
<div class="h-2 bg-gray-200 rounded w-12"></div>
</div>
</div>
</body>
</html>

View File

@@ -1,22 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KROW Web Dashboard - Prototype</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-100 flex items-center justify-center h-screen">
<div class="text-center p-8 bg-white rounded-xl shadow-lg max-w-md">
<div class="w-16 h-16 bg-purple-100 text-purple-600 rounded-full flex items-center justify-center mx-auto mb-4">
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg>
</div>
<h1 class="text-2xl font-bold text-gray-900 mb-2">Web Dashboard</h1>
<p class="text-gray-500 mb-6">Interactive prototype placeholder.</p>
<div class="animate-pulse flex space-x-4 justify-center">
<div class="h-2 bg-gray-200 rounded w-12"></div>
<div class="h-2 bg-gray-200 rounded w-12"></div>
</div>
</div>
</body>
</html>