-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
53 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { Heading, Text } from 'theme-ui' | ||
const components = { | ||
h1: (props) => <Heading as="h1" sx={{ | ||
fontSize: 5, color: 'black' , | ||
fontFamily: 'var(--font-inter)', | ||
fontWeight:800 | ||
}} {...props} />, | ||
h2: (props) => <Heading as="h2" sx={{ fontSize: 4, color: 'black', fontFamily: 'var(--font-inter)', | ||
}} {...props} />, | ||
h3: (props) => <Heading as="h3" sx={{ fontSize: 3, color: 'black' }} {...props} />, | ||
p: (props) => <Text sx={{ fontSize: 2, color: 'text' }} {...props} />, | ||
|
||
} | ||
export default components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
## This is a heading | ||
|
||
# Hacky Holidays Guide | ||
|
||
## Hacky Holidays is a limited time YSWS event for making your own PCB tree decorations! There are **4** major steps in making a successful decoration: | ||
|
||
1. Choosing your Parts | ||
2. Making your Schematic | ||
3. Designing your Schematic | ||
4. Programming your PCB | ||
|
||
# Choosing Your Parts | ||
|
||
When choosing your parts, think about the function of each component, and try to wither out unneeded components. Unneeded components can reduce your decoration’s battery life! | ||
|
||
Components used for the tutorial: | ||
(1x) MCU | ||
|
||
() | ||
|
||
[General Info](https://www.notion.so/General-Info-153a1dc89099809d86c0fda32bbf66a9?pvs=21) | ||
|
||
[How to wire up your LEDs](https://www.notion.so/How-to-wire-up-your-LEDs-154a1dc890998077b10aecd282861452?pvs=21) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters