Skip to content

Commit

Permalink
Fix consent form
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay committed Apr 1, 2024
1 parent ea88181 commit e039066
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions js-extensions/packages/consent-form/lib/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,44 +11,7 @@ let ConsentForm = () => {
document.documentElement.style.overflow = "hidden";
});
return (
<div className="consent-form" ref={ref}>
<div className="container">
<h1>Welcome to Movement Hack</h1>
<section>
<h2>What is this?</h2>
<div className="row">
<p>
This course is designed to empower you to build with Movement and to help you understand Movement's advantages. Members of Movement's Mason guild can take this course to level up and earn rewards.
</p>
</div>
</section>
<section>
<h2>How does it work?</h2>
<div className="row">
<div>
<p>This course workbook is supplemented by community support. Join the <a href="https://discord.gg/movementlabsxyz">Discord</a>. We will hold weekly office hours and AMAs to support you as we all build the Parthenon.</p>

<p><strong>Interactive quizzes are included in each section.</strong> These quizzes help you test your understanding of building for Movement. The quizzes also help us determine which sections need improvement.</p>
</div>
<img src="img/experiment/quiz-example.png" width="300" />
</div>
</section>
<section>
<h2>Why should I take Movement Hack? </h2>
<p>
If you'd like to learn to build on an emerging new Move Ecosystem infrstracture, this is the course for you!
</p>
</section>
<div className="row">
<button
onClick={() => {
ref.current!.style.display = "none";
}}
>
Let's Move
</button>
</div>
</div>
<div>
</div>
);
};

0 comments on commit e039066

Please sign in to comment.