Skip to content

Commit f558c4a

Browse files
committed
ITP-JAN-25-Manchester| Ahmed Mahmoud | module-onboarding/Wireframe 2| Week2
1 parent b0b98b7 commit f558c4a

File tree

1 file changed

+40
-8
lines changed

1 file changed

+40
-8
lines changed

Wireframe/index.html

+40-8
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,52 @@ <h1>Wireframe</h1>
1414
</p>
1515
</header>
1616
<main>
17+
<!-- article 1 -->
18+
<article >
19+
<img src="placeholder.svg" alt="img_article_1" />
20+
<h2>1. What is the purpose of a README file?</h2>
21+
<p>
22+
A README file is a crucial component of many software projects, especially those hosted on platforms like GitHub.
23+
It serves as the first point of contact for users and developers who want to understand the purpose, setup, and usage
24+
of a project. Essentially, a README file provides a detailed description of a project, including instructions on how to install and run it
25+
</p>
26+
<a href="https://www.geeksforgeeks.org/what-is-readme-md-file/">Read more</a>
27+
</article>
28+
<!-- article 2 -->
29+
<article>
30+
<img src="placeholder.svg" alt="img_article_2" />
31+
<h2>1. What is the purpose of a wireframe?</h2>
32+
<p>
33+
Purpose of Wireframe:
34+
Structural Planning: Wireframes aid designers in organizing and planning the structural arrangement of a digital interface.
35+
They concentrate on the best ways to arrange various components on a screen in order to produce an orderly and logical framework.
36+
User Flow: By illustrating how users will move through the interface and access various features and content, wireframes assist
37+
designers in planning the flow of user interactions.
38+
Communication: Wireframes are a tool for communicating with
39+
stakeholders, designers, and developers. They give design ideas and concepts a unified visual language.
40+
41+
</p>
42+
<a href="https://www.geeksforgeeks.org/what-is-wireframing/">Read more</a>
43+
</article>
44+
<!-- article 3 -->
1745
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
46+
<img src="placeholder.svg" alt="img_article_3" />
47+
<h2>1. What is a branch in Git?</h2>
2048
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
49+
Branch in Git is similar to the branch of a tree. Analogically, a tree branch is attached to the central part of the tree called
50+
the trunk. While branches can generate and fall off, the trunk remains compact and is the only part by which we can say the
51+
tree is alive and standing. Similarly, a branch in Git is a way to keep developing and coding a new feature or modification
52+
to the software and still not affecting the main part of the project. We can also say that branches create another line of
53+
development in the project
2354
</p>
24-
<a href="">Read more</a>
55+
<a href="https://www.toolsqa.com/git/branch-in-git/">Read more</a>
2556
</article>
57+
58+
2659
</main>
2760
<footer>
28-
<p>
29-
This is the default, provided code and no changes have been made yet.
30-
</p>
61+
<p>Author: Ahmed Mahmoud</p>
62+
3163
</footer>
3264
</body>
3365
</html>

0 commit comments

Comments
 (0)