From 36ed6e1b6aaf15014238b166cc1a4712754d28dd Mon Sep 17 00:00:00 2001 From: Caleb Denio Date: Mon, 8 Jul 2024 13:39:35 -0400 Subject: [PATCH] fix links in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d41e12b2..edbb2b3d 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you need to add content to the site, here's how you can: Most things on the homepage are cards, modular components that can easily be added and removed according to relevancy to Hack Clubbers. There are 3 main sections: connection, open-source, and IRL community. Most new cards will likely fall within the first two sections! -First, you can create a new file under [components/index/cards]() with the name of your new event/project. Next add `import CardModel from './card-model'` and add whatever you want :) Finally, use a component (`import Buttons from './button'`) to highlight call-to-action buttons. If it's the main button, use the primary prop to add a background color! +First, you can create a new file under [components/index/cards](components/index/cards/) with the name of your new event/project. Next add `import CardModel from './card-model'` and add whatever you want :) Finally, use a component (`import Buttons from './button'`) to highlight call-to-action buttons. If it's the main button, use the primary prop to add a background color! Your challenge: try and make the card as unique as possible, like a mini poster! Not sure where to start? Look at other cards on the page :) @@ -50,9 +50,9 @@ Your challenge: try and make the card as unique as possible, like a mini poster! Screenshot 2023-08-16 at 9 09 11 PM -If there's a Hack Club or Hack Club community-led project (past or present) that Hack Clubbers can get involved in, please add it to [lib/carousel.json]() and add your card to the end of the json file. An example looks like this: +If there's a Hack Club or Hack Club community-led project (past or present) that Hack Clubbers can get involved in, please add it to [lib/carousel.json](lib/carousel.json) and add your card to the end of the json file. An example looks like this: -``` +```json { "background": "dark", "titleColor": "white", @@ -72,7 +72,7 @@ _Have questions? Join us in [#hackclub-site-dev](https://hackclub.slack.com/arch --- -Hack Club, 2023. MIT License. +Hack Club, 2024. MIT License. [next.js]: https://nextjs.org [mdx]: https://mdxjs.com