|
1 | 1 | <!--Text contents for the cards-->
|
2 | 2 | <% content_for :learn do %>
|
3 |
| - You will learn a LOT! |
| 3 | + <ul> |
| 4 | + <li> |
| 5 | + How to refactor JavaScript into clean code |
| 6 | + </li> |
| 7 | + <li> |
| 8 | + The 10 conventions that speed up reading and writing JavaScript for Rails |
| 9 | + </li> |
| 10 | + <li> |
| 11 | + How to organise JavaScript files (and why Webpacker is good fun) |
| 12 | + </li> |
| 13 | + <li> |
| 14 | + How your Ruby knowledge helps you to mastering ES6 |
| 15 | + </li> |
| 16 | + <li> |
| 17 | + How to use tools like sandboxing, dev tools and make it work in Rails |
| 18 | + </li> |
| 19 | + |
| 20 | + </ul> |
4 | 21 | <% end %>
|
5 | 22 | <% content_for :harvest do %>
|
6 |
| - It will change a LOT! |
| 23 | + <ul> |
| 24 | + <li>DRY, re-usable JavaScript features</li> |
| 25 | + <li>Change-able, extendable, maintainable JavaScript (that your future self understands)</li> |
| 26 | + <li>Faster development</li> |
| 27 | + <li>Easy to reason about JavaScript, less cognitive complexity</li> |
| 28 | + <li>Well organised files (with Webpacker or the asset pipeline)</li> |
| 29 | + </ul> |
7 | 30 | <% end %>
|
8 | 31 | <% content_for :bonus do %>
|
9 |
| - ES6, webpacker and more |
| 32 | + <ul> |
| 33 | + <li>The 10 Conventions for writing Clean JavaScript Code</li> |
| 34 | + <li>Cheatsheet ES6 for Ruby/Rails developers</li> |
| 35 | + <li>Checklist for importing JavaScript libraries in webpacker</li> |
| 36 | + </ul> |
10 | 37 | <% end %>
|
11 | 38 | <% content_for :amsrb do %>
|
12 |
| - Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam aperiam distinctio dolor esse exercitationem, |
13 |
| - facilis inventore ipsa. |
| 39 | + Due to the Corona lockdown, we cancelled our plans for a workshop for the Amsterdam Ruby community. |
| 40 | + Instead, we turned the workshop into a full featured online course. And to be honest: we think |
| 41 | + it's even better than the workshop :-) Happy accidents. |
| 42 | + |
14 | 43 | <% end %>
|
15 | 44 | <% content_for :pricing do %>
|
16 |
| - Corona pricing: pay if you can, join if you want |
| 45 | + If you have a job and can afford to pay, we kindly ask you for a contribution of <span style="white-space: nowrap">€ 35.</span> |
| 46 | + If you can't afford to spent money, please please join us anyway. |
17 | 47 | <% end %>
|
18 | 48 |
|
19 | 49 | <section class="triangle">
|
|
63 | 93 | <div class="card">
|
64 | 94 | <div class="card-title course-around">Corona Pricing</div>
|
65 | 95 | <div class="card-text">
|
66 |
| - <%= yield :amsrb %> |
| 96 | + <%= yield :pricing %> |
67 | 97 | </div>
|
68 | 98 |
|
69 | 99 | </div>
|
|
0 commit comments