From c2175872d71e9e55416c0f4793c098d98d297aed Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 20 Apr 2021 09:02:07 -0400 Subject: replace class="in-page-callout webdev" with class="callout" (#589) --- files/uk/learn/accessibility/index.html | 2 +- files/uk/learn/css/css_layout/index.html | 2 +- files/uk/learn/javascript/asynchronous/index.html | 2 +- files/uk/learn/javascript/building_blocks/index.html | 2 +- .../tools_and_testing/client-side_javascript_frameworks/index.html | 2 +- files/uk/learn/tools_and_testing/cross_browser_testing/index.html | 2 +- files/uk/learn/tools_and_testing/github/index.html | 2 +- files/uk/learn/tools_and_testing/index.html | 2 +- .../learn/tools_and_testing/understanding_client-side_tools/index.html | 2 +- files/uk/web/html/index.html | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'files/uk') 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/Доступність

{{EmbedYouTube("7mqqgIxX_NU")}}

-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

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_розмітка

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.

-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

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/Асинхронний

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.

-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

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/Будівельні_блоки

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.

-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

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-фрейм

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.

-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

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/Тестування_кросбраузе

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.

-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

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

Note: Git is actually a distributed 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.

-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

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
-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

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/Розуміння_інструменті

You should really learn the basics of the core HTML, CSS, and JavaScript languages first before attempting to use the tools detailed here.

-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

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 -
+

Бажаєте стати веб-розробником фронтенду?

Ми уклали повний курс, що включає в себе всю необхідну інформацію задля досягнення вашої мети.

-- cgit v1.2.3-54-g00ecf