Skip to content

Commit

Permalink
graphic updates and colors
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceacc committed Apr 20, 2024
1 parent 1fdb95f commit 991754e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'Space/ACC',
tagline: '(A)cceleration = (F)orce of Efforts * Critical (M)ass of People',
tagline: '(A)cceleration = (F)orce of Efforts * (M)ass of People',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down
18 changes: 9 additions & 9 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ type FeatureItem = {

const FeatureList: FeatureItem[] = [
{
title: 'Open Source',
title: 'Exponential',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
Space/ACC embraces open-source principles, inviting global
collaboration and empowering developers to contribute to the
advancement of space technology freely.
Space/ACC is dedicated to driving innovation in space technology,
pushing boundaries, and pioneering groundbreaking solutions through
cutting-edge tech and development initiatives.
</>
),
},
{
title: 'Community Driven',
title: 'Community',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: (
<>
Expand All @@ -32,13 +32,13 @@ const FeatureList: FeatureItem[] = [
),
},
{
title: 'Innovation',
title: 'Open',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Space/ACC is dedicated to driving innovation in space technology,
pushing boundaries, and pioneering groundbreaking solutions through
cutting-edge research and development initiatives.
Space/ACC embraces open-source principles, inviting global
collaboration and empowering developers to contribute to the
advancement of space technology freely.
</>
),
},
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #77c8e5;
--ifm-color-primary: #408cae;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;
Expand Down
4 changes: 2 additions & 2 deletions static/img/undraw_docusaurus_mountain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions static/img/undraw_docusaurus_react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions static/img/undraw_docusaurus_tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 991754e

Please sign in to comment.