From fc7582b308f05cf0fad71c3db1f0412d2ae7e0ed Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Wed, 15 Jul 2020 02:53:16 -0700 Subject: [PATCH] fix(learn): updated catphotoapp links (Arabic) (#39256) --- .../adjust-the-hover-state-of-an-anchor-tag.arabic.md | 3 ++- .../add-borders-around-your-elements.arabic.md | 2 +- .../add-rounded-corners-with-border-radius.arabic.md | 2 +- .../basic-css/change-the-color-of-text.arabic.md | 2 +- .../change-the-font-size-of-an-element.arabic.md | 2 +- ...give-a-background-color-to-a-div-element.arabic.md | 2 +- .../basic-css/import-a-google-font.arabic.md | 2 +- ...ake-circular-images-with-a-border-radius.arabic.md | 2 +- .../set-the-font-family-of-an-element.arabic.md | 2 +- .../basic-css/set-the-id-of-an-element.arabic.md | 2 +- .../basic-css/size-your-images.arabic.md | 2 +- .../specify-how-fonts-should-degrade.arabic.md | 2 +- ...style-multiple-elements-with-a-css-class.arabic.md | 2 +- .../use-a-css-class-to-style-an-element.arabic.md | 2 +- .../use-an-id-attribute-to-style-an-element.arabic.md | 2 +- ...se-attribute-selectors-to-style-elements.arabic.md | 2 +- .../use-css-selectors-to-style-elements.arabic.md | 2 +- .../add-a-submit-button-to-a-form.arabic.md | 2 +- ...-radio-buttons-and-checkboxes-by-default.arabic.md | 2 +- .../create-a-form-element.arabic.md | 7 ++++--- .../create-a-set-of-checkboxes.arabic.md | 2 +- .../create-a-set-of-radio-buttons.arabic.md | 2 +- ...k-to-external-pages-with-anchor-elements.arabic.md | 5 +++-- ...-sections-of-a-page-with-anchor-elements.arabic.md | 3 ++- .../make-dead-links-using-the-hash-symbol.arabic.md | 5 +++-- ...est-an-anchor-element-within-a-paragraph.arabic.md | 11 ++++++----- ...any-elements-within-a-single-div-element.arabic.md | 2 +- .../use-html5-to-require-a-field.arabic.md | 2 +- ...font-awesome-icons-to-all-of-our-buttons.arabic.md | 2 +- .../add-font-awesome-icons-to-our-buttons.arabic.md | 2 +- .../call-out-optional-actions-with-btn-info.arabic.md | 2 +- .../bootstrap/center-text-with-bootstrap.arabic.md | 2 +- .../create-a-block-element-bootstrap-button.arabic.md | 2 +- .../bootstrap/create-a-bootstrap-button.arabic.md | 2 +- .../bootstrap/create-a-custom-heading.arabic.md | 2 +- .../ditch-custom-css-for-bootstrap.arabic.md | 2 +- ...orm-elements-responsively-with-bootstrap.arabic.md | 2 +- .../bootstrap/make-images-mobile-responsive.arabic.md | 2 +- .../bootstrap/responsively-style-checkboxes.arabic.md | 2 +- .../responsively-style-radio-buttons.arabic.md | 2 +- .../style-text-inputs-as-form-controls.arabic.md | 2 +- ...taste-the-bootstrap-button-color-rainbow.arabic.md | 2 +- .../use-a-span-to-target-inline-elements.arabic.md | 2 +- ...e-design-with-bootstrap-fluid-containers.arabic.md | 2 +- ...tstrap-grid-to-put-elements-side-by-side.arabic.md | 2 +- ...rs-of-a-dangerous-action-with-btn-danger.arabic.md | 2 +- 46 files changed, 60 insertions(+), 54 deletions(-) diff --git a/curriculum/challenges/arabic/01-responsive-web-design/applied-visual-design/adjust-the-hover-state-of-an-anchor-tag.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/applied-visual-design/adjust-the-hover-state-of-an-anchor-tag.arabic.md index b2e86f20e53..1d5a5703e5a 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/applied-visual-design/adjust-the-hover-state-of-an-anchor-tag.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/applied-visual-design/adjust-the-hover-state-of-an-anchor-tag.arabic.md @@ -40,7 +40,7 @@ tests: -CatPhotoApp +CatPhotoApp ``` @@ -56,4 +56,5 @@ tests: ```js // solution required ``` + diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/add-borders-around-your-elements.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/add-borders-around-your-elements.arabic.md index 019de9ec9b5..5fc17b0cc96 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/add-borders-around-your-elements.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/add-borders-around-your-elements.arabic.md @@ -79,7 +79,7 @@ tests: -
+
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.arabic.md index 7158dd85ddb..2f674a07f10 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.arabic.md @@ -79,7 +79,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/change-the-color-of-text.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/change-the-color-of-text.arabic.md index 5a98c1b958c..56e71a94d91 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/change-the-color-of-text.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/change-the-color-of-text.arabic.md @@ -53,7 +53,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/change-the-font-size-of-an-element.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/change-the-font-size-of-an-element.arabic.md index 816db8efbad..2b298516d1e 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/change-the-font-size-of-an-element.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/change-the-font-size-of-an-element.arabic.md @@ -57,7 +57,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/give-a-background-color-to-a-div-element.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/give-a-background-color-to-a-div-element.arabic.md index e21dce016a1..459fe002cf6 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/give-a-background-color-to-a-div-element.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/give-a-background-color-to-a-div-element.arabic.md @@ -82,7 +82,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/import-a-google-font.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/import-a-google-font.arabic.md index 49fa5206ef3..a8631f07b52 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/import-a-google-font.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/import-a-google-font.arabic.md @@ -68,7 +68,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/make-circular-images-with-a-border-radius.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/make-circular-images-with-a-border-radius.arabic.md index 7a09d92ac11..cf32ff778e4 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/make-circular-images-with-a-border-radius.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/make-circular-images-with-a-border-radius.arabic.md @@ -80,7 +80,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/set-the-font-family-of-an-element.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/set-the-font-family-of-an-element.arabic.md index 638bf94b94f..59761dd08b7 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/set-the-font-family-of-an-element.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/set-the-font-family-of-an-element.arabic.md @@ -61,7 +61,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/set-the-id-of-an-element.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/set-the-id-of-an-element.arabic.md index 68ef71181e8..7dd7285e9d4 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/set-the-id-of-an-element.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/set-the-id-of-an-element.arabic.md @@ -82,7 +82,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/size-your-images.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/size-your-images.arabic.md index 50d82fd0be1..2405c2e4f56 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/size-your-images.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/size-your-images.arabic.md @@ -69,7 +69,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/specify-how-fonts-should-degrade.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/specify-how-fonts-should-degrade.arabic.md index a5a5805e3ce..b9c7a4b1106 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/specify-how-fonts-should-degrade.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/specify-how-fonts-should-degrade.arabic.md @@ -73,7 +73,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/style-multiple-elements-with-a-css-class.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/style-multiple-elements-with-a-css-class.arabic.md index 3d2349ba987..d27a06424cb 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/style-multiple-elements-with-a-css-class.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/style-multiple-elements-with-a-css-class.arabic.md @@ -65,7 +65,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.arabic.md index cfb7044d83a..07202708217 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.arabic.md @@ -63,7 +63,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-an-id-attribute-to-style-an-element.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-an-id-attribute-to-style-an-element.arabic.md index 910872d7342..0f3e2437535 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-an-id-attribute-to-style-an-element.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-an-id-attribute-to-style-an-element.arabic.md @@ -88,7 +88,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.arabic.md index e93822ab1f3..74e3fcce641 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.arabic.md @@ -86,7 +86,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-css-selectors-to-style-elements.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-css-selectors-to-style-elements.arabic.md index aada3a32009..cbb7422e6c1 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-css-selectors-to-style-elements.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-css/use-css-selectors-to-style-elements.arabic.md @@ -59,7 +59,7 @@ tests: - +
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.arabic.md index 47cfb600011..8ead205758c 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.arabic.md @@ -54,7 +54,7 @@ tests:
  • thunder
  • other cats
  • - +
    diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.arabic.md index 1e9d481f60a..9f08b91681a 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.arabic.md @@ -50,7 +50,7 @@ tests:
  • thunder
  • other cats
  • -
    +
    diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-form-element.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-form-element.arabic.md index f4d7137a63d..985321bd781 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-form-element.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-form-element.arabic.md @@ -10,7 +10,7 @@ localeTitle: إنشاء عنصر النموذج
    يمكنك إنشاء نماذج ويب تقوم بالفعل بإرسال البيانات إلى خادم لا يستخدم أكثر من HTML خالص. يمكنك القيام بذلك عن طريق تحديد إجراء على عنصر form الخاص بك. على سبيل المثال: <form action="/url-where-you-want-to-submit-form-data"></form>
    ## Instructions -
    ضع حقل النص داخل عنصر form ، وأضف السمة action="/submit-cat-photo" إلى عنصر النموذج.
    +
    ضع حقل النص داخل عنصر form ، وأضف السمة action="https://freecatphotoapp.com/submit-cat-photo" إلى عنصر النموذج.
    ## Tests
    @@ -19,8 +19,8 @@ localeTitle: إنشاء عنصر النموذج tests: - text: ضع عنصر إدخال النص داخل عنصر form . testString: 'assert($("form") && $("form").children("input") && $("form").children("input").length > 0, "Nest your text input element within a form element.");' - - text: تأكد من احتواء form على سمة action تم تعيينها على /submit-cat-photo - testString: 'assert($("form").attr("action") === "/submit-cat-photo", "Make sure your form has an action attribute which is set to /submit-cat-photo");' + - text: تأكد من احتواء form على سمة action تم تعيينها على https://freecatphotoapp.com/submit-cat-photo + testString: 'assert($("form").attr("action") === "https://freecatphotoapp.com/submit-cat-photo", "Make sure your form has an action attribute which is set to https://freecatphotoapp.com/submit-cat-photo");' - text: تأكد من أن عنصر form يحتوي على علامات فتح وغلق جيدة الإنشاء. testString: 'assert(code.match(/<\/form>/g) && code.match(//g) && code.match(/<\/form>/g).length === code.match(//g).length, "Make sure your form element has well-formed open and close tags.");' @@ -69,4 +69,5 @@ tests: ```js // solution required ``` +
    diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-set-of-checkboxes.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-set-of-checkboxes.arabic.md index c83e8b68a35..f639232e866 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-set-of-checkboxes.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-set-of-checkboxes.arabic.md @@ -54,7 +54,7 @@ tests:
  • thunder
  • other cats
  • - +
    diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-set-of-radio-buttons.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-set-of-radio-buttons.arabic.md index 34624b9a1ba..e403c43c50a 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-set-of-radio-buttons.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/create-a-set-of-radio-buttons.arabic.md @@ -60,7 +60,7 @@ tests:
  • thunder
  • other cats
  • - +
    diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements.arabic.md index 80e2d071658..66635773088 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements.arabic.md @@ -17,7 +17,7 @@ localeTitle: ربط الصفحات الخارجية بستخدام عناصر ا ## Instructions -
    إنشاء العنصر a الذي يربط http://freecatphotoapp.com له النص "cat photos"، في نص الرابط .
    +
    إنشاء العنصر a الذي يربط https://freecatphotoapp.com له النص "cat photos"، في نص الرابط .
    ## Tests
    @@ -26,7 +26,7 @@ localeTitle: ربط الصفحات الخارجية بستخدام عناصر ا tests: - text: يجب أن يحتوي العنصر a الخاص بك على "cat photos" كنص للرابط anchor text . testString: 'assert((/cat photos/gi).test($("a").text()), "Your a element should have the anchor text of "cat photos".");' - - text: 'تحتاج إلى عنصر a يربط بالعنوان http://freecatphotoapp.com' + - text: 'تحتاج إلى عنصر a يربط بالعنوان https://freecatphotoapp.com' testString: 'assert(/http:\/\/(www\.)?freecatphotoapp\.com/gi.test($("a").attr("href")), "You need an a element that links to http://freecatphotoapp.com");' - text: تأكد من ان العنصر a يحتوي على وسم إغلاق. testString: 'assert(code.match(/<\/a>/g) && code.match(/<\/a>/g).length === code.match(/a element has a closing tag.");' @@ -66,4 +66,5 @@ tests: ```js // solution required ``` +
    diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/link-to-internal-sections-of-a-page-with-anchor-elements.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/link-to-internal-sections-of-a-page-with-anchor-elements.arabic.md index d4b77c19e58..3391d976f13 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/link-to-internal-sections-of-a-page-with-anchor-elements.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/link-to-internal-sections-of-a-page-with-anchor-elements.arabic.md @@ -43,7 +43,7 @@ tests:

    CatPhotoApp

    - cat photos + cat photos A cute orange cat lying on its back. @@ -70,4 +70,5 @@ tests: ```js // solution required ``` + diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/make-dead-links-using-the-hash-symbol.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/make-dead-links-using-the-hash-symbol.arabic.md index d4b98154810..5b7f5867d09 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/make-dead-links-using-the-hash-symbol.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/make-dead-links-using-the-hash-symbol.arabic.md @@ -10,7 +10,7 @@ localeTitle: جعل الروابط الميتة باستخدام رمز التج
    أحيانا كنت ترغب في إضافة a عناصر لموقع الويب الخاص بك قبل ان تعرفه حيث سيربط. هذا مفيد أيضًا عند تغيير سلوك الارتباط باستخدام JavaScript ، والذي سنتعرف عليه لاحقًا.
    ## Instructions -
    القيمة الحالية لسمة href عبارة عن رابط يشير إلى "http://freecatphotoapp.com". استبدل قيمة السمة href بـ # ، والمعروف أيضًا باسم رمز التجزئة ، لإنشاء رابط ميت. على سبيل المثال: href="#"
    +
    القيمة الحالية لسمة href عبارة عن رابط يشير إلى "https://freecatphotoapp.com". استبدل قيمة السمة href بـ # ، والمعروف أيضًا باسم رمز التجزئة ، لإنشاء رابط ميت. على سبيل المثال: href="#"
    ## Tests
    @@ -32,7 +32,7 @@ tests: ```html

    CatPhotoApp

    -

    Click here to view more cat photos.

    +

    Click here to view more cat photos.

    A cute orange cat lying on its back. @@ -54,4 +54,5 @@ tests: ```js // solution required ``` +
    diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.arabic.md index 765b6cffc1f..ea857fa5f48 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.arabic.md @@ -17,16 +17,16 @@ localeTitle: عش عنصر الارتساء ضمن فقرة ```yml tests: - - text: 'تحتاج إلى a العنصر الذي يربط "http://freecatphotoapp.com".' - testString: 'assert(($("a[href=\"http://freecatphotoapp.com\"]").length > 0 || $("a[href=\"http://www.freecatphotoapp.com\"]").length > 0), "You need an a element that links to "http://freecatphotoapp.com".");' + - text: 'تحتاج إلى a العنصر الذي يربط "https://freecatphotoapp.com".' + testString: 'assert(($("a[href=\"https://freecatphotoapp.com\"]").length > 0 || $("a[href=\"http://www.freecatphotoapp.com\"]").length > 0), "You need an a element that links to "https://freecatphotoapp.com".");' - text: الخاص بك a يجب أن يكون عنصر النص مرساة "صور القط" testString: 'assert($("a").text().match(/cat\sphotos/gi), "Your a element should have the anchor text of "cat photos"");' - text: إنشاء جديد p العنصر حول الخاص a العنصر. يجب أن يكون هناك 3 علامات p على الأقل في كود HTML الخاص بك. testString: 'assert($("p") && $("p").length > 2, "Create a new p element around your a element. There should be at least 3 total p tags in your HTML code.");' - text: '' - testString: 'assert(($("a[href=\"http://freecatphotoapp.com\"]").parent().is("p") || $("a[href=\"http://www.freecatphotoapp.com\"]").parent().is("p")), "Your a element should be nested within your new p element.");' + testString: 'assert(($("a[href=\"https://freecatphotoapp.com\"]").parent().is("p") || $("a[href=\"http://www.freecatphotoapp.com\"]").parent().is("p")), "Your a element should be nested within your new p element.");' - text: يجب أن يحتوي عنصر p على النص "عرض المزيد" (مع وجود مسافة بعده). - testString: 'assert(($("a[href=\"http://freecatphotoapp.com\"]").parent().text().match(/View\smore\s/gi) || $("a[href=\"http://www.freecatphotoapp.com\"]").parent().text().match(/View\smore\s/gi)), "Your p element should have the text "View more " (with a space after it).");' + testString: 'assert(($("a[href=\"https://freecatphotoapp.com\"]").parent().text().match(/View\smore\s/gi) || $("a[href=\"http://www.freecatphotoapp.com\"]").parent().text().match(/View\smore\s/gi)), "Your p element should have the text "View more " (with a space after it).");' - text: الخاص بك a يجب أن لا يكون عنصر النص "عرض أكثر". testString: 'assert(!$("a").text().match(/View\smore/gi), "Your a element should not have the text "View more".");' - text: تأكد من أن كل عنصر من عناصر p لديه علامة إغلاق. @@ -47,7 +47,7 @@ tests:

    CatPhotoApp

    - cat photos + cat photos A cute orange cat lying on its back. @@ -69,4 +69,5 @@ tests: ```js // solution required ``` + diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/nest-many-elements-within-a-single-div-element.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/nest-many-elements-within-a-single-div-element.arabic.md index 67392a4a893..8b82f6a9872 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/nest-many-elements-within-a-single-div-element.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/nest-many-elements-within-a-single-div-element.arabic.md @@ -55,7 +55,7 @@ tests:
  • other cats
  • -
    +
    diff --git a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/use-html5-to-require-a-field.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/use-html5-to-require-a-field.arabic.md index b0deab5bcfe..de161622b86 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/use-html5-to-require-a-field.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/basic-html-and-html5/use-html5-to-require-a-field.arabic.md @@ -48,7 +48,7 @@ tests:
  • thunder
  • other cats
  • - +
    diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.arabic.md index 2fd35e6b4ff..5a034ec590e 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.arabic.md @@ -85,7 +85,7 @@ tests:
  • thunder
  • other cats
  • -
    + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.arabic.md index 12ed8cb0621..518fa0f4e39 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.arabic.md @@ -86,7 +86,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/call-out-optional-actions-with-btn-info.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/call-out-optional-actions-with-btn-info.arabic.md index 9144dcfa12d..38c4ebf4c6f 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/call-out-optional-actions-with-btn-info.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/call-out-optional-actions-with-btn-info.arabic.md @@ -84,7 +84,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/center-text-with-bootstrap.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/center-text-with-bootstrap.arabic.md index 2bd370a24f7..551631fe449 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/center-text-with-bootstrap.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/center-text-with-bootstrap.arabic.md @@ -80,7 +80,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-block-element-bootstrap-button.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-block-element-bootstrap-button.arabic.md index 90c6fe8be51..358f700fb2c 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-block-element-bootstrap-button.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-block-element-bootstrap-button.arabic.md @@ -83,7 +83,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-bootstrap-button.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-bootstrap-button.arabic.md index fbc49258602..2abc3986a85 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-bootstrap-button.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-bootstrap-button.arabic.md @@ -83,7 +83,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-custom-heading.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-custom-heading.arabic.md index de1185390cb..f694a812408 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-custom-heading.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/create-a-custom-heading.arabic.md @@ -81,7 +81,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/ditch-custom-css-for-bootstrap.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/ditch-custom-css-for-bootstrap.arabic.md index 45087525f06..9ce84675812 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/ditch-custom-css-for-bootstrap.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/ditch-custom-css-for-bootstrap.arabic.md @@ -96,7 +96,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/line-up-form-elements-responsively-with-bootstrap.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/line-up-form-elements-responsively-with-bootstrap.arabic.md index e7d9b7b62d1..db811b6d978 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/line-up-form-elements-responsively-with-bootstrap.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/line-up-form-elements-responsively-with-bootstrap.arabic.md @@ -88,7 +88,7 @@ tests:
  • thunder
  • other cats
  • - +
    diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/make-images-mobile-responsive.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/make-images-mobile-responsive.arabic.md index e891ffecc7a..bf2d4001d70 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/make-images-mobile-responsive.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/make-images-mobile-responsive.arabic.md @@ -85,7 +85,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/responsively-style-checkboxes.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/responsively-style-checkboxes.arabic.md index 97211b7c909..885d79271ca 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/responsively-style-checkboxes.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/responsively-style-checkboxes.arabic.md @@ -86,7 +86,7 @@ tests:
  • thunder
  • other cats
  • - +
    diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/responsively-style-radio-buttons.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/responsively-style-radio-buttons.arabic.md index c9f5228c3b8..7bc395cc2ec 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/responsively-style-radio-buttons.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/responsively-style-radio-buttons.arabic.md @@ -85,7 +85,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/style-text-inputs-as-form-controls.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/style-text-inputs-as-form-controls.arabic.md index 0036e04016a..2240e115ce0 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/style-text-inputs-as-form-controls.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/style-text-inputs-as-form-controls.arabic.md @@ -88,7 +88,7 @@ tests:
  • thunder
  • other cats
  • - +
    diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/taste-the-bootstrap-button-color-rainbow.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/taste-the-bootstrap-button-color-rainbow.arabic.md index e8c94218aab..edb76347c3a 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/taste-the-bootstrap-button-color-rainbow.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/taste-the-bootstrap-button-color-rainbow.arabic.md @@ -83,7 +83,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-a-span-to-target-inline-elements.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-a-span-to-target-inline-elements.arabic.md index 4d8a6bd7618..ebfaf319f19 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-a-span-to-target-inline-elements.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-a-span-to-target-inline-elements.arabic.md @@ -81,7 +81,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-responsive-design-with-bootstrap-fluid-containers.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-responsive-design-with-bootstrap-fluid-containers.arabic.md index 5c067f09a42..648363f2339 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-responsive-design-with-bootstrap-fluid-containers.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-responsive-design-with-bootstrap-fluid-containers.arabic.md @@ -80,7 +80,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-the-bootstrap-grid-to-put-elements-side-by-side.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-the-bootstrap-grid-to-put-elements-side-by-side.arabic.md index e883bcc639b..50f43871a03 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-the-bootstrap-grid-to-put-elements-side-by-side.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/use-the-bootstrap-grid-to-put-elements-side-by-side.arabic.md @@ -86,7 +86,7 @@ tests:
  • thunder
  • other cats
  • - + diff --git a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/warn-your-users-of-a-dangerous-action-with-btn-danger.arabic.md b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/warn-your-users-of-a-dangerous-action-with-btn-danger.arabic.md index c2bdb27aeb5..0d98cc79bfa 100644 --- a/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/warn-your-users-of-a-dangerous-action-with-btn-danger.arabic.md +++ b/curriculum/challenges/arabic/03-front-end-libraries/bootstrap/warn-your-users-of-a-dangerous-action-with-btn-danger.arabic.md @@ -85,7 +85,7 @@ tests:
  • thunder
  • other cats
  • - +