Skip to content

Commit ee237c7

Browse files
committed
completed wireframe tast
1 parent a7b8a25 commit ee237c7

4 files changed

Lines changed: 28 additions & 7 deletions

File tree

Wireframe/branchgit.jpg

4.27 KB
Loading

Wireframe/index.html

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,44 @@
1010
<header>
1111
<h1>Wireframe</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
1414
</p>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
18+
<img src="wireframe.png" alt="" />
19+
<h2>What is wireframe?</h2>
2020
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
21+
A wireframe is a blueprint of a website or application outlining the structure layout and fucntionality before any design or styling is added on
2322
</p>
24-
<a href="">Read more</a>
23+
<a href="https://www.experienceux.co.uk/faqs/what-is-wireframing/">Read more</a>
2524
</article>
25+
26+
<article>
27+
<img src="readme.jpg" alt="" />
28+
<h2>What is an readme file</h2>
29+
<p>
30+
The purpose of a readme file is to primarily serve as an official document with instructions and user manual for project, dataset and software repository
31+
</p>
32+
<a href="https://www.lenovo.com/us/en/glossary/readme-file/?srsltid=AfmBOopOfw46nNAXH23z7AEOSPhv1vehgaPCHpv7PeISbKAk1n5rOORC">Read more</a>
33+
</article>
34+
35+
<article>
36+
<img src="branchgit.jpg" alt="" />
37+
<h2>What is an branch in Git</h2>
38+
<p>
39+
A branch in Git is a seperate workspace where you can make changes and try new ideas withou affecting the main project
40+
</p>
41+
<a href="https://www.atlassian.com/git/tutorials/using-branches">Read more</a>
42+
</article>
43+
44+
45+
46+
2647
</main>
2748
<footer>
2849
<p>
29-
This is the default, provided code and no changes have been made yet.
50+
Mahbubur Hasan Rahman Assignment Wireframe in Sprint 2
3051
</p>
3152
</footer>
3253
</body>

Wireframe/readme.jpg

11.3 KB
Loading

Wireframe/wireframe.png

-48.6 KB
Loading

0 commit comments

Comments
 (0)