Skip to content

Commit 6c309a8

Browse files
committed
Complete wireframe project
1 parent 3ad3bca commit 6c309a8

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

Wireframe/index.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,31 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>My Favorite Foods</h1>
11+
<h1><h1>Web Development Concepts</h1></h1>
1212
<p>
13-
These are some of my favourite foods that i enjoy eathing.
13+
<p>Learn about README files, wireframes, and Git branches.</p>
1414
</p>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Pizza</h2>
18+
<img src="https://saraford.net/wp-content/uploads/2017/02/image_thumb10.png?w=593&h=408" alt="" />
19+
<h2>README.md File</h2>
2020
<p>
21-
Pizza is one of my favourite comfort foods beacuse it is cheese and delicious.
22-
</p>
21+
A README file explains what a project does, how to install it, and how to use it. It helps other developers understand the project quickly. </p>
2322
<a href="">Read more</a>
2423
</article><article>
25-
<img src="placeholder.svg" alt="" />
26-
<h2>Pasta</h2>
24+
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="" />
25+
<h2>Wireframe</h2>
2726
<p>
28-
Pasta is tasty, filling, and easy to cook in many different ways.
27+
A wireframe is a simple visual plan of a webpage. It shows the layout and structure before the website is built.
2928
</p>
3029
<a href="">Read more</a>
3130
</article>
3231
<article>
33-
<img src="placeholder.svg" alt="" />
34-
<h2>Injera</h2>
32+
<img src="https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx9kl8nf8ir54f5pgrrop.png" alt="" />
33+
<h2>Git Branch</h2>
3534
<p>
36-
Injera is a traditional Ethiopian food that i really love eating with different stews.
35+
A Git branch allows developers to work on new features without changing the main version of a project. Changes can be merged later when they are ready.
3736
</p>
3837
<a href="">Read more</a>
3938
</article>

0 commit comments

Comments
 (0)