Skip to content

Commit 9e2e03c

Browse files
content of the page
1 parent 106549d commit 9e2e03c

1 file changed

Lines changed: 39 additions & 8 deletions

File tree

Wireframe/index.html

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,52 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
11+
<h1>The struggle of coding </h1>
12+
<h2>
13+
I will succeed
14+
15+
</h2>
1516
</header>
1617
<main>
18+
<section>
19+
20+
<article>
21+
<img src="placeholder.svg" alt="" />
22+
<h2>What is the Purpose of a README file</h2>
23+
<p>
24+
README files typically include information on:
25+
-What the project does
26+
-Why the project is useful
27+
-how users can get started with the project
28+
-Where users can get help with your project
29+
-Who maintains and contributes to the project
30+
31+
</p>
32+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
33+
</article>
34+
35+
<article>
36+
<img src="placeholder.svg" alt="">
37+
<h2>What is a branch in Git</h2>
38+
<p>
39+
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.
40+
41+
</p>
42+
<a href="https://www.w3schools.com/git/git_branch.asp?remote=github">Read more</a>
43+
44+
</article>
45+
46+
1747
<article>
1848
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
49+
<h2>What is the purpose of wireframe </h2>
2050
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
51+
A wireframe is the skeleton of your digital project. Think of it as the foundation for your website, app, or dashboard. It focuses on layout, and content placement—not on colors, fonts, or any visual polish.
2352
</p>
24-
<a href="">Read more</a>
53+
<a href="https://balsamiq.com/blog/what-are-wireframes/" >Read more</a>
54+
2555
</article>
56+
</section>
2657
</main>
2758
<footer>
2859
<p>

0 commit comments

Comments
 (0)