diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cdb..a05ed1805 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -3,13 +3,20 @@ - My form exercise + My Form-Control +
-

Product Pick

+

Selling T-shirts

@@ -17,11 +24,37 @@

Product Pick

-
+
+
+
+
+
+
+
+ + + + + +
+
+ +
diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..d53a690e1 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,59 @@ - - - - Wireframe - - - -
-

Wireframe

-

- This is the default, provided code and no changes have been made yet. -

-
-
+ + + + + Understanding README, Wireframes, and Git Branches + + + + +
+

Understanding README, Wireframes, and Git Branches

+

A brief introduction to three key principles and tools for web development.

+
+ +
+
- -

Title

+

What is the Purpose of a README File?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A project is introduced and explained in a README file. It offers details about the project's functions, installation and usage instructions, and ways for others to get involved. When users or collaborators visit your repository, they frequently read it first.

- Read more + Learn more about READMEs
-
- - + +
+

What is the Purpose of a Wireframe?

+

+ A wireframe is a visual guide that represents the skeletal framework of + a webpage or app. It helps designers and developers plan the layout, + user flow, and functionality before coding begins. Wireframes focus on + structure, not design. +

+ + Learn more about wireframes + +
+ +
+

What is a Branch in Git?

+

+ A branch in Git allows developers to work on different versions of a + project simultaneously. It lets you make changes, test features, or fix + bugs without affecting the main codebase. Once the work is complete, + branches can be merged back into the main branch. +

+ + Learn more about Git branches + +
+ +
+ + +