Skip to content

Commit 17f9ddb

Browse files
committed
Created HTML elements, added content.
1 parent c44123d commit 17f9ddb

1 file changed

Lines changed: 41 additions & 14 deletions

File tree

Wireframe/index.html

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -10,24 +10,51 @@
1010
<header>
1111
<h1>Wireframe</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
Webpage explaining the purposes of a README file, wireframe and a branch
14+
in Git.
1415
</p>
1516
</header>
1617
<main>
17-
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
20-
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
23-
</p>
24-
<a href="">Read more</a>
25-
</article>
18+
<section>
19+
<article>
20+
<img src="placeholder.svg" alt="" />
21+
<h2>README file</h2>
22+
<p>
23+
A README file is a document that provides information about a
24+
project, such as its purpose, how to use it, and any other relevant
25+
details. It is usually the first thing people read to understand the
26+
project.
27+
</p>
28+
<a href="https://en.wikipedia.org/wiki/README">Read More </a>
29+
</article>
30+
</section>
31+
<section>
32+
<article>
33+
<img src="placeholder.svg" alt="" />
34+
<h2>Wireframe</h2>
35+
<p>
36+
A wireframe is a visual guide that represents the skeletal structure
37+
of a website or application. It outlines the layout, content, and
38+
functionality without the final design elements.
39+
</p>
40+
<a href="">Read more</a>
41+
</article>
42+
</section>
43+
<section>
44+
<article>
45+
<img src="placeholder.svg" alt="" />
46+
<h2>Branch in Git</h2>
47+
<p>
48+
A branch in Git is a separate line of development that allows you to
49+
work on different features. It enables multiple developers to
50+
collaborate on a project without interfering with each other's work.
51+
</p>
52+
<a href="https://en.wikipedia.org/wiki/Git_branch">Read more</a>
53+
</article>
54+
</section>
2655
</main>
2756
<footer>
28-
<p>
29-
This is the default, provided code and no changes have been made yet.
30-
</p>
57+
<p>Made by Lesya Lyaisyan.</p>
3158
</footer>
3259
</body>
3360
</html>

0 commit comments

Comments
 (0)