uploading docs, preview
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
</svg>
|
||||
</div>
|
||||
<h1 class="text-7xl md:text-9xl font-black tracking-tighter mb-4 bg-clip-text text-transparent bg-linear-to-r from-secondary via-accent to-primary !text-center w-full">SigPro UI</h1>
|
||||
<div class="text-2xl md:text-3xl font-bold text-base-content/90 mb-4 !text-center w-full">Reactive Design System</div>
|
||||
<div class="text-xl text-base-content/60 max-w-3xl mx-auto mb-10 leading-relaxed italic text-balance font-light !text-center w-full">"Atomic components for high-performance interfaces. Zero-boilerplate, pure Tailwind v4 elegance."</div>
|
||||
<div class="text-2xl md:text-3xl font-bold text-base-content/90 mb-4 !text-center w-full">Reactive Design System for SigPro</div>
|
||||
<div class="text-xl text-base-content/60 max-w-3xl mx-auto mb-10 leading-relaxed italic text-balance font-light !text-center w-full">"Atomic components for high-performance interfaces. Zero-boilerplate, pure DaisyUI v5 elegance."</div>
|
||||
<div class="flex flex-wrap justify-center gap-4 w-full">
|
||||
<a href="#/docs" class="btn btn-secondary btn-lg shadow-xl shadow-secondary/20 group px-10 border-none text-secondary-content">View Components <span class="group-hover:translate-x-1 transition-transform inline-block">→</span></a>
|
||||
<a href="#/install" class="btn btn-secondary btn-lg shadow-xl shadow-secondary/20 group px-10 border-none text-secondary-content">View Components <span class="group-hover:translate-x-1 transition-transform inline-block">→</span></a>
|
||||
<button onclick="window.open('https://github.com/natxocc/sigpro-ui')" class="btn btn-outline btn-lg border-base-300 hover:bg-base-300 hover:text-base-content">GitHub</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -102,15 +102,19 @@ The visual DNA. All components are mapped to daisyUI v5 semantic classes, provid
|
||||
|
||||
-----
|
||||
|
||||
\<div class="bg-base-200/50 rounded-3xl p-10 my-16 border border-base-300 shadow-inner"\>
|
||||
\<div class="grid grid-cols-1 lg:grid-cols-3 gap-8 items-center"\>
|
||||
\<div class="lg:col-span-2"\>
|
||||
\<h2 class="text-4xl font-black mb-4 mt-0 tracking-tight italic text-secondary"\>Design at Runtime.\</h2\>
|
||||
\<p class="text-xl opacity-80 leading-relaxed"\>Combine the best of three worlds: \<strong\>SigPro\</strong\> for logic, \<strong\>Tailwind v4\</strong\> for speed, and \<strong\>daisyUI v5\</strong\> for beauty. Build interfaces that feel as fast as they look.\</p\>
|
||||
\</div\>
|
||||
\</div\>
|
||||
\</div\>
|
||||
<div class="bg-base-200/50 rounded-3xl p-10 my-16 border border-base-300 shadow-inner">
|
||||
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8 items-center">
|
||||
<div class="lg:col-span-2">
|
||||
<h2 class="text-4xl font-black mb-4 mt-0 tracking-tight italic text-secondary">Design at Runtime.</h2>
|
||||
<p class="text-xl opacity-80 leading-relaxed">
|
||||
Combine the best of three worlds: <strong>SigPro</strong> for logic,
|
||||
<strong>Tailwind v4</strong> for speed, and <strong>daisyUI v5</strong> for beauty.
|
||||
Build interfaces that feel as fast as they look.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
\<div class="text-center py-10 opacity-30 font-mono text-xs tracking-widest uppercase"\>
|
||||
Atomic UI System — Built for SigPro — NatxoCC
|
||||
\</div\>
|
||||
<div class="text-center py-10 opacity-30 font-mono text-xs tracking-widest uppercase">
|
||||
Atomic UI System — Built for SigPro — NatxoCC
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user