Skip to content

Commit 5dd42e5

Browse files
committed
Add JSbooks as a free resource
Refs: #267
1 parent 403e47e commit 5dd42e5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
15.1 KB
Loading

server/views/resources/index.jade

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,9 @@ block content
6161
- 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.'
6262
include /views/resources/_resource
6363

64+
- item = { title: 'JSbooks', url: 'http://jsbooks.revolunet.com/', media: '/images/resources/img-js-books.png' }
65+
- item.description = 'An extensive collection of free JavaScript books categorized by beginner, intermediate, and advanced.'
66+
include /views/resources/_resource
67+
6468
block inline_javascript
6569
script(src='//smarterer.com/js/popup.js')

0 commit comments

Comments
 (0)