Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Wireframe/branchgit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 28 additions & 7 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,44 @@
<header>
<h1>Wireframe</h1>
<p>
This is the default, provided code and no changes have been made yet.
</p>
</header>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<img src="wireframe.png" alt="" />
<h2>What is wireframe?</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
A wireframe is a blueprint of a website or application outlining the structure layout and fucntionality before any design or styling is added on
</p>
<a href="">Read more</a>
<a href="https://www.experienceux.co.uk/faqs/what-is-wireframing/">Read more</a>
</article>

<article>
<img src="readme.jpg" alt="" />
<h2>What is an readme file</h2>
<p>
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
</p>
<a href="https://www.lenovo.com/us/en/glossary/readme-file/?srsltid=AfmBOopOfw46nNAXH23z7AEOSPhv1vehgaPCHpv7PeISbKAk1n5rOORC">Read more</a>
</article>

<article>
<img src="branchgit.jpg" alt="" />
<h2>What is an branch in Git</h2>
<p>
A branch in Git is a seperate workspace where you can make changes and try new ideas withou affecting the main project
</p>
<a href="https://www.atlassian.com/git/tutorials/using-branches">Read more</a>
</article>




</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.
Mahbubur Hasan Rahman Assignment Wireframe in Sprint 2
</p>
</footer>
</body>
Expand Down
Binary file added Wireframe/readme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Wireframe/wireframe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading