diff --git a/public/json/cats.json b/public/json/cats.json index 209e8ae685..84d9d1b243 100644 --- a/public/json/cats.json +++ b/public/json/cats.json @@ -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", diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index 5a89962f12..eaec28238b 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -50,7 +50,7 @@ "", "
Click here for cat photos.
", "", - "Things cats love:
", "src
attribute of \"http://bit.ly/fcc-kittens2\".",
+ "First, Add a new image with the src
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 src
of http://bit.ly/fcc-kittens2
.')"
+ "assert(new RegExp('http://bit.ly/fcc-running-cats', 'gi').test($('img.img-responsive').attr('src')), 'Add a second image with the src
of http://bit.ly/fcc-kittens2
.')"
],
"challengeSeed": [
"",
@@ -134,7 +134,7 @@
"",
" Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", @@ -745,9 +745,9 @@ "", "Click here for cat photos.
", "", - "Click here for cat photos.
", "", - "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -877,7 +877,7 @@ "", "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -943,7 +943,7 @@ "", "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -1009,7 +1009,7 @@ "", "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -1078,7 +1078,7 @@ "", "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -1155,7 +1155,7 @@ "", "cat photos", "", - "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -1223,7 +1223,7 @@ "", "Click here for cat photos.
", "", - "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -1254,7 +1254,7 @@ "difficulty": 1.25, "description": [ "You can make elements into links by nesting them within ana
element.",
- "Nest your image within an a
element. Here's an example: <a href='#'><img src='http://bit.ly/fcc-kittens2'/></a>
.",
+ "Nest your image within an a
element. Here's an example: <a href='#'><img src='http://bit.ly/fcc-running-cats'/></a>
.",
"Remember to use the hash symbol (#) as your a
element's href
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 @@
"",
"Click here for cat photos.
", "", - "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -1315,7 +1315,7 @@ "descriptionDe": [ "Umschließe deinimg
Element mit einem a
Element als toten Link.",
"Du kannst jedes Element in einen Link verwandeln, indem du es mit einem a
Element umschließt.",
- "Umschließe nun dein Bild mit einem a
Element. Hier ist ein Beispiel: <a href='#'><img src='http://bit.ly/fcc-kittens2'/></a>
.",
+ "Umschließe nun dein Bild mit einem a
Element. Hier ist ein Beispiel: <a href='#'><img src='http://bit.ly/fcc-running-cats'/></a>
.",
"Vergewissere dich, dass du ein Hash Symbol (#) innerhalb des href
Attributs des a
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 @@
"",
"Click here for cat photos.
", "", - "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -1445,7 +1445,7 @@ "", "Click here for cat photos.
", "", - "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
", "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" @@ -1521,7 +1521,7 @@ "", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", @@ -2457,7 +2457,7 @@ "", "Click here for cat photos.
", "", - "Things cats love:
", @@ -2547,7 +2547,7 @@ "", "Click here for cat photos.
", "", - "Things cats love:
",