Skip to content

Commit 453bac2

Browse files
committed
tutorials list page
1 parent f6955d2 commit 453bac2

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ <h2>Publish Free & Open</h2>
8888
<div class="inner">
8989
<header class="major">
9090
<h2>Tutorials</h2>
91-
<p>Interactive lessons = learning faster.
92-
<br /> People learn best by doing, with quick feedback & hints. If you like Codecademy, we hope you'll love CodeRoad.</p>
91+
<p>Interactive lessons = learning faster. Look forward to more tutorials in the near future.</p>
9392
</header>
9493

9594
{% include tutorial-list.html %}

tutorials.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: landing
3+
title: Tutorials
4+
tagline: A Collection
5+
---
6+
7+
<!-- Three -->
8+
<section id="three" class="wrapper style3 special">
9+
<div class="inner">
10+
<header class="major">
11+
<h2>Tutorials</h2>
12+
<p>Interactive lessons = learning faster. Look forward to more tutorials in the near future.</p>
13+
</header>
14+
15+
{% include tutorial-list.html %}
16+
17+
</div>
18+
</section>

0 commit comments

Comments
 (0)