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/framee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Wireframe/git.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 26 additions & 8 deletions Wireframe/index.html

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good responses. No article link for all the articles.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Jay, thanks for pointing those out, I didn’t noticed it.
I will add the appropriate links to it.
Cheers

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added links in anchor tags for all three articles, and used images for them. @JaypeeLan

Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,42 @@
<header>
<h1>Wireframe</h1>
<p>
This is the default, provided code and no changes have been made yet.
A wireframe is a simple visual guide that represents the skeletal framework of a website or application. It outlines the layout, structure, and key elements without focusing on design details like colors or images.
</p>
</header>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<img src="rdme icon.png" alt="readme file icon" />
<h2>purpose of ReadMe file</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
A README file explains the purpose of a project and provides essential information for anyone who opens the repository. It helps users understand what the project does, how to set it up, and how to use it. It also guides contributors by outlining the workflow, requirements, and important details. In short, the README acts as the project’s main documentation and first point of reference.
If you want an even shorter or more formal version, I can shape it however you like.

</p>
<a href="">Read more</a>
<a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/" target="_blank">Read more</a>
</article>
<article>
<img src="wireframe.png" alt="wireframe layout image" />
<h2>Purpose of a Wireframe</h2>
<p>
A wireframe is created to show the basic structure and layout of a webpage before any colours, images, or detailed design are added. It helps you plan where elements like headings, text, buttons, and forms will go, making it easier to organise content and check that the page makes sense. Designers and developers use wireframes to agree on the layout early, so they can avoid mistakes and save time later in the project.

</p>
<a href="https://www.geeksforgeeks.org/blogs/what-is-wireframing/">Read more</a>
</article>
<article>
<img src="git.jpg" alt="git image" />
<h2>Branch in Git </h2>
<p>
A branch in Git is a separate workspace that lets you develop new features or make changes without affecting the main project. It keeps your work isolated so you can experiment safely, fix issues, or build improvements without breaking anything. Once the work on a branch is complete, it can be merged back into the main codebase, keeping the project organised and easy to manage.
</p>
<a href="https://www.geeksforgeeks.org/git/introduction-to-git-branch/">Read more</a>
</article>

</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.
</p>
This was a short HTML semantics exercise. using articles tag i answered all three questions in separate articles.
</footer>
</body>
</html>
Binary file added Wireframe/rdme icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.