Skip to content

Commit e190e8d

Browse files
committed
Remove Smarterer assessment link on Resources page
1 parent 375a720 commit e190e8d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

server/views/resources/index.jade

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ block content
1616
h1 Free Resources
1717
p.mbf.tcs
1818
| Here is a curated list of places you can start learning
19-
| JavaScript for free.
20-
span.dn.di--m
21-
| If you already know JavaScript and want to test your
22-
| skills, you can take a quick
23-
a.smarterer_test_link(href='//smarterer.com/tests/javascript/run?wuid=mzuyndvhnj') Smarterer assessment
24-
| .
19+
| JavaScript for free.
2520

2621
ul.list.list--l.list--divided.list--divided--l
2722

@@ -64,6 +59,3 @@ block content
6459
- item = { title: 'JSbooks', url: 'http://jsbooks.revolunet.com/', media: '/images/resources/img-js-books.png' }
6560
- item.description = 'An extensive collection of free JavaScript books categorized by beginner, intermediate, and advanced.'
6661
include /views/resources/_resource
67-
68-
block inline_javascript
69-
script(src='//smarterer.com/js/popup.js')

0 commit comments

Comments
 (0)