From 945f7d995c5de1789ff62b329e5249a34bc9bf19 Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Fri, 19 Jun 2026 23:26:43 +0300 Subject: [PATCH 01/11] feat: add initial HTML structure and header for news page --- ipz243_mba/images/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ipz243_mba/images/index.html diff --git a/ipz243_mba/images/index.html b/ipz243_mba/images/index.html new file mode 100644 index 00000000..2f3f9bc5 --- /dev/null +++ b/ipz243_mba/images/index.html @@ -0,0 +1,15 @@ + + + + + Новини + + + +
+

ІПЗ-24-3

+
+
+
+ + \ No newline at end of file From 8f2c7ac2705a454383fb894ee0a26e2d23c3da99 Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Fri, 19 Jun 2026 23:28:27 +0300 Subject: [PATCH 02/11] feat: add first news article content to HTML --- ipz243_mba/images/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ipz243_mba/images/index.html b/ipz243_mba/images/index.html index 2f3f9bc5..74a3f7e7 100644 --- a/ipz243_mba/images/index.html +++ b/ipz243_mba/images/index.html @@ -10,6 +10,11 @@

ІПЗ-24-3

+
+

Штучний інтелект у розробці ПЗ

+

19 Червня, 2026

+

Сучасні LLM моделі стають невіддільною частиною робочого процесу програмістів, автоматизуючи рутинні задачі написання коду та тестування.

+
\ No newline at end of file From 185c9202cbb872788e357e8af4e86e87d3ef6aeb Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Fri, 19 Jun 2026 23:29:21 +0300 Subject: [PATCH 03/11] feat: add second news article structure --- ipz243_mba/images/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ipz243_mba/images/index.html b/ipz243_mba/images/index.html index 74a3f7e7..023ae73e 100644 --- a/ipz243_mba/images/index.html +++ b/ipz243_mba/images/index.html @@ -15,6 +15,12 @@

Штучний інтелект у розробці ПЗ

19 Червня, 2026

Сучасні LLM моделі стають невіддільною частиною робочого процесу програмістів, автоматизуючи рутинні задачі написання коду та тестування.

+
+

Оновлення фреймворків у 2026 році

+

18 Червня, 2026

+
+

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

+
\ No newline at end of file From 9281a7edd5fbf092bea30c67a33e6c1e19eeeb71 Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Fri, 19 Jun 2026 23:30:06 +0300 Subject: [PATCH 04/11] style: add layout and typography styles for news cards --- ipz243_mba/images/style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ipz243_mba/images/style.css diff --git a/ipz243_mba/images/style.css b/ipz243_mba/images/style.css new file mode 100644 index 00000000..d7eb5efe --- /dev/null +++ b/ipz243_mba/images/style.css @@ -0,0 +1,25 @@ +body { + font-family: Arial, sans-serif; + background-color: #f4f4f9; + margin: 0; + padding: 20px; +} +header { + text-align: center; + color: #333; +} +#news-container { + max-width: 800px; + margin: 0 auto; +} +.news-card { + background: white; + padding: 20px; + margin-bottom: 20px; + border-radius: 8px; + box-shadow: 0 2px 5px rgba(0,0,0,0.1); +} +.news-date { + color: #888; + font-size: 0.9em; +} \ No newline at end of file From 3de91436a190292bd22c80f45e89ff7e17ba61d4 Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Fri, 19 Jun 2026 23:32:46 +0300 Subject: [PATCH 05/11] style: configure news image placeholders and commit images folder --- ipz243_mba/images/.gitkeep | 0 ipz243_mba/images/style.css | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 ipz243_mba/images/.gitkeep diff --git a/ipz243_mba/images/.gitkeep b/ipz243_mba/images/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/ipz243_mba/images/style.css b/ipz243_mba/images/style.css index d7eb5efe..a8dc7b38 100644 --- a/ipz243_mba/images/style.css +++ b/ipz243_mba/images/style.css @@ -22,4 +22,11 @@ header { .news-date { color: #888; font-size: 0.9em; +} +.news-image-placeholder { + width: 100%; + height: 200px; + background-color: #ddd; + border-radius: 4px; + margin: 10px 0; } \ No newline at end of file From 76c26c33e1c94f5e7653e852b6d9d8e5a91d0960 Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Fri, 19 Jun 2026 23:40:29 +0300 Subject: [PATCH 06/11] docs: add Melnychuk Bohdan to the students list in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 947f1e5c..25d91463 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ Список студентів, які виконали завдання: -* Петренко Петро Петрович, група ІПЗ-24-1 +* Мельничук Богдан Андрійович, ІПЗ-24-3 From fc6962d614c845dbea15a4ce99362aef22aa7e95 Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Fri, 19 Jun 2026 23:42:02 +0300 Subject: [PATCH 07/11] chore: localize header text to Ukrainian in jsdemo module --- jsdemo/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/jsdemo/index.html b/jsdemo/index.html index 60ff111b..c9f56603 100644 --- a/jsdemo/index.html +++ b/jsdemo/index.html @@ -8,6 +8,7 @@ Title +

Демонстрація JavaScript програми

Title
From c14796dc8db1abb7a6051cfbda0aaa8903f5f0f9 Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Sat, 20 Jun 2026 00:05:33 +0300 Subject: [PATCH 08/11] feat: update index.html title and headers on branch first --- ipz243_mba/images/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipz243_mba/images/index.html b/ipz243_mba/images/index.html index 023ae73e..05cc0f05 100644 --- a/ipz243_mba/images/index.html +++ b/ipz243_mba/images/index.html @@ -7,7 +7,8 @@
-

ІПЗ-24-3

+ Новини +

Мельничук Богдан, ІПЗ-24-3

From 62d64940e1972115548116510f258d8b6c431b56 Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Sat, 20 Jun 2026 00:09:44 +0300 Subject: [PATCH 09/11] style: modify background and card borders on branch first --- ipz243_mba/images/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipz243_mba/images/style.css b/ipz243_mba/images/style.css index a8dc7b38..7410293e 100644 --- a/ipz243_mba/images/style.css +++ b/ipz243_mba/images/style.css @@ -1,6 +1,6 @@ body { font-family: Arial, sans-serif; - background-color: #f4f4f9; + background-color: #e8f0fe; margin: 0; padding: 20px; } @@ -18,6 +18,7 @@ header { margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); + border-left: 5px solid #1a73e8; } .news-date { color: #888; From f8bfd72a0f2f104f237cf855df4280f79c7d499a Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Sat, 20 Jun 2026 00:21:25 +0300 Subject: [PATCH 10/11] docs: append email address to README on branch second --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25d91463..563bc22f 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ Список студентів, які виконали завдання: * Мельничук Богдан Андрійович, ІПЗ-24-3 +* email: ipz243_mba@student.ztu.edu.ua From 9e1765917e25c60c179284556f9ae9564a306858 Mon Sep 17 00:00:00 2001 From: Melnychuk Bohdan Date: Sat, 20 Jun 2026 00:23:34 +0300 Subject: [PATCH 11/11] feat: modify index.html title on branch second --- ipz243_mba/images/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipz243_mba/images/index.html b/ipz243_mba/images/index.html index 023ae73e..d176d49e 100644 --- a/ipz243_mba/images/index.html +++ b/ipz243_mba/images/index.html @@ -2,7 +2,7 @@ - Новини + Новини - гілка second