diff --git a/public/images/resources/img-pluralsight.jpg b/public/images/resources/img-pluralsight.jpg deleted file mode 100644 index 98ea2a0..0000000 Binary files a/public/images/resources/img-pluralsight.jpg and /dev/null differ diff --git a/public/images/resources/img-pluralsight.png b/public/images/resources/img-pluralsight.png new file mode 100644 index 0000000..aedb6bc Binary files /dev/null and b/public/images/resources/img-pluralsight.png differ diff --git a/server/views/resources/index.jade b/server/views/resources/index.jade index fbffa2c..7bf9a79 100644 --- a/server/views/resources/index.jade +++ b/server/views/resources/index.jade @@ -28,7 +28,7 @@ block content - 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.' include /views/resources/_resource - - item = { title: "Pluralsight's Quick Start To JavaScript", url: 'http://www.pluralsight.com/courses/quick-start-javascript-1-1870', media: '/images/resources/img-pluralsight.jpg' } + - item = { title: "Pluralsight's Quick Start To JavaScript", url: 'http://www.pluralsight.com/courses/quick-start-javascript-1-1870', media: '/images/resources/img-pluralsight.png' } - item.description = 'A screencast that takes you from learning the basics to creating your own zombie text adventure game.' include /views/resources/_resource