Skip to content

Commit 5bf3871

Browse files
committed
Update site
1 parent bcc74f1 commit 5bf3871

5 files changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"pages-build": "next build && next export && rm -rf docs && mv out docs"
1111
},
1212
"dependencies": {
13+
"@fillout/react": "^3.0.0",
1314
"@hackclub/icons": "^0.0.9",
1415
"@splitbee/web": "^0.3.0",
1516
"@vercel/analytics": "^0.1.11",

pages/index.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import splitbee from '@splitbee/web';
77
import with$, { withNodrag } from '../utils/cssUtils';
88
import useMedia, { useViewport } from '../utils/useMedia';
99
import Sidebar from '../components/Sidebar';
10+
import { FilloutStandardEmbed } from "@fillout/react";
1011

1112
const meta_desc = "Orange County's first high school coding event since the pandemic. Join us for 12 hours of hacking, workshops, & friendship.";
1213
const theme_color = '#FA7B33';
@@ -172,7 +173,6 @@ export default function Home() {
172173
backgroundSize: 'cover',
173174
color: "white",
174175
userSelect: 'none',
175-
pointerEvents: 'none',
176176
}}>
177177
<div style={{
178178
width: "100%",
@@ -182,9 +182,13 @@ export default function Home() {
182182
justifyContent: "center",
183183
alignItems: "center",
184184
backdropFilter: "blur(50px)",
185+
overflow: "hidden",
185186
}}>
186187
<img src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/74e446abead96c481c704b0cdb332df8e90f6f16_group_47.svg" />
187-
<h1>Coming Soon</h1>
188+
<h1 style={{
189+
marginBottom: "40px"
190+
}}>Coming Soon</h1>
191+
<FilloutStandardEmbed filloutId="6FWy549Jjgus" dynamicResize />
188192
</div>
189193
</div>
190194
</>

public/favicon-old-2.png

18.6 KB
Loading

public/favicon.png

9.64 KB
Loading

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,11 @@
752752
minimatch "^3.1.2"
753753
strip-json-comments "^3.1.1"
754754

755+
"@fillout/react@^3.0.0":
756+
version "3.0.0"
757+
resolved "https://registry.yarnpkg.com/@fillout/react/-/react-3.0.0.tgz#9a3b92ac0c3d19c30eecbbf96ac89526a526e947"
758+
integrity sha512-L+0XGo44cXNOB+fHch0OPeIopkTomgn92yXGbJEQAYJEpZJ7LkUlQV5KgtW3E9IZh9ZX7EdeiOcFd1VijTfhCQ==
759+
755760
"@hackclub/icons@^0.0.9":
756761
version "0.0.9"
757762
resolved "https://registry.yarnpkg.com/@hackclub/icons/-/icons-0.0.9.tgz#77a6a6420b7381f54c8be3a0713915d503624951"

0 commit comments

Comments
 (0)