update cats to fetch from s3

This commit is contained in:
Quincy Larson
2015-08-04 23:31:00 -07:00
parent 932bc0ab65
commit fa86f650e2
3 changed files with 62 additions and 62 deletions

View File

@ -1,7 +1,7 @@
[
{
"id": 0,
"imageLink": "http://rs611.pbsrc.com/albums/tt194/allypopper423/Funny-Cat-Green-Avacado.jpg~c200",
"imageLink": "https://s3.amazonaws.com/freecodecamp/funny-cat.jpg",
"codeNames": [
"Juggernaut",
"Mrs. Wallace",
@ -10,7 +10,7 @@
},
{
"id": 1,
"imageLink": "http://cdn.grumpycats.com/wp-content/uploads/2012/09/GC-Gravatar-copy.png",
"imageLink": "https://s3.amazonaws.com/freecodecamp/grumpy-cat.jpg",
"codeNames": [
"Oscar",
"Scrooge",
@ -19,7 +19,7 @@
},
{
"id": 2,
"imageLink": "http://www.kittenspet.com/wp-content/uploads/2012/08/cat_with_funny_face_3-200x200.jpg",
"imageLink": "https://s3.amazonaws.com/freecodecamp/mischievous-cat.jpg",
"codeNames": [
"The Doctor",
"Loki",

View File

@ -50,7 +50,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -92,14 +92,14 @@
"dashedName": "waypoint-make-images-mobile-responsive",
"difficulty": 2.02,
"description": [
"First, Add a new image with the <code>src</code> attribute of \"http://bit.ly/fcc-kittens2\".",
"First, Add a new image with the <code>src</code> attribute of \"http://bit.ly/fcc-running-cats\".",
"It would be great if this image could be exactly the width of our phone's screen.",
"Fortunately, with Bootstrap, all we need to do is add the \"img-responsive\" class to your image. Do this, and the image should perfectly fit the width of your page."
],
"tests": [
"assert($('img').length > 1, 'You should have a total of two images.')",
"assert($('img').hasClass('img-responsive'), 'Your new image should have the class \"img-responsive\".')",
"assert(new RegExp('http://bit.ly/fcc-kittens2', 'gi').test($('img.img-responsive').attr('src')), 'Add a second image with the <code>src</code> of <code>http&#58;//bit.ly/fcc-kittens2</code>.')"
"assert(new RegExp('http://bit.ly/fcc-running-cats', 'gi').test($('img.img-responsive').attr('src')), 'Add a second image with the <code>src</code> of <code>http&#58;//bit.ly/fcc-kittens2</code>.')"
],
"challengeSeed": [
"<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>",
@ -134,7 +134,7 @@
"",
" <p>Click here for <a href='#'>cat photos</a>.</p>",
"",
" <a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <p>Things cats love:</p>",
" <ul>",
@ -216,9 +216,9 @@
"",
" <p>Click here for <a href='#'>cat photos</a>.</p>",
"",
" <a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <p>Things cats love:</p>",
" <ul>",
" <li>cat nip</li>",
@ -301,9 +301,9 @@
"",
" <p>Click here for <a href='#'>cat photos</a>.</p>",
"",
" <a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <p>Things cats love:</p>",
" <ul>",
" <li>cat nip</li>",
@ -389,9 +389,9 @@
"",
" <p>Click here for <a href='#'>cat photos</a>.</p>",
"",
" <a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <button class='btn'>Like</button>",
" <p>Things cats love:</p>",
" <ul>",
@ -476,9 +476,9 @@
"",
" <p>Click here for <a href='#'>cat photos</a>.</p>",
"",
" <a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <button class='btn btn-block'>Like</button>",
" <p>Things cats love:</p>",
" <ul>",
@ -564,9 +564,9 @@
"",
" <p>Click here for <a href='#'>cat photos</a>.</p>",
"",
" <a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <button class='btn btn-block btn-primary'>Like</button>",
" <p>Things cats love:</p>",
" <ul>",
@ -652,9 +652,9 @@
"",
" <p>Click here for <a href='#'>cat photos</a>.</p>",
"",
" <a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <button class='btn btn-block btn-primary'>Like</button>",
" <button class='btn btn-block btn-info'>Info</button>",
" <p>Things cats love:</p>",
@ -745,9 +745,9 @@
"",
" <p>Click here for <a href='#'>cat photos</a>.</p>",
"",
" <a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <button class='btn btn-block btn-primary'>Like</button>",
" <button class='btn btn-block btn-info'>Info</button>",
" <button class='btn btn-block btn-danger'>Delete</button>",
@ -836,9 +836,9 @@
"",
" <p>Click here for <a href='#'>cat photos</a>.</p>",
"",
" <a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <div class='row'>",
" <div class='col-xs-4'>",
" <button class='btn btn-block btn-primary'>Like</button>",
@ -925,9 +925,9 @@
"<div class='container-fluid'>",
" <h2 class='text-primary text-center'>CatPhotoApp</h2>",
"",
" <a href='#'><img class='img-responsive thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='img-responsive thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <div class='row'>",
" <div class='col-xs-4'>",
" <button class='btn btn-block btn-primary'>Like</button>",
@ -1009,10 +1009,10 @@
" <h2 class='text-primary text-center'>CatPhotoApp</h2>",
" </div>",
" <div class='col-xs-4'>",
" <a href='#'><img class='img-responsive thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='img-responsive thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
" </div>",
" </div>",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <div class='row'>",
" <div class='col-xs-4'>",
" <button class='btn btn-block btn-primary'>Like</button>",
@ -1094,10 +1094,10 @@
" <h2 class='text-primary text-center'>CatPhotoApp</h2>",
" </div>",
" <div class='col-xs-4'>",
" <a href='#'><img class='img-responsive thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='img-responsive thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
" </div>",
" </div>",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <div class='row'>",
" <div class='col-xs-4'>",
" <button class='btn btn-block btn-primary'><i class='fa fa-thumbs-up'></i> Like</button>",
@ -1179,10 +1179,10 @@
" <h2 class='text-primary text-center'>CatPhotoApp</h2>",
" </div>",
" <div class='col-xs-4'>",
" <a href='#'><img class='img-responsive thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='img-responsive thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
" </div>",
" </div>",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <div class='row'>",
" <div class='col-xs-4'>",
" <button class='btn btn-block btn-primary'><i class='fa fa-thumbs-up'></i> Like</button>",
@ -1265,10 +1265,10 @@
" <h2 class='text-primary text-center'>CatPhotoApp</h2>",
" </div>",
" <div class='col-xs-4'>",
" <a href='#'><img class='img-responsive thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='img-responsive thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
" </div>",
" </div>",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <div class='row'>",
" <div class='col-xs-4'>",
" <button class='btn btn-block btn-primary'><i class='fa fa-thumbs-up'></i> Like</button>",
@ -1358,10 +1358,10 @@
" <h2 class='text-primary text-center'>CatPhotoApp</h2>",
" </div>",
" <div class='col-xs-4'>",
" <a href='#'><img class='img-responsive thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='img-responsive thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
" </div>",
" </div>",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <div class='row'>",
" <div class='col-xs-4'>",
" <button class='btn btn-block btn-primary'><i class='fa fa-thumbs-up'></i> Like</button>",
@ -1460,10 +1460,10 @@
" <h2 class='text-primary text-center'>CatPhotoApp</h2>",
" </div>",
" <div class='col-xs-4'>",
" <a href='#'><img class='img-responsive thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
" <a href='#'><img class='img-responsive thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
" </div>",
" </div>",
" <img src='http://bit.ly/fcc-kittens2' class='img-responsive'>",
" <img src='http://bit.ly/fcc-running-cats' class='img-responsive'>",
" <div class='row'>",
" <div class='col-xs-4'>",
" <button class='btn btn-block btn-primary'><i class='fa fa-thumbs-up'></i> Like</button>",

View File

@ -814,7 +814,7 @@
"",
"<h2 class='red-text'>CatPhotoApp</h2>",
"",
"<img src='https://bit.ly/fcc-kittens'/>",
"<img src='http://bit.ly/fcc-relaxing-cat'/>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -877,7 +877,7 @@
"",
"<h2 class='red-text'>CatPhotoApp</h2>",
"",
"<img class='smaller-image' src='https://bit.ly/fcc-kittens'/>",
"<img class='smaller-image' src='http://bit.ly/fcc-relaxing-cat'/>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -943,7 +943,7 @@
"",
"<h2 class='red-text'>CatPhotoApp</h2>",
"",
"<img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/>",
"<img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -1009,7 +1009,7 @@
"",
"<h2 class='red-text'>CatPhotoApp</h2>",
"",
"<img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/>",
"<img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -1078,7 +1078,7 @@
"",
"<h2 class='red-text'>CatPhotoApp</h2>",
"",
"<img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/>",
"<img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -1155,7 +1155,7 @@
"",
"<a href='http://www.catphotoapp.com'>cat photos</a>",
"",
"<img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/>",
"<img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -1223,7 +1223,7 @@
"",
"<p>Click here for <a href='http://www.catphotoapp.com'>cat photos</a>.</p>",
"",
"<img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/>",
"<img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -1254,7 +1254,7 @@
"difficulty": 1.25,
"description": [
"You can make elements into links by nesting them within an <code>a</code> element.",
"Nest your image within an <code>a</code> element. Here's an example: <code>&#60;a href='#'&#62;&#60;img src='http://bit.ly/fcc-kittens2'/&#62;&#60;/a&#62;</code>.",
"Nest your image within an <code>a</code> element. Here's an example: <code>&#60;a href='#'&#62;&#60;img src='http://bit.ly/fcc-running-cats'/&#62;&#60;/a&#62;</code>.",
"Remember to use the hash symbol (#) as your <code>a</code> element's <code>href</code> property in order to turn it into a dead link.",
"Once you've done this, hover over your image with your cursor. Your cursor's normal pointer should become the link clicking pointer. The photo is now a link."
],
@ -1295,7 +1295,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/>",
"<img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -1315,7 +1315,7 @@
"descriptionDe": [
"Umschließe dein <code>img</code> Element mit einem <code>a</code> Element als toten Link.",
"Du kannst jedes Element in einen Link verwandeln, indem du es mit einem <code>a</code> Element umschließt.",
"Umschließe nun dein Bild mit einem <code>a</code> Element. Hier ist ein Beispiel: <code>&#60;a href='#'&#62;&#60;img src='http://bit.ly/fcc-kittens2'/&#62;&#60;/a&#62;</code>.",
"Umschließe nun dein Bild mit einem <code>a</code> Element. Hier ist ein Beispiel: <code>&#60;a href='#'&#62;&#60;img src='http://bit.ly/fcc-running-cats'/&#62;&#60;/a&#62;</code>.",
"Vergewissere dich, dass du ein Hash Symbol (#) innerhalb des <code>href</code> Attributs des <code>a</code> Elements nutzt, um daraus einen toten Link zu machen.",
"Sobald du das gemacht hast, kannst du mit der Maus über dein Bild fahren. Der normale Mauszeiger sollte nun zu einer Hand für Links werden. Das Bild ist jetzt ein Link."
]
@ -1366,7 +1366,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -1445,7 +1445,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"<p class='red-text'>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>"
@ -1521,7 +1521,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -1596,7 +1596,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -1675,7 +1675,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -1757,7 +1757,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -1839,7 +1839,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -1920,7 +1920,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -2010,7 +2010,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -2101,7 +2101,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -2186,7 +2186,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -2278,7 +2278,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<p>Things cats love:</p>",
"<ul>",
@ -2369,7 +2369,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<div>",
" <p>Things cats love:</p>",
@ -2457,7 +2457,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<div>",
" <p>Things cats love:</p>",
@ -2547,7 +2547,7 @@
"",
"<p>Click here for <a href='#'>cat photos</a>.</p>",
"",
"<a href='#'><img class='smaller-image thick-green-border' src='https://bit.ly/fcc-kittens'/></a>",
"<a href='#'><img class='smaller-image thick-green-border' src='http://bit.ly/fcc-relaxing-cat'/></a>",
"",
"<div>",
" <p>Things cats love:</p>",