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
+45-7Lines changed: 45 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,24 +10,62 @@
10
10
<header>
11
11
<h1>Wireframe</h1>
12
12
<p>
13
-
This is the default, provided code and no changes have been made yet.
13
+
a short describtion of wireframe, branch, and README.md file.
14
14
</p>
15
15
</header>
16
16
<main>
17
17
<article>
18
-
<imgsrc="placeholder.svg" alt="" />
19
-
<h2>Title</h2>
18
+
<imgsrc="placeholder.svg" alt="just an image" />
19
+
<h2>What is a branch in Git?</h2>
20
20
<p>
21
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22
-
voluptates. Quisquam, voluptates.
21
+
"What is a Git Branch?
22
+
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.
23
+
24
+
Why Use Branches?
25
+
Branches let you work on different parts of a project, like new features or bug fixes, without interfering with the main branch.
<ahref="Wireframe/readme.md">open the assignment in a tab</a>
33
-
</p>
34
-
</li>
35
-
<li>
36
-
<h2><ahref="/Form-Controls">Project 2: Form Controls</a></h2>
37
-
<p>
38
-
Mentors:
39
-
<ahref="Form-Controls/readme.md">open the assignment in a tab</a>
40
-
</p>
41
-
</li>
42
-
</ol>
17
+
<article>
18
+
<imgsrc="branch.svg" alt="" />
19
+
<h2>What is a branch in Git?</h2>
20
+
<p>
21
+
"What is a Git Branch?
22
+
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.
23
+
24
+
Why Use Branches?
25
+
Branches let you work on different parts of a project, like new features or bug fixes, without interfering with the main branch.
0 commit comments