Accidentally included the stuff for LJSTHW in the demo page registration.

main
Zed A. Shaw 1 year ago
parent b5c6f92721
commit 81bcff0441
  1. 19
      client/pages/Register.svelte

@ -186,22 +186,11 @@
<right>
<info>
<h1>Learn JavaScript the Hard Way</h1>
<h4>Beginner Basics</h4>
<p>The first part of the entire course--<b>Beginner Basics</b>--is available now. After you register
and pay you'll have access to all of these great features:
<h1>Bandolier Template Project</h1>
<h4>Welcome To Your Project</h4>
<p>After you register go back to the window you're running <code>./bando.js init</code> in and hit <code>ENTER</code> to continue.
</p>
<ol>
<li><b>61 lessons</b> just for Beginner Basics with 2 more modules in development.</li>
<li><b>37 hours of high quality video</b> demonstrations of almost every lesson.</li>
<li>Fully <b>written explanations</b> to go with the videos.</li>
<li>A Discord server where you can get direct help from Zed.</li>
<li>Access to all of the code used in the course <b>and this website</b> for you to study.</li>
<li><b>30 day refund policy.</b> If you don't like the course, you can request a refund!</li>
</ol>
<p>If you want to see the current and planned lessons you can review the <a href="/curriculum/">curriculum list</a>.
<p>If you want to change this message it is in <code>client/pages/Register.svelte</code>
</p>
</info>
</right>

Loading…
Cancel
Save