diff --git a/Docker/dockertests/Dockerfile b/Docker/dockertests/Dockerfile
new file mode 100644
index 0000000..e933c2c
--- /dev/null
+++ b/Docker/dockertests/Dockerfile
@@ -0,0 +1,8 @@
+FROM nginx:alpine
+
+COPY index.html /usr/share/nginx/html/
+ styles.css
+
+EXPOSE 80
+
+CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
diff --git a/Project/Dockerfile b/Project/Dockerfile
new file mode 100644
index 0000000..73bdc35
--- /dev/null
+++ b/Project/Dockerfile
@@ -0,0 +1,5 @@
+FROM nginx:1.29.4
+
+WORKDIR /usr/share/nginx/html
+COPY project.html index.html
+EXPOSE 80
\ No newline at end of file
diff --git a/Project/project.html b/Project/project.html
new file mode 100644
index 0000000..3150c7d
--- /dev/null
+++ b/Project/project.html
@@ -0,0 +1,248 @@
+
+
+
+
+
+ Professional Calculator
+
+
+
+
+
🧮 Professional Calculator
+
Question 1 of 10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
🎉 Congratulations!
+
You've completed all 10 equations!
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Ubuntu-nettools/Dockerfile b/Ubuntu-nettools/Dockerfile
new file mode 100644
index 0000000..9bea177
--- /dev/null
+++ b/Ubuntu-nettools/Dockerfile
@@ -0,0 +1,22 @@
+FROM ubuntu:24.04
+
+RUN apt-get update && \
+ apt-get dist-upgrade -y && \
+ apt-get install -y \
+ net-tools \
+ vim \
+ ca-certificates \
+ iputils-ping \
+ iputils-tracepath \
+ iproute2 \
+ curl \
+ wget \
+ git \
+ telnet \
+ dnsutils
+
+RUN useradd -ms /bin/bash netops
+
+USER netops
+
+WORKDIR /home/netops
\ No newline at end of file
diff --git a/bandit.txt b/bandit.txt
new file mode 100644
index 0000000..883bd27
--- /dev/null
+++ b/bandit.txt
@@ -0,0 +1,4 @@
+SSH info:
+Host: bandit5@bandit.labs.overthewire.org
+PW: 4oQYVPkxZOOEOO5pTW81FB8j8lxXGUQw
+
diff --git a/dockerUS/Dockerfile b/dockerUS/Dockerfile
new file mode 100644
index 0000000..e69de29
diff --git a/dockerUS/index.html b/dockerUS/index.html
new file mode 100644
index 0000000..c341c9d
--- /dev/null
+++ b/dockerUS/index.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+ News - January 15, 2026
+
+
+
+
+
Daily News
+
Top 10 Stories - January 15, 2026
+
+
+
+
+
Global Climate Summit Reaches Historic Agreement
+
World leaders have unanimously approved a groundbreaking climate accord aimed at accelerating carbon neutrality by 2040, marking a significant milestone in international environmental cooperation.
A new artificial intelligence system has demonstrated 99% accuracy in early cancer detection, promising to revolutionize medical screening processes worldwide.
Space Exploration: First Crewed Mars Base Operational
+
The international space community celebrates as the first permanently inhabited base on Mars becomes fully operational with 12 astronauts from various nations.
Researchers have successfully demonstrated the first practical quantum computer capable of solving real-world problems faster than classical supercomputers.
Scientists announce a new method for storing renewable energy that is 40% more efficient than existing solutions, addressing the intermittency challenge.
Public health officials announce the successful eradication of a major infectious disease, marking only the second disease to be completely eliminated in human history.
Sustainable Agriculture Transforms Food Production
+
New agricultural techniques increase crop yields by 60% while reducing water consumption and environmental impact, offering solutions to global food security challenges.
+ Read More
+
+
+
+
+
+
\ No newline at end of file
diff --git a/first_gitea b/first_gitea
new file mode 160000
index 0000000..c23a81d
--- /dev/null
+++ b/first_gitea
@@ -0,0 +1 @@
+Subproject commit c23a81d8e13da84a423b1a32ad9e7411675d5fba
diff --git a/first_gitea.worktrees/copilot-worktree-2026-01-15T14-43-39 b/first_gitea.worktrees/copilot-worktree-2026-01-15T14-43-39
new file mode 160000
index 0000000..c23a81d
--- /dev/null
+++ b/first_gitea.worktrees/copilot-worktree-2026-01-15T14-43-39
@@ -0,0 +1 @@
+Subproject commit c23a81d8e13da84a423b1a32ad9e7411675d5fba
diff --git a/it_school.code-workspace b/it_school.code-workspace
new file mode 100644
index 0000000..362d7c2
--- /dev/null
+++ b/it_school.code-workspace
@@ -0,0 +1,7 @@
+{
+ "folders": [
+ {
+ "path": "."
+ }
+ ]
+}
\ No newline at end of file