From 1e99b86ec773072d422fabb3960dafbe18a0e745 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 2 Aug 2022 15:01:38 +0200 Subject: [PATCH] Change landing page --- src/components/HomepageFeatures/index.js | 21 +++++++++------------ src/pages/index.js | 4 ++-- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 78f410b..f51146d 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -4,32 +4,29 @@ import styles from './styles.module.css'; const FeatureList = [ { - title: 'Easy to Use', - Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, + title: 'Mathematik', + Svg: require('@site/static/img/niklas-birk-logo.svg').default, description: ( <> - Docusaurus was designed from the ground up to be easily installed and - used to get your website up and running quickly. + Mathematik ist ... ), }, { - title: 'Focus on What Matters', - Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, + title: 'Informatik', + Svg: require('@site/static/img/niklas-birk-logo.svg').default, description: ( <> - Docusaurus lets you focus on your docs, and we'll do the chores. Go - ahead and move your docs into the docs directory. + Informatik ist ... ), }, { - title: 'Powered by React', - Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, + title: 'Programmierung', + Svg: require('@site/static/img/niklas-birk-logo.svg').default, description: ( <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. + Programmierung ist ... ), }, diff --git a/src/pages/index.js b/src/pages/index.js index affcd90..ebb6e7f 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -17,8 +17,8 @@ function HomepageHeader() {
- Docusaurus Tutorial - 5min ⏱️ + to="/blog"> + Zur Mathematik, Informatik und Programmierung!