Skip to content

Commit

Permalink
chore: make the site look a lot less cringey
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 committed Sep 18, 2024
1 parent 86de3e7 commit 6b0925b
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions site/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,27 @@ const base = import.meta.env.BASE_URL;
</p>
<Logo />
<h1 class="font-mono text-3xl text-center">ooxml-templater-js</h1>
<p class="text-center">
no-nonsense{" "}
<ButtonLink href="http://officeopenxml.com/" variant="link" class="px-0">
ooxml
</ButtonLink>{" "}
file templater
</p>
<p class="text-center">template right within your docx/xlsx files</p>

<div class="h-16 w-[1px] bg-foreground/20 my-2">&nbsp;</div>

<section class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
<Question
question="what?"
answer="a ts-powered templater that is minimally invasive. have docx, xlsx? we gotcha (▀͡ ͜ʖ͡▀)"
answer="templating right on ooxml files. have docx, xlsx? we gotcha (▀͡ ͜ʖ͡▀)"
/>
<Question
question="wtf 'minimally invasive'?"
answer="i don't want to parse every xmls, this lib just modifies them (-。-;"
question="how?"
answer="since i don't want to parse every xmls, this lib just modifies them (-。-;"
/>
<Question
question="stable?"
answer="the core is. this is a pretty new lib so you might wanna test it first ¯\\_(ツ)_/¯"
answer="most of the code are unit tested. this is a pretty new lib so you might wanna test it out first ¯\\_(ツ)_/¯"
/>
<Question
question="why?"
answer="it's oss, duh ψ(`∇ ´)ψ (this is probably the 1st in the world)"
/>
<Question question="why?" answer="it's oss, duh ψ(`∇ ´)ψ" />
</section>

<section class="mt-8 flex flex-row gap-4">
Expand Down

0 comments on commit 6b0925b

Please sign in to comment.