diff --git a/Wireframe/images/branch.png b/Wireframe/images/branch.png
new file mode 100644
index 000000000..42f87bc06
Binary files /dev/null and b/Wireframe/images/branch.png differ
diff --git a/Wireframe/images/readme.png b/Wireframe/images/readme.png
new file mode 100644
index 000000000..2542bad45
Binary files /dev/null and b/Wireframe/images/readme.png differ
diff --git a/Wireframe/images/wireframe-topic.png b/Wireframe/images/wireframe-topic.png
new file mode 100644
index 000000000..2405dadb9
Binary files /dev/null and b/Wireframe/images/wireframe-topic.png differ
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..99f95dfb1 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -1,33 +1,78 @@
-
-
-
- Wireframe
-
-
-
-
-
Wireframe
+
+
+
+
+ Wireframe
+
+
+
+
+
+
Web Development Concepts
+
Understanding README files, Wireframes and Git Branches
+
+
+
+
+
+
+
+
What is a README File?
+
- This is the default, provided code and no changes have been made yet.
+ A README file explains a project. It usually contains information
+ about the purpose of the project, installation instructions,
+ usage examples and important notes for developers.
-
-
-
-
-
Title
-
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
-
+ A Git branch is an independent line of development.
+ It allows developers to work on new features without
+ affecting the main version of a project.
+