Skip to content

Commit 32dd81c

Browse files
committed
edits
1 parent 327fa17 commit 32dd81c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gems:
3131
# ----------------------- #
3232

3333
tutorials:
34-
- title: Functional School
34+
- title: JavaScript Functional School
3535
description: A fun look at functional programming concepts in JavaScript
3636
icon: github
3737
url: https://github.com/coderoad/coderoad-functional-school

_includes/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<div class="col-lg-10 col-lg-offset-1">
55
<br/>
66
<h3>About CodeRoad</h3>
7-
<div class="lead">CodeRoad is a coding education platform aimed at open-sourcing interactive coding lessons. CodeRoad makes it easy for developers and teachers to create, share, edit, and publish their own video-game like lessons that run in the Atom Editor. All free, using familiar developer tools like Markdown & unit tests.</div>
7+
<div class="lead">CodeRoad is a coding education platform aimed at open-sourcing interactive coding lessons for any programming language. CodeRoad makes it easy for developers and teachers to create, share, edit, and publish their own video-game like lessons that run in the Atom Editor. All free, using familiar developer tools like Markdown & unit tests.</div>
88
</div>
99
</section>

_includes/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="row content-section-a">
55
<div class="col-lg-10 col-lg-offset-1">
66
<br/>
7-
<h3>See CodeRoad in Action</h3>
7+
<h3>See CodeRoad Beta</h3>
88
<iframe width="100%" height="360" src="https://www.youtube.com/embed/{{ site.video }}" frameborder="0" allowfullscreen></iframe>
99

1010
</div>

_includes/learn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2 class="section-heading">
1515
Learn Faster
1616
<i class="fa fa-forward"></i>
1717
</h2>
18-
<div class="lead">The science is in: people learn best by doing, with quick and helpful feedback or hints in a real working environment.<br><br>If you like CodeCademy, we hope you'll love CodeRoad</div>
18+
<div class="lead">The science is in: people learn best by doing, with quick and helpful feedback or hints in a real working environment.<br><br>If you like CodeCademy, we hope you'll love CodeRoad.</div>
1919
</div>
2020

2121
<div class="col-lg-4 col-sm-4">
@@ -25,7 +25,7 @@ <h2 class="section-heading">Free & Open
2525
<i class="fa fa-folder-open-o"></i>
2626
</h2>
2727
<div class="lead">Use Git to build & collaborate on courses.<br><br>
28-
Version control & share your tutorials over NPM</div>
28+
Version control & share your tutorials over NPM.</div>
2929
</div>
3030

3131
<div class="col-lg-4 col-sm-4">

0 commit comments

Comments
 (0)