diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-04-20 09:02:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 15:02:07 +0200 |
commit | c2175872d71e9e55416c0f4793c098d98d297aed (patch) | |
tree | 37cf99d2d5502eeb7a9ae44f243fa3f1f167b628 /files/uk | |
parent | 27beb2c4d0805c5e22a2e643db6d40a5a91e0f6f (diff) | |
download | translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.gz translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.bz2 translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.zip |
replace class="in-page-callout webdev" with class="callout" (#589)
Diffstat (limited to 'files/uk')
10 files changed, 10 insertions, 10 deletions
diff --git a/files/uk/learn/accessibility/index.html b/files/uk/learn/accessibility/index.html index 52cd8996f0..2e721693f3 100644 --- a/files/uk/learn/accessibility/index.html +++ b/files/uk/learn/accessibility/index.html @@ -24,7 +24,7 @@ original_slug: Learn/Доступність <p>{{EmbedYouTube("7mqqgIxX_NU")}}</p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/uk/learn/css/css_layout/index.html b/files/uk/learn/css/css_layout/index.html index a769852c74..ed65a3192e 100644 --- a/files/uk/learn/css/css_layout/index.html +++ b/files/uk/learn/css/css_layout/index.html @@ -8,7 +8,7 @@ original_slug: Learn/CSS/CSS_розмітка <p class="summary">At this point we've already looked at CSS fundamentals, how to style text, and how to style and manipulate the boxes that your content sits inside. Now it's time to look at how to place your boxes in the right place in relation to the viewport, and one another. We have covered the necessary prerequisites so we can now dive deep into CSS layout, looking at different display settings, modern layout tools like flexbox, CSS grid, and positioning, and some of the legacy techniques you might still want to know about.</p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/uk/learn/javascript/asynchronous/index.html b/files/uk/learn/javascript/asynchronous/index.html index c04f970dfa..355477ead5 100644 --- a/files/uk/learn/javascript/asynchronous/index.html +++ b/files/uk/learn/javascript/asynchronous/index.html @@ -8,7 +8,7 @@ original_slug: Learn/JavaScript/Асинхронний <p class="summary"><span class="seoSummary">In this module we take a look at {{Glossary("asynchronous")}} {{Glossary("JavaScript")}}, why it is important, and how it can be used to effectively handle potential blocking operations such as fetching resources from a server.</span></p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/uk/learn/javascript/building_blocks/index.html b/files/uk/learn/javascript/building_blocks/index.html index 64af01ebf9..b33be235cb 100644 --- a/files/uk/learn/javascript/building_blocks/index.html +++ b/files/uk/learn/javascript/building_blocks/index.html @@ -8,7 +8,7 @@ original_slug: Learn/JavaScript/Будівельні_блоки <p class="summary">In this module, we continue our coverage of all JavaScript's key fundamental features, turning our attention to commonly-encountered types of code blocks such as conditional statements, loops, functions, and events. You've seen this stuff already in the course, but only in passing — here we'll discuss it all explicitly.</p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/uk/learn/tools_and_testing/client-side_javascript_frameworks/index.html b/files/uk/learn/tools_and_testing/client-side_javascript_frameworks/index.html index 8486b71311..39daad4acb 100644 --- a/files/uk/learn/tools_and_testing/client-side_javascript_frameworks/index.html +++ b/files/uk/learn/tools_and_testing/client-side_javascript_frameworks/index.html @@ -29,7 +29,7 @@ original_slug: Learn/Tools_and_testing/Розуміння_JavaScript-фрейм <p>Your code will be richer and more professional as a result, and you'll be able to troubleshoot problems with more confidence if you understand the fundamental web platform features that the frameworks are building on top of.</p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/uk/learn/tools_and_testing/cross_browser_testing/index.html b/files/uk/learn/tools_and_testing/cross_browser_testing/index.html index 460fa487f9..1437b545ea 100644 --- a/files/uk/learn/tools_and_testing/cross_browser_testing/index.html +++ b/files/uk/learn/tools_and_testing/cross_browser_testing/index.html @@ -8,7 +8,7 @@ original_slug: Learn/Tools_and_testing/Тестування_кросбраузе <p class="summary">This module focuses on testing web projects across different browsers. We look at identifying your target audience (e.g. what users, browsers, and devices do you most need to worry about?), how to go about doing testing, the main issues that you'll face with different types of code and how to mitigate them, what tools are most useful in helping you test and fix problems, and how to use automation to speed up testing.</p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/uk/learn/tools_and_testing/github/index.html b/files/uk/learn/tools_and_testing/github/index.html index aee71d8e53..6af5a10937 100644 --- a/files/uk/learn/tools_and_testing/github/index.html +++ b/files/uk/learn/tools_and_testing/github/index.html @@ -25,7 +25,7 @@ original_slug: Learn/Tools_and_testing/Git_та_GitHub <p><strong>Note</strong>: Git is actually a <em>distributed</em> version control system, meaning that a complete copy of the repository containing the codebase is made on your computer (and everyone else's). You make changes to your own copy, and then push those changes back up to the server, where an administrator will decide whether to merge your changes with the master copy.</p> </div> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/uk/learn/tools_and_testing/index.html b/files/uk/learn/tools_and_testing/index.html index 721a0ef87f..2cb51ee8d2 100644 --- a/files/uk/learn/tools_and_testing/index.html +++ b/files/uk/learn/tools_and_testing/index.html @@ -33,7 +33,7 @@ translation_of: Learn/Tools_and_testing </div> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/uk/learn/tools_and_testing/understanding_client-side_tools/index.html b/files/uk/learn/tools_and_testing/understanding_client-side_tools/index.html index 9720f485b7..61bc35ac77 100644 --- a/files/uk/learn/tools_and_testing/understanding_client-side_tools/index.html +++ b/files/uk/learn/tools_and_testing/understanding_client-side_tools/index.html @@ -14,7 +14,7 @@ original_slug: Learn/Tools_and_testing/Розуміння_інструменті <p>You should really learn the basics of the core <a href="/en-US/docs/Learn/HTML">HTML</a>, <a href="/en-US/docs/Learn/CSS">CSS</a>, and <a href="/en-US/docs/Learn/JavaScript">JavaScript</a> languages first before attempting to use the tools detailed here.</p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/uk/web/html/index.html b/files/uk/web/html/index.html index 3f865c915a..da13d75c96 100644 --- a/files/uk/web/html/index.html +++ b/files/uk/web/html/index.html @@ -32,7 +32,7 @@ translation_of: Web/HTML </li> </ul> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Бажаєте_стати_веб-розробником_фронтенду">Бажаєте стати веб-розробником фронтенду?</h3> <p>Ми уклали повний курс, що включає в себе всю необхідну інформацію задля досягнення вашої мети.</p> |