Skip to content

Commit

Permalink
docs: add opensauced
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Sep 15, 2023
1 parent ff77a27 commit d262fe2
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 23 deletions.
31 changes: 9 additions & 22 deletions website/components/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Link from 'next/link';
import Image from 'next/image';
import TextsLogo from '../../public/texts.webp';
import HackClubLogo from '../../public/hackclub.svg';
import OpenSaucedLogo from '../../public/opensauced.svg';
import { Container } from './container';
import { ShimmerButton } from './shimmer-button';

Expand Down Expand Up @@ -141,12 +142,15 @@ export function Companies() {
),
},
{
url: 'https://llm.report/',
url: 'https://opensauced.pizza/',
component: (
<div className="flex items-center gap-3 text-xl font-semibold">
<LLMReportLogo />
llm.report
</div>
<Image
src={OpenSaucedLogo as string}
width={150}
height={25}
className="invert"
alt="OpenSauced"
/>
),
},
];
Expand Down Expand Up @@ -226,20 +230,3 @@ function WyzeLogo() {
</svg>
);
}

function LLMReportLogo() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
className="h-6 invert dark:invert-0"
>
<path
fillRule="evenodd"
d="M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm4.5 7.5a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0v-2.25a.75.75 0 01.75-.75zm3.75-1.5a.75.75 0 00-1.5 0v4.5a.75.75 0 001.5 0V12zm2.25-3a.75.75 0 01.75.75v6.75a.75.75 0 01-1.5 0V9.75A.75.75 0 0113.5 9zm3.75-1.5a.75.75 0 00-1.5 0v9a.75.75 0 001.5 0v-9z"
clipRule="evenodd"
/>
</svg>
);
}
3 changes: 3 additions & 0 deletions website/pages/showcase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import { Card, Cards } from 'nextra/components';
<ShowcaseCard title="Texts" href="https://texts.com/">
<>![Texts preview](./showcase/texts.png)</>
</ShowcaseCard>
<ShowcaseCard title="OpenSauced" href="https://opensauced.pizza/">
<>![OpenSauced preview](./showcase/opensauced.png)</>
</ShowcaseCard>
<ShowcaseCard title="Typehero" href="https://typehero.dev/">
<>![Typehero preview](./showcase/typehero.png)</>
</ShowcaseCard>
Expand Down
Binary file added website/pages/showcase/opensauced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions website/public/opensauced.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const config: DocsThemeConfig = {
fill="currentColor"
className="feather feather-twitter"
>
<path d="M16.99 0H20.298L13.071 8.26L21.573 19.5H14.916L9.702 12.683L3.736 19.5H0.426L8.156 10.665L0 0H6.826L11.539 6.231L16.99 0ZM15.829 17.52H17.662L5.83 1.876H3.863L15.829 17.52Z"></path>
<path d="M16.99 0H20.298L13.071 8.26L21.573 19.5H14.916L9.702 12.683L3.736 19.5H0.426L8.156 10.665L0 0H6.826L11.539 6.231L16.99 0ZM15.829 17.52H17.662L5.83 1.876H3.863L15.829 17.52Z"></path>
</svg>
</a>
<a
Expand Down

2 comments on commit d262fe2

@vercel
Copy link

@vercel vercel bot commented on d262fe2 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sink – ./packages/kitchen-sink

sink-git-main-millionjs.vercel.app
million-kitchen-sink-atit.vercel.app
sink-millionjs.vercel.app
sink.million.dev

@vercel
Copy link

@vercel vercel bot commented on d262fe2 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

million-kitchen-sink – ./packages/kitchen-sink

million-kitchen-sink-millionjs.vercel.app
million-kitchen-sink.vercel.app
million-kitchen-sink-git-main-millionjs.vercel.app

Please sign in to comment.