diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..0e0442b9c 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -8,26 +8,52 @@
- Wireframe
+ Understanding Project Foundations
- This is the default, provided code and no changes have been made yet.
+ Explore the roles of README files, wireframes, and Git branches in software development.
+
+
-
- Title
+
+ What is a README file?
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A README file introduces a project by explaining what it does, how to install and use it,
+ and any setup instructions. It’s the first place users and collaborators look to understand your work.
+ A well-written README improves communication, saves time, and keeps your project professional.
- Read more
+ Learn more
+
-
+
+
+
+ What is the purpose of a wireframe?
+
+ A wireframe is a simple blueprint that shows the structure of a webpage or app before
+ the design phase. It outlines where content, navigation, and images will go, helping teams plan layout,
+ usability, and functionality before any code is written.
+
+ Learn more
+
+
+
+
+ What is a branch in Git?
+
+ A branch in Git is a separate version of your project that allows you to develop new
+ features or fix bugs independently. You can work safely without affecting the main codebase, then merge
+ your changes when ready. This makes collaboration and experimentation easier.
+
+ Learn more
+
+
+
-