Skip to content

Commit

Permalink
have webstie sudo ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Normand Overney committed Oct 29, 2023
1 parent 34f9e19 commit e1f2db7
Show file tree
Hide file tree
Showing 10 changed files with 116 additions and 17 deletions.
8 changes: 4 additions & 4 deletions website/docusaurus.config.js
Expand Up @@ -116,10 +116,10 @@ const config = {
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
// {
// label: 'Blog',
// to: '/blog',
// },
{
label: 'GitHub',
href: 'https://github.com/noverney/randoms',
Expand Down
12 changes: 6 additions & 6 deletions website/src/components/HomepageFeatures/index.js
Expand Up @@ -4,26 +4,26 @@ import styles from './styles.module.css';

const FeatureList = [
{
title: 'Easy to Use',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
title: 'Setup Your Account',
Svg: require('@site/static/img/SVG/question.svg').default,
description: (
<>
Ever played &apos;Guess Who?&apos; with your colleagues? Dive into Meeting Munch and discover teammates hiding in plain sight!
</>
),
},
{
title: 'Focus on What Matters',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
title: 'Choose Your Preferences',
Svg: require('@site/static/img/SVG/interpersonal.svg').default,
description: (
<>
Less than 5 quick questions and bam! You&apos;re set up with a mystery colleague. Who knew office intros could feel like a game show?
</>
),
},
{
title: 'Powered by React',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
title: 'Meet in Real Life',
Svg: require('@site/static/img/SVG/icebreaker.svg').default,
description: (
<>
Need a convo starter? We&apos;ve got you covered! Kick things off with a quirky fun fact about your new pal. Chatting has never been this fun!
Expand Down
9 changes: 2 additions & 7 deletions website/src/pages/index.js
Expand Up @@ -15,15 +15,10 @@ function HomepageHeader() {
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<a
className="button button--primary button--lg"
href="http://localhost:5000/login">
Get Started
</a>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Lunch Meeting Tutorial - 5min ⏱️
to="http://localhost:5000/login">
Get Started - 5min ⏱️
</Link>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions website/static/img/SVG/compressedlogo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/SVG/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions website/static/img/SVG/icebreaker.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions website/static/img/SVG/interpersonal.svg
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 e1f2db7

Please sign in to comment.