Title
+
+ README
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + What is the purpose of a README file?
- Read more + Read more +diff --git a/Wireframe/Content/Wireframe_Penpot.webp b/Wireframe/Content/Wireframe_Penpot.webp new file mode 100644 index 000000000..0a74a5e79 Binary files /dev/null and b/Wireframe/Content/Wireframe_Penpot.webp differ diff --git a/Wireframe/Content/git-branches-merge.png b/Wireframe/Content/git-branches-merge.png new file mode 100644 index 000000000..4c8d4f192 Binary files /dev/null and b/Wireframe/Content/git-branches-merge.png differ diff --git a/Wireframe/Content/readme.png.webp b/Wireframe/Content/readme.png.webp new file mode 100644 index 000000000..9392d43b7 Binary files /dev/null and b/Wireframe/Content/readme.png.webp differ diff --git a/Wireframe/article.md b/Wireframe/article.md new file mode 100644 index 000000000..64825f887 --- /dev/null +++ b/Wireframe/article.md @@ -0,0 +1,8 @@ +1. What is the purpose of a README file? + A README file provides essential information about a project, including what it does, how to install and use it, dependencies, and how to contribute. It's often the first thing users or developers see when they visit your repository, and it helps them understand and get started quickly. + +2. What is the purpose of a wireframe? + A wireframe is a visual guide or blueprint that represents the layout and structure of a web page or app before it's developed. It focuses on functionality and placement of elements (like buttons, menus, and content areas), helping teams plan and agree on the design before writing any code. + +3. What is a branch in Git? + A branch in Git is a separate line of development that allows you to work on features, bug fixes, or experiments independently from the main codebase (usually the main or master branch). Once changes are complete, a branch can be merged back into the main project. diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..f1f0df3cf 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -5,29 +5,62 @@
- This is the default, provided code and no changes have been made yet. + Take a look at the answers to some common questions about wireframe and their purpose in our articles section.
+ - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + What is the purpose of a README file?
- Read more + Read more +
+ + What is the purpose of a wireframe? +
+ Read more +
+ + What is a branch in Git? +
+ Read more