From 25586e134c2d8db719a765df38ecec59ab14b046 Mon Sep 17 00:00:00 2001 From: Ray Myers Date: Fri, 12 Apr 2024 21:28:29 -0500 Subject: [PATCH] Home page tweaks --- docusaurus.config.ts | 2 +- src/components/HomepageFeatures/index.tsx | 9 ++++++++- src/css/custom.css | 12 +++++++++++- src/pages/index.tsx | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f447fba..2e050e6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic'; const config: Config = { title: 'nopilot.dev', - tagline: 'Shape the future of software in the open', + tagline: 'Your front row seat to the rise of Autonomous DevTools', favicon: 'img/favicon.ico', // Set the production url of your site here diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 0bfe14e..48b2a4a 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -59,6 +59,13 @@ export default function HomepageFeatures(): JSX.Element { return (
+ {/*
+
+

+ We are witnessing the rise of Autonomous DevTools. Help ensure that change is for the better! +

+
+
*/}
{/* {FeatureList.map((props, idx) => ( @@ -68,7 +75,7 @@ export default function HomepageFeatures(): JSX.Element { {/* */}
- Why we are here + Mission: Shape the future of software in the open

We believe it is in the best interest of the software industry, which the world depends on, to deem certain types of tools as essential infrastructure.

diff --git a/src/css/custom.css b/src/css/custom.css index fe43ffb..a86e997 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -11,7 +11,7 @@ /* You can override the default Infima variables here. */ :root { --ifm-color-primary: #6b83e5; - --ifm-color-primary-dark: #4161d1; + --ifm-color-primary-dark: hsl(227, 61%, 54%); --ifm-color-primary-darker: #3051ba; --ifm-color-primary-darkest: #2041a3; --ifm-color-primary-light: #6381f1; @@ -23,9 +23,19 @@ --ifm-font-family-base: 'Manrope', san-serif; } +.hero { + /* https://cssgradient.io/ */ + /* background-image: url("/static/img/blue-min-ai-logo.svg"); */ + background: var(--ifm-color-primary); + background: linear-gradient(90deg, var(--ifm-color-primary-darkest) 5%, var(--ifm-color-primary-light) 50%, var(--ifm-color-primary-darkest) 95%); +} + .hero__title { font-weight: 800; } +p.hero__subtitle { + margin-bottom: 0.5rem; +} .hero.hero--primary { padding: 0.5rem 0; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9f00ce6..e5ab9cc 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -15,7 +15,7 @@ function HomepageHeader() { {/* {siteConfig.title} */} - nopilot.dev + nopilot.dev

{siteConfig.tagline}

{/*