diff --git a/challenges/01-front-end-development-certification/bootstrap.json b/challenges/01-front-end-development-certification/bootstrap.json
index 3cf9d1bb58..06578ee939 100644
--- a/challenges/01-front-end-development-certification/bootstrap.json
+++ b/challenges/01-front-end-development-certification/bootstrap.json
@@ -104,102 +104,12 @@
"id": "bad87fee1348bd9acde08812",
"title": "Make Images Mobile Responsive",
"description": [
- "First, add a new image below the existing one. Set its src
attribute to http://bit.ly/fcc-running-cats
.",
+ "First, add a new image below the existing one. Set its src
attribute to https://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."
],
"challengeSeed": [
- "",
- "",
- "",
- "
Click here for cat photos.
", - "", - "Things cats love:
", - "Top 3 things cats hate:
", - "img-responsive
.');",
- "assert(!$(\"img:eq(1)\").hasClass(\"smaller-image\"), 'message: Your new image should not have the class smaller-image
.');",
- "assert($(\"img:eq(1)\").attr(\"src\") === \"http://bit.ly/fcc-running-cats\", 'message: Your new image should have a src
of http://bit.ly/fcc-running-cats
.');",
- "assert(code.match(/src
sea http://bit.ly/fcc-running-cats
.",
- "Sería genial si esta imagen fuera exactamente del tamaño de la pantalla de nuestro teléfono.",
- "Afortunadamente, con Bootstrap, todo lo que tenemos que hacer es agregar la clase img-responsive
a tu imagen. Hazlo, y verás que la imagen se ajustará perfectamente al ancho de tu página."
- ],
- "nameFr": "Rendre des images adaptatives aux appareils mobiles",
- "descriptionFr": [
- "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.",
- "D'abord, ajoutez une nouvelle image en dessous de celle qui eiste dejà. Changez l'attribut src en http://bit.ly/fcc-running-cats
.",
- "Ce serait absolument super si notre image pouvait être exactement de la largeur de l'écran du téléphone.",
- "Heureusement, avec Bootstrap, il faut seulement ajouter la classe img-responsive
à notre image. Faites le, et l'image devrait s'ajuster parfaitement à la largeur de la page."
- ]
- },
- {
- "id": "bad87fee1348bd8acde08812",
- "title": "Center Text with Bootstrap",
- "description": [
- "Now that we're using Bootstrap, we can center our heading element to make it look better. All we need to do is add the class text-center
to our h2
element.",
- "Remember that you can add several classes to the same element by separating each of them with a space, like this:",
- "<h2 class=\"red-text text-center\">your text</h2>
"
- ],
- "challengeSeed": [
- "",
+ "",
"",
+ "",
+ "",
+ " CatPhotoApp
",
+ "",
+ " Click here for cat photos.
",
+ "",
+ "
",
+ "",
+ "
",
" Things cats love:
",
" ",
" - cat nip
",
@@ -284,7 +284,7 @@
"Create a new button
element below your large kitten photo. Give it the class btn
and the text of \"Like\"."
],
"challengeSeed": [
- "",
+ "",
"