Skip to content

Commit 7df260f

Browse files
images added
1 parent 7ec9964 commit 7df260f

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

Wireframe/index.html

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,18 @@ <h2>Some key words you would encouter</h2>
1414
<main>
1515

1616
<article>
17-
<img src="placeholder.svg" alt="" />
17+
<img src="README.png" alt="" />
1818
<h2>What is the Purpose of a README file</h2>
1919
<p>
20-
README files typically include information on:
21-
-What the project does
22-
-Why the project is useful
23-
-how users can get started with the project
24-
-Where users can get help with your project
25-
-Who maintains and contributes to the project
20+
README files typically include information on what a project does, why is it usefull and how users can get started with the project
21+
and how can they get help with the project...
2622

2723
</p>
2824
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2925
</article>
3026

3127
<article>
32-
<img src="placeholder.svg" alt="">
28+
<img src="git.jpg" alt="">
3329
<h2>What is a branch in Git</h2>
3430
<p>
3531
In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the main project. Think of it as a "parallel universe" for your code.
@@ -41,7 +37,7 @@ <h2>What is a branch in Git</h2>
4137

4238

4339
<article>
44-
<img src="placeholder.svg" alt="" />
40+
<img src="wireframe.png..avif" alt="" />
4541
<h2>What is the purpose of wireframe </h2>
4642
<p>
4743
A wireframe is the skeleton of your digital project. Think of it as the foundation for your website, app, or dashboard. It focuses on layout, and content placement—not on colors, fonts, or any visual polish.
@@ -53,7 +49,7 @@ <h2>What is the purpose of wireframe </h2>
5349
</main>
5450
<footer>
5551
<p>
56-
This website has been made by Ebrahim Moqbel
52+
This website is made by Ebrahim Moqbel
5753
</p>
5854
</footer>
5955
</body>

0 commit comments

Comments
 (0)