mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
sponsor
This commit is contained in:
parent
94cfbd25bc
commit
aed7aac068
@ -4,7 +4,7 @@ export const TopBanner = ({ items }) => {
|
|||||||
{items.map((item) => (
|
{items.map((item) => (
|
||||||
<>
|
<>
|
||||||
<div className="mb-2">
|
<div className="mb-2">
|
||||||
<div className="text-xs text-gray-500 dark:text-gray-400 font-bold underline mb-1">
|
<div className="text-xs text-gray-600 dark:text-gray-300 font-semibold underline mb-1">
|
||||||
Sponsored by {item.name}
|
Sponsored by {item.name}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ export const TopBanner = ({ items }) => {
|
|||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div className="text-right text-[0.6rem] text-gray-500 dark:text-gray-400 font-bold line-clamp-1">
|
<div className="text-right text-xs mt-1 text-gray-600 dark:text-gray-300 font-semibold line-clamp-1">
|
||||||
{item.description}
|
{item.description}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -11,28 +11,12 @@ export const TopBanners = () => {
|
|||||||
"Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework",
|
"Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imgSrc: "/ads/pipelines-banner.png",
|
imgSrc: "/ads/sponsor-banner-1.png",
|
||||||
mobileImgSrc: "/ads/pipelines-banner-mobile.png",
|
mobileImgSrc: "/ads/sponsor-banner-small-1.png",
|
||||||
url: "https://github.com/open-webui/pipelines",
|
url: "https://davewaring.com/tag/digital-brain-building/",
|
||||||
name: "Open WebUI Pipelines",
|
name: "Dave Waring",
|
||||||
description:
|
description:
|
||||||
"Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework",
|
"Follow along as I build my own AI powered digital brain.",
|
||||||
},
|
|
||||||
{
|
|
||||||
imgSrc: "/ads/pipelines-banner.png",
|
|
||||||
mobileImgSrc: "/ads/pipelines-banner-mobile.png",
|
|
||||||
url: "https://github.com/open-webui/pipelines",
|
|
||||||
name: "Open WebUI Pipelines",
|
|
||||||
description:
|
|
||||||
"Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imgSrc: "/ads/placeholder.png",
|
|
||||||
mobileImgSrc: "/ads/placeholder-mobile.png",
|
|
||||||
url: "https://github.com/sponsors/tjbck",
|
|
||||||
name: "Open WebUI",
|
|
||||||
description:
|
|
||||||
"The top banner spot is reserved for only two Enterprise Diamond sponsors on a first-come, first-served basis",
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
BIN
static/ads/sponsor-banner-1.png
Normal file
BIN
static/ads/sponsor-banner-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
static/ads/sponsor-banner-small-1.png
Normal file
BIN
static/ads/sponsor-banner-small-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user