Skip to content
Closed
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
37 changes: 26 additions & 11 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,46 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wireframe</title>
<title>feature/wireframe</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Wireframe</h1>
<h1>Readme,Wireframe and Branch </h1>
<p>
This is the default, provided code and no changes have been made yet.
On this webpage we try to describe about Readme,wireframe and branch in short and memorable way.
</p>
</header>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<article class="sectionOne">
<img src="https://as2.ftcdn.net/jpg/00/97/69/19/1000_F_97691998_FXnZYX8sgVNO64GijBtTKmgmfjpWQerW.jpg " alt=" image describe books selected for reading " />
<h2>Readme file</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
A Readme file is a file that describes a project's purpose and provides basic instructions so users and contributors can understand, use, and maintain it easily.
</p>
<a href="">Read more</a>
<a href=" https://www.makeareadme.com/ ">Read more</a>
</article>
<article class="sectionTwo">
<img src=" https://assets.visme.co/templates/whiteboards/thumbnails/i_Wireframe-Board_full.jpg " alt=" image describe wireframe in different platform " />
<h3>Wireframe</h3>
<p>
wireframe is to visually outline the structure and layout of a product so designers and stakeholders can plan functionality and user flow before development begins.
</p>
<a href="https://balsamiq.com/blog/what-are-wireframes/ "> Read more</a>
</article>
<article class="sectionThree">
<img src=" https://as1.ftcdn.net/jpg/02/05/20/50/1000_F_205205040_52w4i7vH6WXAQVm4LjuRhapYhwBS9ks5.jpg " alt=" image describe the logo of branch" />
<h4>Branch</h4>
<p>
A branch in Git is a separate line of development that allows you to work on features or changes independently without affecting the main codebase.
</p>
<a href=" https://www.w3schools.com/git/git_branch.asp ">Read more</a>
</article>
</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.
For more information visit our mobile app.
</p>
</footer>
</body>
</html>
</html>
Loading