Skip to content

Commit 506db8f

Browse files
committed
Copy updates
Refs: #73
1 parent d770940 commit 506db8f

4 files changed

Lines changed: 21 additions & 15 deletions

File tree

views/index.jade

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ block content
3838

3939
p.tfh.tss
4040
| Head over to our
41-
a(href='/news') news feed
42-
| or subscribe below to receive email updates.
41+
a(href='/news') news feed
42+
| or subscribe below to receive the latest updates from the 5
43+
| Minutes of JavaScript podcast.
4344

4445
include /views/partials/_newsletter_form

views/news/index.jade

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ block content
1414
include /views/partials/_flash
1515

1616
.bdrbl.mbl.pbl
17-
h1.h.h--2 News from the Community
17+
h1.h.h--2 News From the Community
1818

1919
.g
2020
.g-b.g-b--l--3of4
2121

2222
p.mbf--l.ptxs--l.tcs.tss
23-
| A curated list of news and stories submitted from the JS.com community.
24-
| To learn more about how you can contribute, visit our
23+
| A curated list of news and stories submitted from the
24+
| JavaScript.com community. To learn more about how you
25+
| can contribute, visit our
2526
a(href='/guidelines') Contribution Guidelines
2627
| .
2728

views/news/show.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ block content
5757
form.form
5858

5959
fieldset.form-field
60-
p.form-instruction.tar Some HTML is ok.
60+
p.form-instruction.tar Some HTML is okay.
6161
textarea.form-input.form-textarea
6262

6363
a.btn.btn--a.form-btn(href='/news/sign_in') Authenticate with GitHub

views/resources/index.jade

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ block content
1010

1111
.bdrbl.mbl.pbl
1212
h1 Free Resources
13-
p.mbf.tcs A collection of free resources to start and continue learning JavaScript.
13+
p.mbf.tcs
14+
| Here are some places where you can start and continue learning
15+
| JavaScript. Before diving in, though,
16+
a(href='#') take a quick Smarterer assessment
17+
| to see where your JavaScript skills currently stand.
1418

1519
ul.list.list--l.list--divided.list--divided--l
1620

@@ -19,35 +23,35 @@ block content
1923
include /views/resources/_resource
2024

2125
- item = { title: "Code School's JavaScript RoadTrip", url: 'http://javascript-roadtrip.codeschool.com/', media: '/images/resources/img-jsrt.jpg' }
22-
- item.description = 'A learn by doing introduction to the basics of the JavaScript language with high quality videos and interactive challenges. Build a foundation of JavaScript syntax and learn how to use values, variables, and files.'
26+
- item.description = 'A learn-by-doing introduction to the basics of the JavaScript language with high-quality videos and interactive challenges. Build a foundation of JavaScript syntax and learn how to use values, variables, and files.'
2327
include /views/resources/_resource
2428

2529
- item = { title: "Pluralsight's Quick Start To JavaScript", url: 'http://www.pluralsight.com/courses/description/quick-start-javascript-1-1870', media: '/images/resources/img-pluralsight.jpg' }
26-
- item.description = 'A screencast which takes you from learning the basics to creating your own zombie text adventure game.'
30+
- item.description = 'A screencast that takes you from learning the basics to creating your own zombie text adventure game.'
2731
include /views/resources/_resource
2832

2933
- item = { title: 'MDN JavaScript Guide', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide', media: '/images/resources/img-mdn.jpg' }
30-
- item.description = 'A large series of written guides curated by Mozilla and the community. From loops, to text formating and even metaprogramming, this is the defacto guide.'
34+
- item.description = 'A large series of written guides curated by Mozilla and the community. From loops, to text formatting, and even metaprogramming, this is the de facto guide.'
3135
include /views/resources/_resource
3236

3337
- item = { title: 'Codecademy JavaScript Track', url: 'http://www.codecademy.com/courses/getting-started-v2/', media: '/images/resources/img-codecademy.jpg' }
34-
- item.description = 'A written interactive in-browser course on the fundamentals of JavaScript and includes a couple projects where you use JavaScript to build a contact list, address book, and cash register.'
38+
- item.description = 'A written, interactive in-browser course on the fundamentals of JavaScript. It includes a couple projects where you use JavaScript to build a contact list, address book, and cash register.'
3539
include /views/resources/_resource
3640

3741
- item = { title: 'Eloquent JavaScript', url: 'http://eloquentjavascript.net/', media: '/images/resources/img-eloquent-js.jpg' }
38-
- item.description = 'This is an online book about JavaScript, programming, and the wonders of the digital. It covers from the basics into the browser and even some Node.js.'
42+
- item.description = 'An online book about JavaScript, programming, and the wonders of the digital. It covers the basics, the browser, and even some Node.js.'
3943
include /views/resources/_resource
4044

4145
- item = { title: 'JavaScript for Cats', url: 'http://jsforcats.com/', media: '/images/resources/img-js-for-cats.jpg' }
42-
- item.description = "If you are a cat and would like to start learning JavaScript, there is no better place than this online book. It'll be more fun than pawing over a glass of water on your laptop."
46+
- item.description = "If you are a cat and would like to start learning JavaScript, there is no better place than this online book. Itll be more fun than pawing over a glass of water on your laptop."
4347
include /views/resources/_resource
4448

4549
- item = { title: 'You Don’t Know JavaScript', url: 'https://github.com/getify/You-Dont-Know-JS', media: '/images/resources/img-you-dont-know-js.jpg' }
46-
- item.description = 'A series of books you can read online for free, by Kyle Simpson. From just getting started to object prototypes and asynchronous programming, these free books cover a lot of ground.'
50+
- item.description = 'A series of books you can read online for free, by Kyle Simpson. From just getting started, to object prototypes, and asynchronous programming, these free books cover a lot of ground.'
4751
include /views/resources/_resource
4852

4953
- item = { title: 'Try jQuery', url: 'http://try.jquery.com/', media: '/images/resources/img-try-jquery.jpg' }
50-
- item.description = 'If you’re primarily interested in JavaScript to make interactive webpages you might want to jump straight into jQuery, the most popular JavaScript library on the Internet.'
54+
- item.description = 'If you’re primarily interested in JavaScript to make interactive web pages, you might want to jump straight into jQuery, the most popular JavaScript library on the Internet.'
5155
include /views/resources/_resource
5256

5357
block inline_javascript

0 commit comments

Comments
 (0)