Skip to content

Commit a4712ce

Browse files
Revise wireframe content and layout
Updated content and structure of the wireframe HTML file.
1 parent ff7b9d0 commit a4712ce

1 file changed

Lines changed: 26 additions & 13 deletions

File tree

Wireframe/index.html

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,41 @@
66
<title>Wireframe</title>
77
<link rel="stylesheet" href="style.css" />
88
</head>
9+
910
<body>
1011
<header>
1112
<h1>Wireframe</h1>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
13+
<p>Basic layout blueprint</p>
1514
</header>
15+
1616
<main>
1717
<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>
18+
<img src="https://miro.medium.com/v2/resize:fit:4800/format:webp/1*f7P5NKuCph6FDclPBUQX3Q.png"
19+
alt="README file illustration" width="600" height="300" />
20+
<h2>README File</h2>
21+
<p>A README file is a document that explains what a project is, how it works, and how to set it up or use it. On platforms like GitHub, it is usually the first thing people read to understand the project.</p>
22+
<a href="#">Read more</a>
23+
</article>
24+
25+
<article>
26+
<img src="https://zeve.au/sitecentre/uploads/2022/10/mobile-tablet-desktop-wireframing.jpg"
27+
alt="Wireframe layout sketch" width="600" height="300" />
28+
<h2>Wireframe</h2>
29+
<p>A wireframe is a simple visual layout of a website or app that shows where elements like buttons, text, and images will be placed without using colors or detailed design. It helps plan the structure and user experience before development begins.</p>
30+
<a href="#">Read more</a>
31+
</article>
32+
33+
<article>
34+
<img src="https://miro.medium.com/v2/1*K9scAx1Ezd-KJFabaYseCw.jpeg"
35+
alt="Git branches diagram" width="600" height="300" />
36+
<h2>Git Branch</h2>
37+
<p>LGit branches are separate versions of a project that allow developers to work on new features or fixes without changing the main code. In Git, changes can later be merged back into the main branch once they are ready.</p>
38+
<a href="#">Read more</a>
2539
</article>
2640
</main>
41+
2742
<footer>
28-
<p>
29-
This is the default, provided code and no changes have been made yet.
30-
</p>
43+
<p>Made by Alina Sofragiu</p>
3144
</footer>
3245
</body>
3346
</html>

0 commit comments

Comments
 (0)