Skip to content

Commit c81527b

Browse files
committed
Improved main page and changed theme
1 parent 3e313d6 commit c81527b

File tree

9 files changed

+38
-416
lines changed

9 files changed

+38
-416
lines changed

src/components/HomepageFeatures/index.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
import clsx from 'clsx';
2-
import Heading from '@theme/Heading';
3-
import styles from './styles.module.css';
1+
import clsx from "clsx";
2+
import Heading from "@theme/Heading";
3+
import styles from "./styles.module.css";
44

55
const FeatureList = [
66
{
7-
title: 'Easy to Use',
8-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
7+
title: "Built by the Community",
8+
Svg: require("@site/static/img/undraw_pair-programming_up7w.svg").default,
99
description: (
1010
<>
11-
Docusaurus was designed from the ground up to be easily installed and
12-
used to get your website up and running quickly.
11+
BryanBot is built by the Community, for the Community. We are very open
12+
for feedback and suggestions for new features.
1313
</>
1414
),
1515
},
1616
{
17-
title: 'Focus on What Matters',
18-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
17+
title: "Innovative Features",
18+
Svg: require("@site/static/img/undraw_version-control_eiam.svg").default,
1919
description: (
2020
<>
21-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
22-
ahead and move your docs into the <code>docs</code> directory.
21+
BryanBot has a lot of innovative features that make sure that
22+
development for the bot is as easy and fast.
2323
</>
2424
),
2525
},
2626
{
27-
title: 'Powered by React',
28-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
27+
title: "New Features",
28+
Svg: require("@site/static/img/undraw_adventure-map_8hg8.svg").default,
2929
description: (
3030
<>
31-
Extend or customize your website layout by reusing React. Docusaurus can
32-
be extended while reusing the same header and footer.
31+
BryanBot is always getting new features and updates to make make
32+
everyone's experience better.
3333
</>
3434
),
3535
},
3636
];
3737

38-
function Feature({Svg, title, description}) {
38+
function Feature({ Svg, title, description }) {
3939
return (
40-
<div className={clsx('col col--4')}>
40+
<div className={clsx("col col--4")}>
4141
<div className="text--center">
4242
<Svg className={styles.featureSvg} role="img" />
4343
</div>

src/css/custom.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #2e8555;
10-
--ifm-color-primary-dark: #29784c;
11-
--ifm-color-primary-darker: #277148;
12-
--ifm-color-primary-darkest: #205d3b;
13-
--ifm-color-primary-light: #33925d;
14-
--ifm-color-primary-lighter: #359962;
15-
--ifm-color-primary-lightest: #3cad6e;
9+
--ifm-color-primary: #0747ff;
10+
--ifm-color-primary-dark: #063fd8;
11+
--ifm-color-primary-darker: #0537b2;
12+
--ifm-color-primary-darkest: #042b85;
13+
--ifm-color-primary-light: #2764ff;
14+
--ifm-color-primary-lighter: #4b7fff;
15+
--ifm-color-primary-lightest: #6e9aff;
1616
--ifm-code-font-size: 95%;
17-
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
17+
--docusaurus-highlighted-code-line-bg: rgba(7, 71, 255, 0.1);
1818
}
1919

2020
/* For readability concerns, you should choose a lighter palette in dark mode. */
2121
[data-theme='dark'] {
22-
--ifm-color-primary: #25c2a0;
23-
--ifm-color-primary-dark: #21af90;
24-
--ifm-color-primary-darker: #1fa588;
25-
--ifm-color-primary-darkest: #1a8870;
26-
--ifm-color-primary-light: #29d5b0;
27-
--ifm-color-primary-lighter: #32d8b4;
28-
--ifm-color-primary-lightest: #4fddbf;
29-
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
22+
--ifm-color-primary: #4b7fff;
23+
--ifm-color-primary-dark: #4372e6;
24+
--ifm-color-primary-darker: #3c66cc;
25+
--ifm-color-primary-darkest: #3455a8;
26+
--ifm-color-primary-light: #6190ff;
27+
--ifm-color-primary-lighter: #7ea3ff;
28+
--ifm-color-primary-lightest: #9db7ff;
29+
--docusaurus-highlighted-code-line-bg: rgba(7, 71, 255, 0.3);
3030
}

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ function HomepageHeader() {
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
22-
to="/docs/intro">
23-
Docusaurus Tutorial - 5min ⏱️
22+
to="/docs/welcome">
23+
Get Started
2424
</Link>
2525
</div>
2626
</div>
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)