From 09f6c6c28dd800a2811db5afed8314e32b34892f Mon Sep 17 00:00:00 2001 From: LanesGood Date: Tue, 21 Jan 2025 11:34:00 -0500 Subject: [PATCH 1/2] Update base styling --- package.json | 1 + public/logo.svg | 4 ++++ src/App.jsx | 25 +++++++++++++++++++------ src/main.jsx | 1 + src/theme/index.jsx | 5 +++-- yarn.lock | 5 +++++ 6 files changed, 33 insertions(+), 8 deletions(-) create mode 100644 public/logo.svg diff --git a/package.json b/package.json index 5f80257..e5ca0a8 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "dependencies": { "@chakra-ui/react": "^3.2.1", "@emotion/react": "^11.13.5", + "@fontsource/ibm-plex-mono": "^5.1.1", "@fontsource/ibm-plex-sans": "^5.1.0", "@turf/bbox": "^7.1.0", "d3": "^7.9.0", diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..7dd3a4f --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/App.jsx b/src/App.jsx index 49b6587..2741bdc 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,9 +1,10 @@ -import { Box, Grid, Text } from "@chakra-ui/react"; +import { Box, Flex, Grid, Image, Text } from "@chakra-ui/react"; import { useAtomValue } from "jotai"; import Providers from "./Providers"; import { ChatInput, ChatOutput, Map } from "./components"; import { chartDataAtom } from "./atoms"; import BarChart from "./components/BarChart"; +import logo from "/logo.svg"; function App() { const chartData = useAtomValue(chartDataAtom); @@ -13,13 +14,25 @@ function App() { maxH="vh" h="vh" templateRows="min-content minmax(0, 1fr)" - bg="blue.900/15" - bgImage="linear-gradient({colors.lime.50}, transparent)" + bg="gray.50" > - - Land Carbon Lab - Zeno + + + + + Pr0ject
Zen0_ +
+
- + Date: Tue, 21 Jan 2025 11:36:55 -0500 Subject: [PATCH 2/2] Size and title alt text --- index.html | 2 +- src/App.jsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index be4dd34..db386e6 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Zeno + Project Zeno | Land Carbon Lab
diff --git a/src/App.jsx b/src/App.jsx index 2741bdc..c30fe4d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -18,15 +18,17 @@ function App() { > - + WRI Land Carbon Lab logo Pr0ject
Zen0_