Rebrand to Pounce, the Open Source Kanban Solution
- Rename project from "kanban" to "pounce" - Update landing page: "Pounce on your tasks" - Replace navbar icon with cat paw - Update seed hostname to pounce.catrenelle.com - Write proper README with setup instructions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex h-14 items-center justify-between">
|
||||
<a href="/" class="flex items-center gap-2 text-white font-bold text-lg">
|
||||
<svg class="w-6 h-6" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<rect x="3" y="3" width="7" height="7" rx="1" />
|
||||
<rect x="14" y="3" width="7" height="4" rx="1" />
|
||||
<rect x="14" y="10" width="7" height="7" rx="1" />
|
||||
<rect x="3" y="13" width="7" height="8" rx="1" />
|
||||
<svg class="w-6 h-6" viewBox="0 0 24 24" fill="currentColor">
|
||||
<circle cx="7" cy="5" r="2.2" />
|
||||
<circle cx="12" cy="3.5" r="2.2" />
|
||||
<circle cx="17" cy="5" r="2.2" />
|
||||
<ellipse cx="12" cy="14" rx="6" ry="7" />
|
||||
</svg>
|
||||
{data.tenant?.name ?? 'Kanban'}
|
||||
{data.tenant?.name ?? 'Pounce'}
|
||||
</a>
|
||||
|
||||
<div class="flex items-center gap-3">
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Kanban Board</title>
|
||||
<title>Pounce</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="flex flex-col items-center justify-center px-4 py-20">
|
||||
<h1 class="text-4xl font-bold text-gray-900 mb-4">Organize your work</h1>
|
||||
<h1 class="text-4xl font-bold text-gray-900 mb-4">Pounce on your tasks</h1>
|
||||
<p class="text-lg text-gray-600 mb-8 text-center max-w-xl">
|
||||
A collaborative Kanban board for your team. Create boards, organize tasks, and track progress in real-time.
|
||||
An open source kanban board for your team. Create boards, organize tasks, and track progress in real-time.
|
||||
</p>
|
||||
<div class="flex gap-3">
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user