diff --git a/app/components/3box.tsx b/app/components/3box.tsx index 0a524db..ab2e314 100644 --- a/app/components/3box.tsx +++ b/app/components/3box.tsx @@ -18,7 +18,7 @@ const Threebox = () => { flexDirection: 'row', alignItems: 'center', backgroundColor: 'rgba(0, 0, 0, 0.31)', - borderRadius: '20px', + borderRadius: '25px', mx: '32px', mb: '5vh', paddingBottom: '2vh', diff --git a/app/components/FAQcard.tsx b/app/components/FAQcard.tsx index 5d62192..4cf3023 100644 --- a/app/components/FAQcard.tsx +++ b/app/components/FAQcard.tsx @@ -31,17 +31,19 @@ const styles = { overflow: 'hidden', }, question: { - fontSize: '2.1rem', - fontWeight: 600, + fontSize: '2.8rem', + fontWeight: 790, color: '#FFFFFF', textShadow: '0px 4px 4px rgba(0, 0, 0, 0.25)', + paddingLeft: '10px', }, answer: { - fontSize: '1.1rem', + fontSize: '1.5rem', color: '#003180', marginTop: '8px', textShadow: '0px 4px 4px rgba(0, 0, 0, 0.25)', fontWeight: 600, + paddingLeft: '20px' }, }; diff --git a/app/components/mdx.tsx b/app/components/mdx.tsx new file mode 100644 index 0000000..a859622 --- /dev/null +++ b/app/components/mdx.tsx @@ -0,0 +1,14 @@ +import { Heading, Text } from 'theme-ui' +const components = { + h1: (props) => , + h2: (props) => , + h3: (props) => , + p: (props) => , + +} +export default components \ No newline at end of file diff --git a/app/guide/guideMD.mdx b/app/guide/guideMD.mdx index 2c1b5c9..ffe75be 100644 --- a/app/guide/guideMD.mdx +++ b/app/guide/guideMD.mdx @@ -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) diff --git a/app/guide/page.tsx b/app/guide/page.tsx index ae48cca..d28caaf 100644 --- a/app/guide/page.tsx +++ b/app/guide/page.tsx @@ -2,7 +2,7 @@ import { keyframes } from '@emotion/react' import GuideMD from './guideMD.mdx' import { MDXProvider } from '@mdx-js/react' - +import components from '../components/mdx' const fadeIn = keyframes({ from: { opacity: 0 }, to: { opacity: 1 } }) import { Box } from 'theme-ui' // const components = { @@ -15,10 +15,12 @@ import { Box } from 'theme-ui' export default function guide() { return ( - + ); diff --git a/app/page.tsx b/app/page.tsx index fee0156..b98d7b4 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -164,13 +164,16 @@ export default function Home() { Submissions will be peer-reviewed in the categories of Best Creative Design, Most Technically Impressive, and Spookiest Halloween Theme — no extensive experience required. The top voted 10% of entries per catagory will receive a $100 grant to manufacture their PCB and purchase additional hardware or electronics. Get inspired by Halloween themes such as costumes and animatronic props, and incorporate them into your design. - + color: 'white', + }}>Submissions will be peer-reviewed in the categories of Best Creative Design, Most Technically Impressive, and Spookiest Halloween Theme — no extensive experience required. The top voted 10% of entries per catagory will receive a $100 grant to manufacture their PCB and purchase additional hardware or electronics. Get inspired by Halloween themes such as costumes and animatronic props, and incorporate them into your design.



+ FAQ:
+