Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new example onboard projects #965

Merged
merged 4 commits into from
Dec 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 33 additions & 9 deletions pages/onboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -683,33 +683,32 @@ const ShipPage = () => {
</Flex>
</a>

<a
href="https://github.com/hackclub/sprig-hardware"
{/* <a
href="https://github.com/hackclub/OnBoard/tree/main/projects/proto2040"
target="_blank"
>
<Flex as="article">
<Text as="p" sx={{ pr: 100 }}>
A <strong>movement sensor</strong> add-on to an open source{' '}
<strong>game console</strong>.
The cutest, tiniest raspberry pi-base developer board.
</Text>
<Text as="p" sx={{ pr: 140, color: 'gray' }}>
Read the source&nbsp;<span className="arrow">&rarr;</span>
Read Paolo's work&nbsp;<span className="arrow">&rarr;</span>
</Text>
<Image
src="https://cloud-6exi6bz1i-hack-club-bot.vercel.app/0rotatesprig.png"
src="https://cloud-6a1wip38p-hack-club-bot.vercel.app/02023-07-21t14_56_26.548z-img_20230720_175244.png"
alt="A black circuit board for a game console with copper wiring."
sx={{
maxWidth: 280,
maxWidth: 180,
position: 'absolute',
bottom: -40,
right: -75
}}
/>
</Flex>
</a>
</a> */}

<a
href="https://github.com/Hugoyhu/Hack-Club-Zephyr-USB-Hub"
href="https://jams.hackclub.com/batch/usb-hub"
target="_blank"
>
<Flex as="article">
Expand Down Expand Up @@ -760,6 +759,31 @@ const ShipPage = () => {
/>
</Flex>
</a>

<a
href="https://github.com/hackclub/OnBoard/tree/main/projects/TOTKey"
target="_blank"
>
<Flex as="article">
<Text as="p" sx={{ pr: 140 }}>
Build your own <strong>hardware key</strong>.
</Text>
<Text as="p" sx={{ pr: 140, color: 'gray' }}>
Learn how to make your own&nbsp;<span className="arrow">&rarr;</span>
</Text>
<Image
src="https://cloud-6a1wip38p-hack-club-bot.vercel.app/1totk_key.png"
alt="A long PCB with a pixelated screen."
sx={{
position: 'absolute',
top: 40,
right: -30,
maxWidth: 230,
transform: 'rotate(20deg)'
}}
/>
</Flex>
</a>
</Grid>

<Button
Expand Down
Loading