Change landing page

This commit is contained in:
Niklas Birk 2022-08-02 15:01:38 +02:00
parent 8077d07639
commit 1e99b86ec7
2 changed files with 11 additions and 14 deletions

View File

@ -4,32 +4,29 @@ import styles from './styles.module.css';
const FeatureList = [ const FeatureList = [
{ {
title: 'Easy to Use', title: 'Mathematik',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, Svg: require('@site/static/img/niklas-birk-logo.svg').default,
description: ( description: (
<> <>
Docusaurus was designed from the ground up to be easily installed and Mathematik ist ...
used to get your website up and running quickly.
</> </>
), ),
}, },
{ {
title: 'Focus on What Matters', title: 'Informatik',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, Svg: require('@site/static/img/niklas-birk-logo.svg').default,
description: ( description: (
<> <>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go Informatik ist ...
ahead and move your docs into the <code>docs</code> directory.
</> </>
), ),
}, },
{ {
title: 'Powered by React', title: 'Programmierung',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, Svg: require('@site/static/img/niklas-birk-logo.svg').default,
description: ( description: (
<> <>
Extend or customize your website layout by reusing React. Docusaurus can Programmierung ist ...
be extended while reusing the same header and footer.
</> </>
), ),
}, },

View File

@ -17,8 +17,8 @@ function HomepageHeader() {
<div className={styles.buttons}> <div className={styles.buttons}>
<Link <Link
className="button button--secondary button--lg" className="button button--secondary button--lg"
to="/docs/intro"> to="/blog">
Docusaurus Tutorial - 5min Zur Mathematik, Informatik und Programmierung!
</Link> </Link>
</div> </div>
</div> </div>