Compare commits

..

No commits in common. "ba6a8c130844e04bd20dd36b89846dc5eacb1fda" and "bbbae5c8a6f001f773176cf56d7eee082685b5f2" have entirely different histories.

2 changed files with 22 additions and 1 deletions

View File

@ -18,5 +18,26 @@ import Features from "@/sections/Features.astro";
<Section> <Section>
<Features /> <Features />
</Section> </Section>
<Section id="test">
<h1>Hallo!</h1>
<h2>Wie gehts</h2>
<h3>Wie gehts</h3>
<h4>Wie gehts</h4>
<h5>Wie gehts</h5>
<p>
cssnano is powered by PostCSS, a tool for transforming styles
with JavaScript. Specifically, its plugin architecture allows us
to compose cssnano out of small modules with limited
responsibilities. It also allows you to easily insert cssnano
into your build step, along with other processors that can lint
your CSS for errors, or transpile future syntax.
</p>
<Button>Hallo</Button>
<Button variant="secondary">Hallo</Button>
<Button variant="ghost">Hallo</Button>
<Button variant="destructive">Hallo</Button>
<Button variant="outline">Hallo</Button>
<Button variant="link">Hallo</Button>
</Section>
</main> </main>
</RootLayout> </RootLayout>

View File

@ -6,7 +6,7 @@
subscriptions. You should own the tools you work with. subscriptions. You should own the tools you work with.
</p> </p>
<p> <p>
tempblade Creator aims to become a viable alternative to current motion tempblade Creator aims to get a feasable alternative to current motion
design tools, and even exceed them in certain aspects like design tools, and even exceed them in certain aspects like
extensibility. This is only possible due to our open source approach. extensibility. This is only possible due to our open source approach.
Currently we are in a early alpha stage, and the program has to be seen Currently we are in a early alpha stage, and the program has to be seen