Skip to content

Commit bf4f918

Browse files
Alex JamshidiAlex Jamshidi
authored andcommitted
Added all text and images
1 parent a7b8a25 commit bf4f918

4 files changed

Lines changed: 23 additions & 8 deletions

File tree

Wireframe/img1.jpg

185 KB
Loading

Wireframe/img2.jpg

34.7 KB
Loading

Wireframe/img3.jpg

14.8 KB
Loading

Wireframe/index.html

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,40 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<h1>TECH NEWS</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
Articles from the web
1414
</p>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
18+
<img src="img1.jpg" alt="" />
19+
<h2>What is the purpose of a README file?</h2>
2020
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
21+
We'll explore how a README acts as the primary introduction and guide to a project.
2322
</p>
24-
<a href="">Read more</a>
23+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
24+
</article>
25+
<article>
26+
<img src="img2.jpg" alt="" />
27+
<h2>What is the purpose of a wireframe?</h2>
28+
<p>
29+
Learn how a wireframe acts as a blueprint to help map out the struture and functionality of a project.
30+
</p>
31+
<a href="https://en.wikipedia.org/wiki/Website_wireframe">Read more</a>
32+
</article>
33+
<article>
34+
<img src="img3.jpg" alt="" />
35+
<h2>What is a branch in Git?</h2>
36+
<p>
37+
You'll learn how a git branch is a parallel workspace that allows for changes and commits without affecting the main branch.
38+
</p>
39+
<a href="https://www.w3schools.com/git/git_branch.asp">Read more</a>
2540
</article>
2641
</main>
2742
<footer>
2843
<p>
29-
This is the default, provided code and no changes have been made yet.
44+
This webpage was created by Alex Jamshidi
3045
</p>
3146
</footer>
3247
</body>

0 commit comments

Comments
 (0)