Skip to content

Commit a511293

Browse files
committed
rebase
1 parent dbce8f7 commit a511293

File tree

1 file changed

+26
-61
lines changed

1 file changed

+26
-61
lines changed

Wireframe/index.html

Lines changed: 26 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,33 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
4-
<head>
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>
8-
All about Wireframes, READMEs and Git Branches
9-
</title>
10-
<link rel="stylesheet" href="style.css">
11-
</head>
12-
13-
<body>
14-
<header>
15-
<h1>
16-
All about Wireframes, READMEs and Git Branches
17-
</h1>
18-
<p>
19-
This page explores wireframes in web design, the significance of README
20-
files in software projects and the role of branches in Git version
21-
control.
22-
</p>
23-
</header>
24-
<main>
25-
<article>
26-
<img src="placeholder.svg" alt="">
27-
<h2>Wireframe</h2>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Wireframe</title>
7+
<link rel="stylesheet" href="style.css" />
8+
</head>
9+
<body>
10+
<header>
11+
<h1>Wireframe</h1>
2812
<p>
29-
Wireframe provides a foundational structural template for web pages.
30-
It serves as a communication tool for stakeholders, web designers and
31-
developers, providing a simple structural view of the rendered web
32-
page.
13+
This is the default, provided code and no changes have been made yet.
3314
</p>
34-
<a
35-
href="https://www.wix.com/blog/what-are-wireframes?experiment_id=%5E%5E40312ac7-ca22-4ba2-bd8e-0b726ed32275%5E">Read
36-
more</a>
37-
</article>
38-
<article>
39-
<img src="placeholder.svg" alt="">
40-
<h2>README Files</h2>
15+
</header>
16+
<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>
26+
</main>
27+
<footer>
4128
<p>
42-
README files offer essential explanatory information about a codebase
43-
within a repository, including usage instructions and details about
44-
its features.
29+
This is the default, provided code and no changes have been made yet.
4530
</p>
46-
<a href="https://www.makeareadme.com/">Read more</a>
47-
</article>
48-
<article>
49-
<img src="placeholder.svg" alt="">
50-
<h2>Git branches</h2>
51-
<p>
52-
Git branches are a fundamental feature that enables users to develop
53-
features and make commits independently of the main branch. This
54-
facilitates parallel development by multiple teams without causing
55-
conflicts directly.
56-
</p>
57-
<a href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell">Read more</a>
58-
</article>
59-
</main>
60-
<footer>
61-
<p>
62-
&copy; 2025 Your Project/Website Name. All Rights Reserved. | <a href="mailto:contact@yourdomain.com">Contact
63-
Us</a> | <a href="/about">About</a> | <a href="/sitemap">Sitemap</a>
64-
</p>
65-
</footer>
66-
</body>
67-
31+
</footer>
32+
</body>
6833
</html>

0 commit comments

Comments
 (0)