Skip to content

Commit 8a95575

Browse files
committed
Reorganize learning, add free tag
1 parent 0c41957 commit 8a95575

File tree

2 files changed

+33
-21
lines changed

2 files changed

+33
-21
lines changed

css/style.css

+13-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ body.learning div.menu li.learning a {
631631
font-size: 13px;
632632
text-decoration: none;
633633
color: #ffffff;
634-
padding: 2px 3px 2px 3px;
634+
padding: 2px 3px;
635635
background-color: #9DA1A6;
636636
border-radius: 3px;
637637
margin: 5px 3px;
@@ -825,6 +825,18 @@ body.learning h4.resource {
825825
padding-top: 1em;
826826
}
827827

828+
body.learning .free {
829+
background-color: #4E2A8E;
830+
color: #ffffff;
831+
display: inline-block;
832+
font-size: 14px;
833+
text-decoration: none;
834+
padding: 0 5px;
835+
border-radius: 5px;
836+
line-height: 18px;
837+
margin-left: 5px;
838+
}
839+
828840
/* Jekyll Table of Contents */
829841
ol.jekyll-toc,
830842
ol.jekyll-toc ol {

learning.markdown

+20-20
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ Learn the best practices for the whole life of your application, from design and
4747

4848
<div class="clear"></div>
4949

50-
<h4 class="resource">Elixir School</h4>
51-
52-
<a class="cover" href="http://elixirschool.com" title="Elixir School"><img src="/images/learning/elixir-school.jpg" alt="Elixir School" width="190" /></a>
53-
54-
Elixir-School is an open and community driven effort inspired by Twitter's Scala School. The site's content consists of peer-reviewed lessons on various Elixir topics that range in difficulty. The lessons are currently available in over 10 languages to help make programming Elixir more accessible to non-English speakers.
55-
56-
<div class="clear"></div>
57-
5850
<h4 class="resource">Joy of Elixir</h4>
5951

6052
<a class="cover" href="http://joyofelixir.com" title="Joy of Elixir"><img src="/images/learning/joy-of-elixir.jpg" alt="Joy of Elixir" width="190" /></a>
@@ -84,7 +76,7 @@ If you're a new Elixir developer who's gone through some basic Elixir tutorials
8476

8577
<div class="clear"></div>
8678

87-
<h4 class="resource">Elixir Succinctly</h4>
79+
<h4 class="resource">Elixir Succinctly<span class="free">free</span></h4>
8880

8981
<a class="cover" href="https://www.syncfusion.com/ebooks/elixir-succinctly" title="Elixir Succinctly"><img src="https://cdn.syncfusion.com/content/images/downloads/ebook/ebook-cover/elixir-succinctly.png" alt="Elixir Succinctly" width="190" /></a>
9082

@@ -120,7 +112,7 @@ Learn different ways of writing concurrent code in Elixir and increase your appl
120112

121113
<div class="clear"></div>
122114

123-
<h4 class="resource">Erlang in Anger</h4>
115+
<h4 class="resource">Erlang in Anger<span class="free">free</span></h4>
124116

125117
<a class="cover" href="http://www.erlang-in-anger.com" title="Erlang in Anger – by Fred Hebert"><img src="/images/learning/erlang-in-anger.png" alt="Erlang in Anger cover" width="190" /></a>
126118

@@ -130,6 +122,14 @@ This book intends to be a little guide about how to be the Erlang medic in a tim
130122

131123
## Courses
132124

125+
<h4 class="resource">Elixir School<span class="free">free</span></h4>
126+
127+
<a class="cover" href="http://elixirschool.com" title="Elixir School"><img src="/images/learning/elixir-school.jpg" alt="Elixir School" width="190" /></a>
128+
129+
Elixir-School is an open and community driven effort inspired by Twitter's Scala School. The site's content consists of peer-reviewed lessons on various Elixir topics that range in difficulty. The lessons are currently available in over 10 languages to help make programming Elixir more accessible to non-English speakers.
130+
131+
<div class="clear"></div>
132+
133133
<h4 class="resource">Pragmatic Studio's Elixir/OTP Course</h4>
134134

135135
<a class="cover" href="https://pragmaticstudio.com/elixir" title="Pragmatic Studio's Elixir/OTP Course"><img src="/images/learning/pragmaticstudio-elixir.png" alt="Pragmatic Studio's Elixir/OTP Course" width="190" /></a>
@@ -162,9 +162,9 @@ Understand how back-pressure works, step inside supervision trees, and learn to
162162

163163
<div class="clear"></div>
164164

165-
<h4 class="resource">ThinkingElixir.com's Free Pattern Matching Course</h4>
165+
<h4 class="resource">ThinkingElixir.com's Pattern Matching Course<span class="free">free</span></h4>
166166

167-
<a class="cover" href="https://thinkingelixir.com/available-courses/pattern-matching/" title="ThinkingElixir.com's Free Pattern Matching Course"><img src="/images/learning/thinking-elixir-pattern-matching-course-tile-190px.png" alt="ThinkingElixir.com's Free Pattern Matching Course" width="190" /></a>
167+
<a class="cover" href="https://thinkingelixir.com/available-courses/pattern-matching/" title="ThinkingElixir.com's Pattern Matching Course"><img src="/images/learning/thinking-elixir-pattern-matching-course-tile-190px.png" alt="ThinkingElixir.com's Free Pattern Matching Course" width="190" /></a>
168168

169169
Pattern matching is a really powerful language feature. It is built in to almost every corner or Elixir. In order for you to even <em>read</em> Elixir code and follow along, you have to understand Pattern Matching.
170170

@@ -174,21 +174,21 @@ The course covers getting setup with Elixir, the data types, how to pattern matc
174174

175175
<div class="clear"></div>
176176

177-
## Screencasts
178-
179177
<h4 class="resource">LearnElixir.tv</h4>
180178

181179
<a class="cover" href="http://www.learnelixir.tv" title="Your video guide to Elixir: Learn it step by step.">
182180
<img src="/images/learning/learn-elixir-tv.png" alt="LearnElixir.tv cover" width="190" />
183181
</a>
184182

185-
LearnElixir.tv is a screencast series which provides in-depth, step-by-step videos about Elixir's main features. Videos range from 7 to 15 minutes in length, and are posted weekly.
183+
LearnElixir.tv is a video course which provides in-depth, step-by-step videos about Elixir's main features. Videos range from 7 to 15 minutes in length.
186184

187185
It's intended to help beginners get familiar with all of Elixir's features by building their knowledge incrementally. Experienced Elixir developers might also learn a trick or two.
188186

189187
<div class="clear"></div>
190188

191-
<h4 class="resource">ElixirCasts.io</h4>
189+
## Screencasts
190+
191+
<h4 class="resource">ElixirCasts.io<span class="free">free</span></h4>
192192

193193
<a class="cover" href="https://elixircasts.io" title="ElixirCasts: Elixir and Phoenix screencasts.">
194194
<img src="/images/learning/elixircasts.png" alt="elixircasts.io cover" width="190" />
@@ -200,7 +200,7 @@ Episodes range from beginner focused to more moderate and advanced topics. Come
200200

201201
<div class="clear"></div>
202202

203-
<h4 class="resource">Alchemist Camp</h4>
203+
<h4 class="resource">Alchemist Camp<span class="free">free</span></h4>
204204

205205
<a class="cover" href="http://alchemist.camp" title="Alchemist Camp: Learn Elixir and Phoenix by building things"><img src="/images/learning/alchemist-camp.png" alt="Alchemist Camp cover" width="190" /></a>
206206

@@ -225,15 +225,15 @@ Combined with books, tutorials and screencasts, using flashcards is the killer c
225225

226226
<div class="clear"></div>
227227

228-
<h4 class="resource">Elixir Koans</h4>
228+
<h4 class="resource">Elixir Koans<span class="free">free</span></h4>
229229

230230
<a class="cover" href="http://elixirkoans.io/" title="Elixir Koans"><img src="/images/learning/elixir-koans-logo.png" alt="Elixir Koans" width="190" /></a>
231231

232232
Elixir koans is a fun, easy way to get started with the Elixir programming language. It is an idiomatic tour of the language.
233233

234234
<div class="clear"></div>
235235

236-
<h4 class="resource">Exercism.io</h4>
236+
<h4 class="resource">Exercism.io<span class="free">free</span></h4>
237237

238238
<a class="cover" href="https://exercism.io/tracks/elixir" title="Elixir Track on Exercism.io"> <img src="https://assets.exercism.io/tracks/elixir-bordered-turquoise.png" alt="Exercism.io Elixir track" width="190" /></a>
239239

@@ -243,7 +243,7 @@ Once you have completed an exercise you can also view other students' solutions.
243243

244244
<div class="clear"></div>
245245

246-
<h4 class="resource">Running in Production Podcast</h4>
246+
<h4 class="resource">Running in Production Podcast<span class="free">free</span></h4>
247247

248248
<a class="cover" href="https://runninginproduction.com/tags/elixir" title="Running in Production Podcast"><img src="/images/learning/running-in-production-logo.jpg" alt="Running in Production Podcast" width="190" /></a>
249249

0 commit comments

Comments
 (0)