Skip to content

Commit 3ef4c0b

Browse files
committed
Fill out the page with information
1 parent 8247cf3 commit 3ef4c0b

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

Wireframe/index.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,44 +8,45 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<h1>Userful things to know as a software developer</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
This page explains a few things such as what is a README, the purpose of
14+
a wireframe and how branches work in git.
1415
</p>
1516
</header>
1617
<main>
1718
<article>
1819
<img src="placeholder.svg" alt="" />
1920
<h2>What is a README?</h2>
2021
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
22+
A README is a file that describes things about a project on github.
23+
And is usually the first thing that you have to read when contributing
24+
to a new project.
2325
</p>
2426
<a href="">Read more</a>
2527
</article>
2628
<article>
2729
<img src="placeholder.svg" alt="" />
2830
<h2>What's the purpose of a wireframe?</h2>
2931
<p>
30-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
31-
voluptates. Quisquam, voluptates.
32+
Wireframes can be used to sketch a website. UX designers use them to
33+
communicate their ideas about how the UI should be designed.
3234
</p>
3335
<a href="">Read more</a>
3436
</article>
3537
<article>
3638
<img src="placeholder.svg" alt="" />
3739
<h2>What is a branch in Git?</h2>
3840
<p>
39-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
40-
voluptates. Quisquam, voluptates.
41+
A branch is a separate workspace that allows you to work on a feature
42+
without touching the main projects code and then merge it to the main
43+
branch once the feature is mature enough.
4144
</p>
4245
<a href="">Read more</a>
4346
</article>
4447
</main>
4548
<footer>
46-
<p>
47-
This is the default, provided code and no changes have been made yet.
48-
</p>
49+
<p>Made by Vitalii Kmit</p>
4950
</footer>
5051
</body>
5152
</html>

0 commit comments

Comments
 (0)