Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2-ui/1-document/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Document
# Документ

Here we'll learn to manipulate a web-page using JavaScript.
Тут ми навчимося маніпулювати веб-сторінкою за допомогою JavaScript.
4 changes: 2 additions & 2 deletions 2-ui/2-events/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Introduction to Events
# Вступ до подій

An introduction to browser events, event properties and handling patterns.
Вступ до браузерних подій, їх властивостей і шаблонів обробки.
4 changes: 2 additions & 2 deletions 2-ui/3-event-details/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# UI Events
# Інтерфейсні події

Here we cover most important user interface events and how to work with them.
Тут ми розповідаємо про найважливіші події інтерфейсу та як з ними працювати.
4 changes: 2 additions & 2 deletions 2-ui/4-forms-controls/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Forms, controls
# Форми та інтерактивні елементи

Special properties and events for forms `<form>` and controls: `<input>`, `<select>` and other.
Спеціальні властивості і події для форм `<form>` та інтерактивних елементів: `<input>`, `<select>` та інших.
2 changes: 1 addition & 1 deletion 2-ui/5-loading/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Document and resource loading
# Завантаження документа і ресурсів
2 changes: 1 addition & 1 deletion 2-ui/99-ui-misc/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Miscellaneous
# Різне
4 changes: 2 additions & 2 deletions 2-ui/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Browser: Document, Events, Interfaces
# Браузер: документ, події, інтерфейси

Learning how to manage the browser page: add elements, manipulate their size and position, dynamically create interfaces and interact with the visitor.
Навчимося керувати сторінкою браузера, а саме: додавати елементи, змінювати їх розмір і розташуванням, динамічно створювати інтерфейси та взаємодіяти з користувачем.