diff --git a/README.png b/README.png
new file mode 100644
index 000000000..f6370a0c3
Binary files /dev/null and b/README.png differ
diff --git a/Wireframe/README.png b/Wireframe/README.png
new file mode 100644
index 000000000..f6370a0c3
Binary files /dev/null and b/Wireframe/README.png differ
diff --git a/Wireframe/articles.md b/Wireframe/articles.md
new file mode 100644
index 000000000..45c22071a
--- /dev/null
+++ b/Wireframe/articles.md
@@ -0,0 +1,8 @@
+What is Git and why is it used?
+
+Git is a version control system used for tracking changes in computer files. It is generally used for source code management in software development.
+
+Git is used to tracking changes in the source code
+The distributed version control tool is used for source code management
+It allows multiple developers to work together
+It supports non-linear development through its thousands of parallel branches
\ No newline at end of file
diff --git a/Wireframe/git.jpg b/Wireframe/git.jpg
new file mode 100644
index 000000000..0fbd5d88b
Binary files /dev/null and b/Wireframe/git.jpg differ
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..85c073a0f 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -7,27 +7,48 @@
-
-
Wireframe
-
- This is the default, provided code and no changes have been made yet.
-
+
+
Web Development concepts
+ this page will give you the understanding of README ,Git and Wireframe
+
-
-
Title
+
+
What is the Purpose of a README file
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ README files typically include information on what a project does, why is it usefull and how users can get started with the project
+ and how can they get help with the project...
+
+ In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the main project. Think of it as a "parallel universe" for your code.
+
+
+ A wireframe is the skeleton of your digital project. Think of it as the foundation for your website, app, or dashboard. It focuses on layout, and content placement—not on colors, fonts, or any visual polish.
+