Skip to content

Commit 9a63fc7

Browse files
committed
fixed wiki url, image sizes, added links attributes, polished footer
1 parent 0627ab4 commit 9a63fc7

1 file changed

Lines changed: 20 additions & 10 deletions

File tree

Wireframe/index.html

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ <h1>Wireframe</h1>
2424
<img
2525
src="images/m_Web_Developer_-_Programmer_-_Programming.jpg"
2626
alt="web-developer"
27-
width="600"
28-
height="300"
27+
width="970"
28+
height="538"
2929
fetchpriority="high"
3030
/>
3131
<h2>README file</h2>
@@ -35,7 +35,10 @@ <h2>README file</h2>
3535
details. It is usually the first thing people read to understand the
3636
project.
3737
</p>
38-
<a href="https://en.wikipedia.org/wiki/README"
38+
<a
39+
href="https://en.wikipedia.org/wiki/README"
40+
target="_blank"
41+
rel="noopener noreferrer"
3942
>Read More about README files</a
4043
>
4144
</article>
@@ -45,8 +48,8 @@ <h2>README file</h2>
4548
<img
4649
src="images/s_1867746.jpg"
4750
alt="website wireframe"
48-
width="200"
49-
height="250"
51+
width="640"
52+
height="426"
5053
loading="lazy"
5154
/>
5255
<h2>Wireframe</h2>
@@ -55,8 +58,11 @@ <h2>Wireframe</h2>
5558
of a website or application. It outlines the layout, content, and
5659
functionality without the final design elements.
5760
</p>
58-
<a href="https://en.wikipedia.org/wiki/Wireframe"
59-
>Read more about Wireframes</a
61+
<a
62+
href="https://en.wikipedia.org/wiki/Website_wireframe"
63+
target="_blank"
64+
rel="noopener noreferrer"
65+
>Read more about Website Wireframes</a
6066
>
6167
</article>
6268
</section>
@@ -65,8 +71,8 @@ <h2>Wireframe</h2>
6571
<img
6672
src="images/yancy-min-842ofHC6MaI-unsplash.jpg"
6773
alt="branches in development project"
68-
width="200"
69-
height="250"
74+
width="640"
75+
height="424"
7076
loading="lazy"
7177
/>
7278
<h2>Branch in Git</h2>
@@ -75,13 +81,17 @@ <h2>Branch in Git</h2>
7581
work on different features. It enables multiple developers to
7682
collaborate on a project without interfering with each other's work.
7783
</p>
78-
<a href="https://en.wikipedia.org/wiki/Branching_(version_control)"
84+
<a
85+
href="https://en.wikipedia.org/wiki/Branching_(version_control)"
86+
target="_blank"
87+
rel="noopener noreferrer"
7988
>Read more about Git branches</a
8089
>
8190
</article>
8291
</section>
8392
</main>
8493
<footer>
94+
<p>&copy; 2026 Semantic HTML Wireframe Project</p>
8595
<p>Made by Lesya Lyaisyan.</p>
8696
</footer>
8797
</body>

0 commit comments

Comments
 (0)