diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5509140
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.DS_Store
diff --git a/README.md b/README.md
index 947f1e5..788cd69 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,6 @@
Список студентів, які виконали завдання:
* Петренко Петро Петрович, група ІПЗ-24-1
+* Поплавська Анастасія Андріївна, група ЗІПЗ-24-1
+* e-mail: zipz241_paa@student.ztu.edu.ua
diff --git a/jsdemo/index.html b/jsdemo/index.html
index 60ff111..80789d7 100644
--- a/jsdemo/index.html
+++ b/jsdemo/index.html
@@ -10,17 +10,17 @@
diff --git a/zipz241_paa/images/AI.jpeg b/zipz241_paa/images/AI.jpeg
new file mode 100644
index 0000000..5599e0b
Binary files /dev/null and b/zipz241_paa/images/AI.jpeg differ
diff --git a/zipz241_paa/images/Iphone.jpeg b/zipz241_paa/images/Iphone.jpeg
new file mode 100644
index 0000000..a5e1ce7
Binary files /dev/null and b/zipz241_paa/images/Iphone.jpeg differ
diff --git a/zipz241_paa/images/spacex.webp b/zipz241_paa/images/spacex.webp
new file mode 100644
index 0000000..240c894
Binary files /dev/null and b/zipz241_paa/images/spacex.webp differ
diff --git a/zipz241_paa/index.html b/zipz241_paa/index.html
new file mode 100644
index 0000000..9394edd
--- /dev/null
+++ b/zipz241_paa/index.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+ Tech News - Second Branch
+
+
+
+Tech News
+
+

+
OpenAI Introduces a New AI Model
+
Компанія OpenAI представила нову модель штучного інтелекту з покращеними можливостями.
+
+
+

+
Apple Introduces the New iPhone 17
+
Новий смартфон отримав покращену камеру та продуктивність.
+
+
+

+
SpaceX Successfully Launches a Rocket
+
Компанія SpaceX виконала черговий успішний запуск ракети Falcon 9.
+
+
+
\ No newline at end of file
diff --git a/zipz241_paa/style.css b/zipz241_paa/style.css
new file mode 100644
index 0000000..196ffb8
--- /dev/null
+++ b/zipz241_paa/style.css
@@ -0,0 +1,16 @@
+body {
+ background-color: #d4d1d1;
+ font-family: Arial, sans-serif;
+ margin: 20px;
+}
+
+.news {
+ border: 3px solid #000000;
+ border-radius: 10px;
+ padding: 15px;
+ margin-bottom: 20px;
+}
+
+.news img {
+ width: 300px;
+}
\ No newline at end of file