From d7e824ebbefcbbafe294c24b4ee65e351e5c1356 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 10 Aug 2015 00:44:37 -0700 Subject: [PATCH] done adding static images --- server/views/resources/get-started.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/views/resources/get-started.jade b/server/views/resources/get-started.jade index a2dde178c9..4623f5676e 100644 --- a/server/views/resources/get-started.jade +++ b/server/views/resources/get-started.jade @@ -131,7 +131,7 @@ block content li.large-li.gif-caption Let's cover one last thing before you start working through our challenges: how to get help. Any time you get stuck or don't know what to do next: RSAP (Read, Search, Ask, Post). hr - img.gif-block.img-center.img-responsive(src='http://i.imgur.com/RlEk2IF.jpg' alt='a gif showing how to install this') + img.gif-block.img-center.img-responsive(src='http://i.imgur.com/99BfAcK.jpg' alt='a gif showing how to install this') li.large-li.gif-caption First, R - Read the documentation or error message. A key skill that good coders have is the ability to interpret and then follow instructions. hr @@ -145,7 +145,7 @@ block content | . hr - img.gif-block.img-center.img-responsive(src='http://i.imgur.com/RlEk2IF.jpg' alt='a gif showing how to install this') + img.gif-block.img-center.img-responsive(src='http://i.imgur.com/rWeBOhF.jpg' alt='a gif showing how to install this') li.large-li.gif-caption Finally if you still haven't found an answer to your question, P - Post on Stack Overflow. This is a popular question and answer site where you can get help with coding questions. h2.text-center Nicely done. Now you have all the tools you need to succeed. Happy coding!