diff --git a/components/index/cards/scrapyard.js b/components/index/cards/scrapyard.js
new file mode 100644
index 00000000..cf9f9600
--- /dev/null
+++ b/components/index/cards/scrapyard.js
@@ -0,0 +1,182 @@
+import CardModel from './card-model'
+import { Box, Flex, Grid, Image, Text, Heading } from 'theme-ui'
+import Buttons from './button'
+import { Global } from '@emotion/react'
+
+/** @jsxImportSource theme-ui */
+
+export default function Scrapyard() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+ Build stupid stuff, get stupid prizes.
+
+
+
+
+ 100+ Cities worldwide – March 15-16
+
+
+
+
+
+
+
+
+
+
+ Learn More
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/pages/index.js b/pages/index.js
index e20589da..c4a70716 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -40,6 +40,7 @@ import Comma from '../components/comma'
import Haxidraw from '../components/index/cards/haxidraw'
import Onboard from '../components/index/cards/onboard'
import Trail from '../components/index/cards/trail'
+import Scrapyard from '../components/index/cards/scrapyard'
import Neighborhood from '../components/index/cards/neighborhood'
/** @jsxImportSource theme-ui */
@@ -683,6 +684,7 @@ function Page({
+