Skip to content

Commit 03605fc

Browse files
authored
Merge pull request wesbos#200 from WispProxy/feature/patch-for-26-lesson
Added small proposal for 26 lesson
2 parents c322162 + af466bb commit 03605fc

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

26 - Stripe Follow Along Nav/index-FINISHED.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,21 @@ <h2>Cool</h2>
3232
<span class="code">ES6</span>
3333
<a href="https://ES6.io">ES6 For Everyone</a>
3434
</li>
35+
<li>
36+
<span class="code">NODE</span>
37+
<a href="https://learnnode.com">Learn Node</a>
38+
</li>
3539
<li>
3640
<span class="code">STPU</span>
3741
<a href="https://SublimeTextBook.com">Sublime Text Power User</a>
3842
</li>
3943
<li>
4044
<span class="code">WTF</span>
41-
<a href="http://flexbox.io">What The Flexbox?!</a>
45+
<a href="http://Flexbox.io">What The Flexbox?!</a>
46+
</li>
47+
<li>
48+
<span class="code">GRID</span>
49+
<a href="https://CSSGrid.io">CSS Grid</a>
4250
</li>
4351
<li>
4452
<span class="code">LRX</span>
@@ -210,7 +218,6 @@ <h2>Cool</h2>
210218
.button[href*=twitter] { background: #019FE9; }
211219
.button[href*=facebook] { background: #3B5998; }
212220
.button[href*=courses] { background: #ffc600; }
213-
214221
</style>
215222

216223
<script>

26 - Stripe Follow Along Nav/index-START.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,21 @@ <h2>Cool</h2>
3232
<span class="code">ES6</span>
3333
<a href="https://ES6.io">ES6 For Everyone</a>
3434
</li>
35+
<li>
36+
<span class="code">NODE</span>
37+
<a href="https://learnnode.com">Learn Node</a>
38+
</li>
3539
<li>
3640
<span class="code">STPU</span>
3741
<a href="https://SublimeTextBook.com">Sublime Text Power User</a>
3842
</li>
3943
<li>
4044
<span class="code">WTF</span>
41-
<a href="http://flexbox.io">What The Flexbox?!</a>
45+
<a href="http://Flexbox.io">What The Flexbox?!</a>
46+
</li>
47+
<li>
48+
<span class="code">GRID</span>
49+
<a href="https://CSSGrid.io">CSS Grid</a>
4250
</li>
4351
<li>
4452
<span class="code">LRX</span>
@@ -210,7 +218,6 @@ <h2>Cool</h2>
210218
.button[href*=twitter] { background: #019FE9; }
211219
.button[href*=facebook] { background: #3B5998; }
212220
.button[href*=courses] { background: #ffc600; }
213-
214221
</style>
215222

216223
<script>

0 commit comments

Comments
 (0)