|
14 | 14 | How your Ruby knowledge helps you to mastering ES6
|
15 | 15 | </li>
|
16 | 16 | <li>
|
17 |
| - How to use tools like sandboxing, dev tools and make it work in Rails |
| 17 | + How to use JavaScript specific tools and apply them to Rails |
18 | 18 | </li>
|
19 | 19 |
|
20 | 20 | </ul>
|
|
30 | 30 | <% end %>
|
31 | 31 | <% content_for :bonus do %>
|
32 | 32 | <ul>
|
33 |
| - <li>The 10 Conventions for writing Clean JavaScript Code</li> |
| 33 | + <li>The 10 Conventions for writing Clean JavaScript Code, hand picked for Rails developers</li> |
34 | 34 | <li>Cheatsheet ES6 for Ruby/Rails developers</li>
|
35 | 35 | <li>Checklist for importing JavaScript libraries in webpacker</li>
|
| 36 | + <li>Javascript Code Sandbox Template for Rails work </li> |
36 | 37 | </ul>
|
37 | 38 | <% end %>
|
38 | 39 | <% content_for :amsrb do %>
|
|
46 | 47 | If you can't afford to spent money, please please join us anyway.
|
47 | 48 | <% end %>
|
48 | 49 |
|
| 50 | +<% content_for :foryou do %> |
| 51 | + <div class="card-title">This course is for you if:</div> |
| 52 | + <div class="card-text"> |
| 53 | + <ul> |
| 54 | + <li> |
| 55 | + You seek to be more confident about working with JavaScript code in your Rails app |
| 56 | + </li> |
| 57 | + <li> |
| 58 | + You are more comfortable in Rails than in JavaScript |
| 59 | + </li> |
| 60 | + <li> |
| 61 | + </li> |
| 62 | + </ul> |
| 63 | + </div> |
| 64 | +<% end %> |
| 65 | + |
| 66 | +<% content_for :notforyou do %> |
| 67 | + This course is not for you if: |
| 68 | + <ul> |
| 69 | + <li> |
| 70 | + You know exactly what you're doing and why re: JavaScript in your Rails app |
| 71 | + </li> |
| 72 | + <li> |
| 73 | + You are looking for the next course: how to refactor JavaScript files into independent components (this will be a follow up course) |
| 74 | + </li> |
| 75 | + <li> </li> |
| 76 | + </ul> |
| 77 | +<% end %> |
| 78 | + |
49 | 79 | <section class="triangle">
|
50 | 80 | <div>
|
51 | 81 | <div class="hero-txt">
|
|
62 | 92 |
|
63 | 93 | <section class="text-container">
|
64 | 94 | <div class="cards">
|
65 |
| - <div class="card"> |
| 95 | + <div class="card" id="course-content"> |
66 | 96 |
|
67 | 97 | <div class="card-header">
|
68 | 98 | <!-- <div><%#= image_tag("learn-icon", size: 32, alt: "icon") %></div>-->
|
|
72 | 102 | <%= yield :learn %>
|
73 | 103 | </div>
|
74 | 104 | </div>
|
75 |
| - <div class="card"> |
| 105 | + <div class="card" id="goals"> |
76 | 106 | <div class="card-title course-appetite">What it means for your Rails app</div>
|
77 | 107 | <div class="card-text">
|
78 | 108 | <%= yield :harvest %>
|
79 | 109 | </div>
|
80 | 110 | </div>
|
81 |
| - <div class="card"> |
| 111 | + <div class="card" id="bonus"> |
82 | 112 | <div class="card-title course-appetite">Bonus Content</div>
|
83 | 113 | <div class="card-text">
|
84 | 114 | <%= yield :bonus %>
|
85 | 115 | </div>
|
86 | 116 | </div>
|
87 |
| - <div class="card"> |
| 117 | + <div class="card" id="amsrb"> |
88 | 118 | <div class="card-title course-around">Ams ruby workshop</div>
|
89 | 119 | <div class="card-text">
|
90 | 120 | <%= yield :amsrb %>
|
91 | 121 | </div>
|
92 | 122 | </div>
|
93 |
| - <div class="card"> |
| 123 | + <div class="card" id="pricing"> |
94 | 124 | <div class="card-title course-around">Corona Pricing</div>
|
95 | 125 | <div class="card-text">
|
96 | 126 | <%= yield :pricing %>
|
|
101 | 131 | <div style="color: orange">enroll now
|
102 | 132 | </div>
|
103 | 133 | </div>
|
| 134 | + <div class="card"> |
| 135 | + <div> |
| 136 | + <%= yield :foryou %> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + <div class="card"> |
| 140 | + <div> |
| 141 | + <%= yield :notforyou %> |
| 142 | + </div> |
| 143 | + </div> |
| 144 | + <div class="card"> |
| 145 | + <div> |
| 146 | + <%= yield :courseparts %> |
| 147 | + </div> |
| 148 | + </div> |
| 149 | + </div> <!--end cards grid--> |
| 150 | +</section> |
| 151 | + |
| 152 | +<section> |
| 153 | + <div id="aboutus"> |
| 154 | + |
| 155 | + <div class="card-text"> |
| 156 | + Maud about DJ: "I always wondered why DJ loved JavaScript so much. I know he loved Ruby, and I didn't understand how one can love Ruby and JavaScript at the same time. |
| 157 | + When I showed him a piece of my JavaScript in Rails code, and I started refactoring according to his opinions, I finally started to see |
| 158 | + what JavaScript <em>could</em> be - but almost never is. I admire his ability to play with the differences between the languages. And it's good fun to work with him." |
| 159 | + DJ about Maud: |
| 160 | + </div> |
| 161 | + </div> <!--end cards grid--> |
| 162 | +</section> |
| 163 | + |
| 164 | +<section> |
| 165 | + <div class="cards"> |
| 166 | + <div class="card" id="aboutus">Nice blablabla about us</div> |
104 | 167 | </div>
|
105 | 168 | </section>
|
106 | 169 |
|
0 commit comments