Skip to content

Commit

Permalink
Some style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed Apr 15, 2024
1 parent ef5a6cc commit a2d3ecd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 27 deletions.
8 changes: 5 additions & 3 deletions src/layouts/Default.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ const authors = getAuthors(["nicholas", "ben", "zach"]);
class="bg-dot-grid absolute left-0 top-0 h-screen w-full bg-absolute -z-10"
>
</div>
<Header />
<WaitlistDialog />
<slot />
<div class="h-full flex flex-col">
<Header />
<WaitlistDialog />
<slot />
</div>
</body>
</html>
17 changes: 2 additions & 15 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import ChevronRight from "../components/icons/ChevronRight.astro";

<Layout title="Axflow">
<main
class="mx-auto flex flex-col justify-center h-full px-2 sm:px-8 lg:p-0 max-w-[1045px] z-0"
class="mx-auto grow flex px-2 sm:px-8 lg:p-0 max-w-[1045px] z-0"
>
<div class="relative flex flex-col items-center">
<div class="flex flex-col items-center justify-center">
{/* start: hero-copy */}
<h1
class="via-zinc-200 bg-gradient-to-tr dark:from-white dark:to-zinc-400 from-zinc-800 to-zinc-600 bg-clip-text pb-6 md:pb-10 text-center text-4xl font-medium text-transparent opacity-90 bg-blend-screen drop-shadow sm:text-6xl lg:text-7xl"
Expand All @@ -41,19 +41,6 @@ import ChevronRight from "../components/icons/ChevronRight.astro";
</div>
</div>
{/* end: hero-copy */}

{/* Footer */}
<section class="w-full flex flex-col items-center">
<footer class="shrink-0 grow-0 pb-6 pt-24">
<div
class="my-1 text-center font-mono text-xs leading-5 text-color-400 md:text-sm lg:my-4"
>
<div class="flex flex-col items-center">
<p>&copy; 2024 Axilla, Inc. All rights reserved.</p>
</div>
</div>
</footer>
</section>
</div>
</main>
</Layout>
9 changes: 0 additions & 9 deletions src/pages/values.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,3 @@ Successful products provide real value to their customers by solving concrete pr
### Open-source

We are strong believers in open-source, and want to help bring forth an open-source era for AI. Customers should be able to achieve the same quality products from open-source models as they do with proprietary ones, and we open-source as much of our work as we can.

<div class="mx-auto">
<Image
class="mx-auto rounded-sm mb-0"
src={logo}
alt="Axflow logo, teal on transparent"
width="80"
/>
</div>

0 comments on commit a2d3ecd

Please sign in to comment.