Spaces:
Running
Running
Commit ·
26317f7
1
Parent(s): d948705
Add landing tagline: 'Open source is the new state of the art'
Browse files- index.html +2 -0
index.html
CHANGED
|
@@ -699,6 +699,7 @@ pre {
|
|
| 699 |
background: linear-gradient(135deg, var(--text) 0%, var(--text-secondary) 100%);
|
| 700 |
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
|
| 701 |
}
|
|
|
|
| 702 |
#landing .subtitle { color: var(--text-muted); font-size: 17px; max-width: 420px; line-height: 1.5; }
|
| 703 |
|
| 704 |
.btn-hf {
|
|
@@ -799,6 +800,7 @@ pre {
|
|
| 799 |
<div id="landing">
|
| 800 |
<div class="logo-icon" style="width:56px;height:56px;font-size:28px;border-radius:14px">0</div>
|
| 801 |
<h1>ZeroLabs</h1>
|
|
|
|
| 802 |
<p class="subtitle">Voice cloning, design, and conversion, audio cleanup, sound effects, and transcription. Powered by open-source models. Generous free tier, then 100x cheaper than proprietary.</p>
|
| 803 |
<button class="btn-hf" onclick="login()">🤗 Sign in with Hugging Face</button>
|
| 804 |
<p class="landing-note">Uses your HF ZeroGPU quota · Free tier included</p>
|
|
|
|
| 699 |
background: linear-gradient(135deg, var(--text) 0%, var(--text-secondary) 100%);
|
| 700 |
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
|
| 701 |
}
|
| 702 |
+
#landing .tagline { font-size: 22px; font-weight: 600; letter-spacing: -0.3px; color: var(--text); max-width: 560px; line-height: 1.35; margin-top: -8px; }
|
| 703 |
#landing .subtitle { color: var(--text-muted); font-size: 17px; max-width: 420px; line-height: 1.5; }
|
| 704 |
|
| 705 |
.btn-hf {
|
|
|
|
| 800 |
<div id="landing">
|
| 801 |
<div class="logo-icon" style="width:56px;height:56px;font-size:28px;border-radius:14px">0</div>
|
| 802 |
<h1>ZeroLabs</h1>
|
| 803 |
+
<p class="tagline">Open source is the new state of the art. See for yourself.</p>
|
| 804 |
<p class="subtitle">Voice cloning, design, and conversion, audio cleanup, sound effects, and transcription. Powered by open-source models. Generous free tier, then 100x cheaper than proprietary.</p>
|
| 805 |
<button class="btn-hf" onclick="login()">🤗 Sign in with Hugging Face</button>
|
| 806 |
<p class="landing-note">Uses your HF ZeroGPU quota · Free tier included</p>
|