Skip to content

Commit a343b3d

Browse files
committed
☕ chore: add warning message to landing page
1 parent c97c38a commit a343b3d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/landing/src/App.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
</div>
4141
</nav>
4242

43+
<!-- No Crypto Token Notice -->
44+
<div class="bg-amber-900/70 border-b border-amber-700 text-amber-100 px-6 py-3 text-center text-sm mt-[65px]">
45+
<span class="font-bold">🚫 No Crypto Token:</span> Tiny Claw has <strong>no</strong> official token, coin, or cryptocurrency and we have no plans to create one. The only way to support this project is through
46+
<a href="https://github.com/sponsors/warengonzaga" target="_blank" rel="noopener noreferrer" class="underline font-semibold text-amber-200 hover:text-white">GitHub Sponsors</a> or
47+
<a href="https://buymeacoffee.com/warengonzaga" target="_blank" rel="noopener noreferrer" class="underline font-semibold text-amber-200 hover:text-white">Buy Me a Coffee</a>.
48+
</div>
49+
4350
<main id="main" class="flex-1">
4451
<Hero />
4552
<Features />

src/landing/src/components/Hero.svelte

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.3 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61-.546-1.385-1.335-1.755-1.335-1.755-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.694.825.576C20.565 21.795 24 17.295 24 12c0-6.63-5.37-12-12-12z"/></svg>
4646
View on GitHub
4747
</a>
48+
<a
49+
href="https://go.waren.build/discord"
50+
target="_blank"
51+
rel="noopener noreferrer"
52+
class="inline-flex items-center gap-2 rounded-xl border border-border bg-[#5865F2] px-7 py-3 text-base font-semibold text-white no-underline transition-all hover:bg-[#4752C4] hover:border-[#4752C4] hover:-translate-y-0.5"
53+
>
54+
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M20.317 4.369a19.791 19.791 0 00-4.885-1.515.074.074 0 00-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 00-5.487 0 12.64 12.64 0 00-.617-1.25.077.077 0 00-.079-.037A19.736 19.736 0 003.677 4.37a.07.07 0 00-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 00.031.057 19.9 19.9 0 005.993 3.03.078.078 0 00.084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 00-.041-.106 13.107 13.107 0 01-1.872-.892.077.077 0 01-.008-.128 10.2 10.2 0 00.372-.292.074.074 0 01.077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 01.078.01c.12.098.246.198.373.292a.077.077 0 01-.006.127 12.299 12.299 0 01-1.873.892.077.077 0 00-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 00.084.028 19.839 19.839 0 006.002-3.03.077.077 0 00.032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 00-.031-.03zM8.02 15.33c-1.183 0-2.157-1.086-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.095 2.157 2.42 0 1.332-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.086-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.095 2.157 2.42 0 1.332-.946 2.418-2.157 2.418z"/></svg>
55+
Join Discord
56+
</a>
4857
</div>
4958

5059
<!-- Quick stats -->

0 commit comments

Comments
 (0)