Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Aug 9, 2023
1 parent 4c31da4 commit c0af0e3
Show file tree
Hide file tree
Showing 7 changed files with 148 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<p align="center">
<a href="https://llmstack.ai"><img src="web/static/img/llmstack-logo-light-white-bg.svg" alt="LLMStack" width="500px"></a>
</p>
<p align="center">
<em>LLMStack is a no-code platform for building generative AI applications, chatbots, agents and connecting them to your data and business processes.</em>
</p>
5 changes: 3 additions & 2 deletions web/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ const config = {
image:
"https://storage.googleapis.com/trypromptly-static/static/images/opengraph.jpg",
navbar: {
title: "LLMStack",
title: "",
logo: {
alt: "LLMStack",
src: "img/logo.png",
src: "img/llmstack-logo-light.svg",
srcDark: "img/llmstack-logo-dark.svg",
},
items: [
{
Expand Down
4 changes: 2 additions & 2 deletions web/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
title={`${siteConfig.title} | ${siteConfig.tagline}`}
description="No-code platform to build generative AI apps, chatbots and agents with your data."
>
<HomepageHeader />
<main>
Expand Down
40 changes: 40 additions & 0 deletions web/static/img/llmstack-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions web/static/img/llmstack-logo-light-white-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions web/static/img/llmstack-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c0af0e3

Please sign in to comment.