mirror of
https://github.com/spchcap/speech.capital.git
synced 2026-01-14 16:48:44 +00:00
Feat: Move signup icon to top right above box
This commit is contained in:
59
index.html
59
index.html
@@ -12,36 +12,37 @@
|
|||||||
<div class="min-h-screen bg-black text-white px-4 py-8 md:py-16">
|
<div class="min-h-screen bg-black text-white px-4 py-8 md:py-16">
|
||||||
<div class="max-w-2xl mx-auto space-y-6">
|
<div class="max-w-2xl mx-auto space-y-6">
|
||||||
|
|
||||||
|
<div class="flex justify-end">
|
||||||
|
<a
|
||||||
|
href="/signup"
|
||||||
|
class="text-yellow-200/80 hover:text-yellow-200 transition-colors"
|
||||||
|
>
|
||||||
|
<i data-lucide="user-plus" class="w-4 h-4"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Subs Container -->
|
<!-- Subs Container -->
|
||||||
<div class="border border-yellow-200/30 min-h-[60vh] p-4 md:p-6">
|
<div class="border border-yellow-200/30 min-h-[60vh] p-4 md:p-6 space-y-2">
|
||||||
<div class="flex justify-between">
|
<a
|
||||||
<div class="flex flex-col">
|
href="https://free.speech.capital"
|
||||||
<a
|
class="inline-block text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
||||||
href="https://free.speech.capital"
|
>
|
||||||
class="text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
free.speech.capital
|
||||||
>
|
</a>
|
||||||
free.speech.capital
|
<br>
|
||||||
</a>
|
<a
|
||||||
<a
|
href="https://artificial.speech.capital"
|
||||||
href="https://artificial.speech.capital"
|
class="inline-block text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
||||||
class="text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
>
|
||||||
>
|
artificial.speech.capital
|
||||||
artificial.speech.capital
|
</a>
|
||||||
</a>
|
<br>
|
||||||
<a
|
<a
|
||||||
href="https://dev.speech.capital"
|
href="https://dev.speech.capital"
|
||||||
class="text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
class="inline-block text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
||||||
>
|
>
|
||||||
dev.speech.capital
|
dev.speech.capital
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
<a
|
|
||||||
href="/signup"
|
|
||||||
class="text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
|
||||||
>
|
|
||||||
Sign Up
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user