You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Wireframe/index.html
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,20 @@ <h2>README FILE</h2>
27
27
</article>
28
28
<article>
29
29
<div>
30
-
<imgsrc="wireframe.png" alt="an image of a wireframe template" />
30
+
<imgsrc="image3.png" alt="an image of a wireframe template" />
31
31
</div>
32
32
<h2>WIREFRAMES</h2>
33
-
<p>Wireframes are basic blueprints that help teams align on requirements, keeping UX design conversations focused and constructive.Think of your wireframe as the skeleton of your app, website, or other final product. Your wireframe shows the design team and stakeholders the bare-bones outlines of essential webpages, components, and features, including:
33
+
<p>Wireframes are basic blueprints that help teams align on requirements, keeping UX design conversations focused and constructive.
34
+
Think of your wireframe as the skeleton of your app, website, or other final product. Starting with a clean, spare wireframe design also gives UI/UX designers room to iterate. They can collect early feedback from user testing on core UX/UI elements, without distracting users with visual design details.
35
+
Your wireframe shows the design team and stakeholders the bare-bones outlines of essential webpages, components, and features, including:
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.
50
52
Branches let you work on different parts of a project, like new features or bug fixes, without interfering with the main branch. Branches allow you to work on different parts of a project without impacting the main branch.
51
-
When the work is complete, a branch can be merged with the main project. You can even switch between branches and work on different projects without them interfering with each other. Branching in Git is very lightweight and fast!
53
+
When the work is complete, a branch can be merged with the main project. You can even switch between branches and work on different projects without them interfering with each other. Branching in Git is very lightweight and fast! Common reasons to create a branch includes:
0 commit comments