Skip to content

Commit 6f066ea

Browse files
improved the accessiblity of the links and cleaned unnecessary attributes off of the page
1 parent 521763f commit 6f066ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description"
7+
content="This is a wireframe design for a web development project, showcasing the basics of README files, wireframes, and Git branches. It includes a header, hero image, main article, small articles section, and footer with contact information. The design is responsive and styled with CSS for a clean and organized layout.">
78
<title>My Wireframe Design</title>
89
<link rel="stylesheet" href="style.css">
910
</head>
@@ -45,7 +46,7 @@ <h2>What is the purpose of a README file?</h2>
4546
</p>
4647
<br><br>
4748
<a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/" aria-label="Read more about readme files"
48-
class="btn">Read More</a>
49+
class="btn">More on README Files</a>
4950
</main>
5051

5152
<!-- Small Articles Section -->
@@ -59,7 +60,7 @@ <h3>What is the purpose of a wireframe?</h3>
5960
<p>A <strong>wireframe</strong> is a simple visual layout that shows the structure of a webpage before design or
6061
coding begins. It helps developers and designers plan where elements should go and how the page should flow.</p>
6162
<a href="https://www.geeksforgeeks.org/blogs/what-is-wireframing/" aria-label="Read more about wireframes"
62-
class="btn">Read More</a>
63+
class="btn">More on Wireframing</a>
6364
</article>
6465

6566

@@ -72,11 +73,10 @@ <h3>What is the reason behind having a branch in Git?</h3>
7273
affecting the
7374
main code. Branches allow safe experimentation and make collaboration easier. Therefore.</p>
7475
<a href="https://www.geeksforgeeks.org/git/introduction-to-git-branch/" aria-label="Read more about Git branching"
75-
class="btn">Read More</a>
76+
class="btn">More on Git Branching</a>
7677
</article>
7778

7879
</div>
79-
</main>
8080
<!-- footer -->
8181
<footer>
8282
<div class="footer-note">

0 commit comments

Comments
 (0)