Skip to content

Commit

Permalink
add bits and bytes registration page
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni Vaishnav committed Jun 8, 2024
1 parent c6b8c36 commit 11d211c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/pages/bits-and-bytes-registration.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export default function BBRegistration() {
return (
<div align="center">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSehtJGfdHCoDi8AdfGRzU2-xy1wQeY05to5FRrdQO9B2amF7g/viewform?embedded=true"
width="640"
height="3500"
frameBorder="0"
marginHeight="0"
marginWidth="0"
title="bits and bytes registration"
>
Loading…
</iframe>
</div>
);
}

0 comments on commit 11d211c

Please sign in to comment.