mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
fix links in README
This commit is contained in:
parent
e0e7c0af3d
commit
36ed6e1b6a
1 changed files with 4 additions and 4 deletions
|
|
@ -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 <Buttons> 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 <Buttons> 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!
|
|||
|
||||
<img width="600" alt="Screenshot 2023-08-16 at 9 09 11 PM" src="https://github.com/hackclub/site/assets/65808924/044660eb-fb3d-43b6-a270-64a3fe51f3ca">
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue