Skip to content

Commit 1b31c8f

Browse files
committed
Merge remote-tracking branch 'origin/lc-add-credits'
2 parents 7ccaf1e + db6ec27 commit 1b31c8f

File tree

6 files changed

+39
-1
lines changed

6 files changed

+39
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
insert '../javascript-to-do-list/_deploying_your_site'
2+
3+
message <<-MARKDOWN
4+
# Credits
5+
6+
This curriculum was originally written by
7+
[Zassmin Montes de Oca](http://zassmin.com/) and
8+
[Zee Spencer](http://www.zeespencer.com/),
9+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/javascript-snake-game).
10+
MARKDOWN

sites/en/javascript-to-do-list-with-react/next_steps.step

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ ul do
2020
a "http://railsbridge.org/learn/resources", href: "http://railsbridge.org/learn/resources"
2121
end
2222
end
23+
24+
message <<-MARKDOWN
25+
# Credits
26+
27+
This curriculum was originally written by
28+
[Srinivas Rao](https://twitter.com/raorao_)
29+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/javascript-to-do-list-with-react).
30+
MARKDOWN

sites/en/javascript-to-do-list/next_steps.step

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ ul do
2020
a "http://railsbridge.org/learn/resources", href: "http://railsbridge.org/learn/resources"
2121
end
2222
end
23+
24+
message <<-MARKDOWN
25+
# Credits
26+
27+
This curriculum was originally written by
28+
[Srinivas Rao](https://twitter.com/raorao_)
29+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/javascript-to-do-list).
30+
MARKDOWN

sites/en/job-board/add_more_things.step

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ message <<-MARKDOWN
1515
* Add a user model and auth with Devise
1616
* Test it! Write a controller spec.
1717

18+
## Credits
19+
20+
This curriculum was originally written by [Lillie Chilen](http://www.twitter.com/lilliealbert)
21+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/job-board).
1822
MARKDOWN

sites/en/learn-to-code/next_steps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
# Thanks
1616

17-
* to all the TAs
17+
* to all the TAs!
1818
* to all the students!
19+
* to [Alex Chaffee](http://alexchaffee.com/), the original author of this curriculum, and
20+
* to all the [RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/learn-to-code) who have helped make it better!
1921

sites/en/message-board/add_other_features_of_your_choosing.step

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ Suggestions:
1313
* Deploy to Heroku and send your message board to all your friends!
1414

1515
## ...and that's that! Good luck! Make more things! Come back again!
16+
17+
# Credits
18+
19+
This curriculum was originally written by
20+
[Lillie Chilen](http://www.twitter.com/lilliealbert) and
21+
[Travis Grathwell](https://github.com/tjgrathwell),
22+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/message-board).
1623
MARKDOWN

0 commit comments

Comments
 (0)